diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-20 01:14:20 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-20 01:22:33 +0200 |
commit | f5a40b2137963425a8c5b0b399f7caa587c8a5d4 (patch) | |
tree | c5f2bf649cace6d289dac966881fbb8eccbf9851 /dev-python/pickleshare | |
parent | dev-python/pickleshare: Stable for amd64. Mark stable for the remaining arche... (diff) | |
download | gentoo-f5a40b2137963425a8c5b0b399f7caa587c8a5d4.tar.gz gentoo-f5a40b2137963425a8c5b0b399f7caa587c8a5d4.tar.bz2 gentoo-f5a40b2137963425a8c5b0b399f7caa587c8a5d4.zip |
dev-python/pickleshare: clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/pickleshare')
-rw-r--r-- | dev-python/pickleshare/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pickleshare/pickleshare-0.5.ebuild | 34 | ||||
-rw-r--r-- | dev-python/pickleshare/pickleshare-0.6.ebuild | 34 | ||||
-rw-r--r-- | dev-python/pickleshare/pickleshare-0.7.2.ebuild | 35 |
4 files changed, 0 insertions, 106 deletions
diff --git a/dev-python/pickleshare/Manifest b/dev-python/pickleshare/Manifest index 0afab66a4398..f419651b6f43 100644 --- a/dev-python/pickleshare/Manifest +++ b/dev-python/pickleshare/Manifest @@ -1,4 +1 @@ -DIST pickleshare-0.5.tar.gz 4441 SHA256 c0be5745035d437dbf55a96f60b7712345b12423f7d0951bd7d8dc2141ca9286 SHA512 1021b76591b5b1d6c777e03c9544fea63602f719b786a2a2e73590f8e8275156fa69b336adf81a6e8abcaad2263eacd76ce4abf2ceff04126ff6b1ffd96cb4e3 WHIRLPOOL 07907feb8dab2dfbfc74e43d17cc076027ab450091a8dd4af197019c6c46e268eda1d5761ab22fc774e37090ab7d51212d82ba284d89018fbc0f52c38f235c62 -DIST pickleshare-0.6.tar.gz 4519 SHA256 2e6064fc69561192f41997ee027336bb0d2e5126f370c9bd250a1050b903ded3 SHA512 5976744830cea1b2bfea5a6e2265c675df4ce3edd70d4dadfa4cb56aaee5e57b30645c31bbf3729a8486b3976b7334976f1c9ab7914bc071a7da3c52c5d426b9 WHIRLPOOL 36e97b02ab9d39a05738c2d1aced0f7f71b6cdc5c66b16763e3a8b94c7a093e4c2e188f00fc26224ff7fa148494d58cd3d8ac68dc0191c731641e7fad80ea2a0 -DIST pickleshare-0.7.2.tar.gz 4664 SHA256 92ee3b0e21632542ecc9a0a245e69a126f62e5114081bdb0d32e0edd10410033 SHA512 2adb8222c1cab81d1097c9eb6aee63556c1d1fb518b7c597b14a0669848dba7f489e9c950cdcd40e4ceceb1806b0523b1429d732b1ab5bc24eb011621a530614 WHIRLPOOL 1209a4d5b16bfa43675ac0ab6fb71891716c9711aef933ddf344c823eee5cc4524a6f6aa955258accfb9dca2189c9aa6da0a6cdd05db8b3048d90a5d3827827c DIST pickleshare-0.7.3.tar.gz 5930 SHA256 b9710d01f777b1bf3b69c8f889b1d05a5145668f79e980cbd0f849e059edd274 SHA512 c49f41b2778783c0de69838db0c916bbfe88eb651134959bf43a18233a4f1747599e51bdbe4b0cc7f7b13c92fc202c2159a0cdd2331b099034afbfe0df61c19d WHIRLPOOL 53b540170c4a72c70743ae9c472a57fda67646a44c5d3f256a72f95b7f97ebbe1f08dcbb5f1c5de0b9ddfe051bdbd1193abd202aae967ec832c635bd33e4d714 diff --git a/dev-python/pickleshare/pickleshare-0.5.ebuild b/dev-python/pickleshare/pickleshare-0.5.ebuild deleted file mode 100644 index 7fd09f4e3d37..000000000000 --- a/dev-python/pickleshare/pickleshare-0.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) - -inherit distutils-r1 - -DESCRIPTION="A small 'shelve' like datastore with concurrency support" -HOMEPAGE="https://github.com/pickleshare/pickleshare" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-python/path-py[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -# test_pickleshare.py is not included in the pickleshare-0.5 source -# we fetched from pipy -RESTRICT="test" - -python_test() { - distutils_install_for_testing - cd "${TEST_DIR}"/lib || die - cp "${S}"/test_pickleshare.py "${TEST_DIR}"/lib/ || die - py.test || die -} diff --git a/dev-python/pickleshare/pickleshare-0.6.ebuild b/dev-python/pickleshare/pickleshare-0.6.ebuild deleted file mode 100644 index e67548d6752f..000000000000 --- a/dev-python/pickleshare/pickleshare-0.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) - -inherit distutils-r1 - -DESCRIPTION="A small 'shelve' like datastore with concurrency support" -HOMEPAGE="https://github.com/pickleshare/pickleshare" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-python/path-py-6.2[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -# test_pickleshare.py is not included in the pickleshare-0.5 source -# we fetched from pipy -RESTRICT="test" - -python_test() { - distutils_install_for_testing - cd "${TEST_DIR}"/lib || die - cp "${S}"/test_pickleshare.py "${TEST_DIR}"/lib/ || die - py.test || die -} diff --git a/dev-python/pickleshare/pickleshare-0.7.2.ebuild b/dev-python/pickleshare/pickleshare-0.7.2.ebuild deleted file mode 100644 index 2b2a7d26fcce..000000000000 --- a/dev-python/pickleshare/pickleshare-0.7.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) - -inherit distutils-r1 - -DESCRIPTION="A small 'shelve' like datastore with concurrency support" -HOMEPAGE="https://github.com/pickleshare/pickleshare" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" - -RDEPEND=" - $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' python2_7 python3_3) - >=dev-python/path-py-6.2[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -# test_pickleshare.py is not included in the pickleshare-0.7.2 source -# we fetched from pipy -RESTRICT="test" - -python_test() { - distutils_install_for_testing - cd "${TEST_DIR}"/lib || die - cp "${S}"/test_pickleshare.py "${TEST_DIR}"/lib/ || die - py.test || die -} |