From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/aniso8601/Manifest | 2 +- dev-python/aniso8601/aniso8601-9.0.1-r1.ebuild | 21 +++++++++++++++++++++ dev-python/aniso8601/aniso8601-9.0.1.ebuild | 19 ------------------- 3 files changed, 22 insertions(+), 20 deletions(-) create mode 100644 dev-python/aniso8601/aniso8601-9.0.1-r1.ebuild delete mode 100644 dev-python/aniso8601/aniso8601-9.0.1.ebuild (limited to 'dev-python/aniso8601') diff --git a/dev-python/aniso8601/Manifest b/dev-python/aniso8601/Manifest index cd4378295a98..fecd805bc8c1 100644 --- a/dev-python/aniso8601/Manifest +++ b/dev-python/aniso8601/Manifest @@ -1,3 +1,3 @@ DIST aniso8601-9.0.1.tar.gz 47345 BLAKE2B d8167bff8fdde88799e165c12aa0ea10a34d2edc91f8eeba93105e669dab52ab73e688467370927ef749395491baa128b55c984feb4f1d972e75242ec1c1efbc SHA512 a17c363a3a67b69a2fde50cc37b080b52615cebc453ef70090498ffce909775b0109c889b63e87381c795c2d8531efd6048542627c88e97297ac22ce81c10c8c -EBUILD aniso8601-9.0.1.ebuild 520 BLAKE2B d4dfab8b34521dae2404eed6e9606d5fe0d0d8ebae9680c11f9a01ef85909aaaf75423ad4d7b69483f65000a071e6cf3051ba7eb549245f4888e2ea2e56299e8 SHA512 14e30eb783eae55ee80ec08936a1f7cb7ee4df506b992a9c242675cb1042aa4613d92aec3ae0f46e08690746d9691a061893ec5371b4cbe05ec0df15f596e61a +EBUILD aniso8601-9.0.1-r1.ebuild 553 BLAKE2B 779402f2e85469ca4053c1ab3b32a5e21f300b8a5a35d984f10e7f96673ad951c1d1ea206746955e9e5eef36d941efb7bebda26490031b5d54e952ec88634c13 SHA512 901cedf2a7b9125cf55812a7f726dd2e567f5305bf7eaf3bc5e32e558da664cc9d83be838d99556f04b4a5986a59062cc9b330e2ed83de928fa3e9a672e646e9 MISC metadata.xml 411 BLAKE2B 1429cbb43f307ea5ca139372735837f0438ce58494455e39c2b28f1596c1086a26a6d1e57b3e258af5f4faeb6f3b24b21db871f0275bf88bc888d2077debe4bc SHA512 0d95fb21f2cf130eb26df97f726f8af19cf936367f3858fa7ccb19d90dfaf27115f2742617e39cbe45747b3cfca83ea52728cf00b107278a861cb5a53af01fe1 diff --git a/dev-python/aniso8601/aniso8601-9.0.1-r1.ebuild b/dev-python/aniso8601/aniso8601-9.0.1-r1.ebuild new file mode 100644 index 000000000000..722562bcdce1 --- /dev/null +++ b/dev-python/aniso8601/aniso8601-9.0.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="A library for parsing ISO 8601 strings" +HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ https://pypi.org/project/aniso8601/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 arm64 x86" + +RDEPEND=">=dev-python/python-dateutil-2.7.3[${PYTHON_USEDEP}]" + +distutils_enable_tests unittest diff --git a/dev-python/aniso8601/aniso8601-9.0.1.ebuild b/dev-python/aniso8601/aniso8601-9.0.1.ebuild deleted file mode 100644 index baab0d65fe37..000000000000 --- a/dev-python/aniso8601/aniso8601-9.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A library for parsing ISO 8601 strings" -HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ https://pypi.org/project/aniso8601/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -RDEPEND=">=dev-python/python-dateutil-2.7.3[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest -- cgit v1.2.3