diff options
author | Cédric Krier <cedk@gentoo.org> | 2018-06-03 12:15:48 +0200 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2018-06-03 12:16:41 +0200 |
commit | ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5 (patch) | |
tree | 32af0a495ed093ce6531c0d6d219aad1e86e5716 /dev-python/cached-property | |
parent | dev-python/cached-property: Version bumps (diff) | |
download | gentoo-ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5.tar.gz gentoo-ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5.tar.bz2 gentoo-ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5.zip |
dev-python/cached-property: Remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/cached-property')
-rw-r--r-- | dev-python/cached-property/Manifest | 3 | ||||
-rw-r--r-- | dev-python/cached-property/cached-property-0.1.5.ebuild | 28 | ||||
-rw-r--r-- | dev-python/cached-property/cached-property-1.0.0.ebuild | 28 | ||||
-rw-r--r-- | dev-python/cached-property/cached-property-1.2.0.ebuild | 28 |
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-python/cached-property/Manifest b/dev-python/cached-property/Manifest index fdddda6352f5..ef7ff14f3402 100644 --- a/dev-python/cached-property/Manifest +++ b/dev-python/cached-property/Manifest @@ -1,5 +1,2 @@ -DIST cached-property-0.1.5.tar.gz 7434 BLAKE2B 2bd21004e896335044a3d1c08840a781cca62736b45bd3e51152e4a28a546ef7e64cffd070e55b13e8b8cef5b31895840d737bd1d00ad0c991ffa9e324d0940d SHA512 f5a01e64eed78cc3377bd053b0662dc4f904db7c1ea47b155e1613e6ed413fb6693e4893916518f9e53589373ebe099724d296306a9854d8d8df66b62ed9ce1b -DIST cached-property-1.0.0.tar.gz 8210 BLAKE2B 56dd60787b0ba0b5398142d755dd62e49935d06a6523bfa221a8d022c60838604035862e454182e093289fcc366e2f30e321a585fb07bea7a4c55b619d1d7bd9 SHA512 771615418853d3a2a24567fa3f6dc931a02d0013abd38c26a2822cc0ab3228972e7f03e51a69478defc617491f81b76040d34a0e6683719b09b485c85196d948 -DIST cached-property-1.2.0.tar.gz 9162 BLAKE2B f064573001745872b9d0a7e6bfadfc203c36328dfd1a85ba310c1da517cb45fd166c49cb809a726d663659318a3c7120bca017a6f674aef5f98ec7630429bfe0 SHA512 0d05bad187d30b4354d8fa93d181d753c6e27e43a84891bd3bcc1c1449fe6d57d7fc1eecdbdc097f8c25e4cfa331811db5a6e23f77891848edc2817162259cd6 DIST cached-property-1.3.1.tar.gz 9648 BLAKE2B 154208108cfbec914519f2a08ecc6ad025c284726d65a001eae84701b1eb8479e127473c124b08d3b0d969f59798f9dcef473cd8209c248b1d5b016a0bc8dac6 SHA512 3349751d442ca6e7d4e792c8b076735d5308d68244af9c03044f3d72d619a5c3d7d5dbef434caa954db4b983245bfe646d4a25c99aec39f32d99751edd9e233f DIST cached-property-1.4.2.tar.gz 11201 BLAKE2B 1fba572e8e4e06744b230994e19a93f9004c0e2584549af2b001cf780222cbd2196b09432301f1ef8b4c4ccc93f8dedf53113c541b1189bc005c79fa9d7dadc0 SHA512 27ce49c8b71f0337e34c36ef5a45cae273a62b42c8f1b690c2c4d32d9bdf7f532a12787c99257c956ac7ff15d2e7f16868e4cebdf1417ebca493e1037c1a612f diff --git a/dev-python/cached-property/cached-property-0.1.5.ebuild b/dev-python/cached-property/cached-property-0.1.5.ebuild deleted file mode 100644 index b8d189a859a6..000000000000 --- a/dev-python/cached-property/cached-property-0.1.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A cached-property for decorating methods in classes" -HOMEPAGE="https://github.com/pydanny/cached-property" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="test? ( dev-python/pytest )" -RDEPEND="" - -src_install() { - distutils-r1_src_install - dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst -} - -python_test() { - py.test || die -} diff --git a/dev-python/cached-property/cached-property-1.0.0.ebuild b/dev-python/cached-property/cached-property-1.0.0.ebuild deleted file mode 100644 index b8d189a859a6..000000000000 --- a/dev-python/cached-property/cached-property-1.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A cached-property for decorating methods in classes" -HOMEPAGE="https://github.com/pydanny/cached-property" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="test? ( dev-python/pytest )" -RDEPEND="" - -src_install() { - distutils-r1_src_install - dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst -} - -python_test() { - py.test || die -} diff --git a/dev-python/cached-property/cached-property-1.2.0.ebuild b/dev-python/cached-property/cached-property-1.2.0.ebuild deleted file mode 100644 index b8d189a859a6..000000000000 --- a/dev-python/cached-property/cached-property-1.2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A cached-property for decorating methods in classes" -HOMEPAGE="https://github.com/pydanny/cached-property" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="test? ( dev-python/pytest )" -RDEPEND="" - -src_install() { - distutils-r1_src_install - dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst -} - -python_test() { - py.test || die -} |