diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-17 09:26:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-17 09:26:43 +0200 |
commit | 9d84c87df1327afe22f2245109e2f5c226ec0cf5 (patch) | |
tree | 097770ed2fc059e788c4304bf40eba3fba78ac6c /dev-python/autoprop | |
parent | dev-python/audioread: Remove old (diff) | |
download | gentoo-9d84c87df1327afe22f2245109e2f5c226ec0cf5.tar.gz gentoo-9d84c87df1327afe22f2245109e2f5c226ec0cf5.tar.bz2 gentoo-9d84c87df1327afe22f2245109e2f5c226ec0cf5.zip |
dev-python/autoprop: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autoprop')
-rw-r--r-- | dev-python/autoprop/Manifest | 2 | ||||
-rw-r--r-- | dev-python/autoprop/autoprop-3.0.0.ebuild | 24 | ||||
-rw-r--r-- | dev-python/autoprop/autoprop-4.0.1.ebuild | 24 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/autoprop/Manifest b/dev-python/autoprop/Manifest index a44822ff5205..4002b7bd201c 100644 --- a/dev-python/autoprop/Manifest +++ b/dev-python/autoprop/Manifest @@ -1,3 +1 @@ -DIST autoprop-3.0.0.tar.gz 14082 BLAKE2B 9881dd924b8d66e83dccb3e7ca1d753bec924e8f348d96d0522a76e857c85311ef7ada37b0080c1b3a0e719bf84e807d12c7e4dff4bbfc111273b340f92244a5 SHA512 4730155130b98fc02bea991837ee6d875f19ffa14ae542909314264950d20a34cdbff9e21b31431136624de0dac5eb2a50a9cf677da01862b38cae9c10bec92f -DIST autoprop-4.0.1.tar.gz 19998 BLAKE2B aefff2e8f1d583c45e77a2b0530a07e03be9229977f9f1229cfd832f609d2f31d4cd05ad741189ceb7a01d846e286c85158439952e587dd007526794c6b9a993 SHA512 d77caec360f59f247cd23a1636771808bdcbaa6ba96241cafeabc144e88975b607b604800d2d374c5b6f80b68bf631ab74278c19fe1544112a6c6813190c744f DIST autoprop-4.0.2.tar.gz 20050 BLAKE2B 06165a02dfee0755ccf375041487f015e632b56b24766ac3d4bd484caaf1c99a0506994f16ace753f5890b782690b640196ee0cd6fcce0078ef51f8addcfcfe6 SHA512 27c8578e8f023715b07ebe21f4f46e98e606c863d3257bb1c8c31d9f59551d2494ef99e24eed856b308c8c77e1a3276f9e370434aa3e61ebb0b32a9b44fceee7 diff --git a/dev-python/autoprop/autoprop-3.0.0.ebuild b/dev-python/autoprop/autoprop-3.0.0.ebuild deleted file mode 100644 index 6a1d42d9b3be..000000000000 --- a/dev-python/autoprop/autoprop-3.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="Infer properties from accessor methods" -HOMEPAGE=" - https://github.com/kalekundert/autoprop/ - https://pypi.org/project/autoprop/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND=" - dev-python/signature_dispatch[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest diff --git a/dev-python/autoprop/autoprop-4.0.1.ebuild b/dev-python/autoprop/autoprop-4.0.1.ebuild deleted file mode 100644 index 705c1c240973..000000000000 --- a/dev-python/autoprop/autoprop-4.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Infer properties from accessor methods" -HOMEPAGE=" - https://github.com/kalekundert/autoprop/ - https://pypi.org/project/autoprop/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND=" - dev-python/signature_dispatch[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest |