diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-06 10:32:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-06 14:39:00 +0100 |
commit | e917d8a6128997d7f6eb08cb7453605cfaa1bfe5 (patch) | |
tree | 21ce43df773e3977dbd8d5ab9fc0b51450a68904 | |
parent | dev-python/selenium: Clean old up (diff) | |
download | gentoo-e917d8a6128997d7f6eb08cb7453605cfaa1bfe5.tar.gz gentoo-e917d8a6128997d7f6eb08cb7453605cfaa1bfe5.tar.bz2 gentoo-e917d8a6128997d7f6eb08cb7453605cfaa1bfe5.zip |
dev-python/serpent: Clean old up
-rw-r--r-- | dev-python/serpent/Manifest | 2 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.12.ebuild | 24 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.7.ebuild | 16 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/serpent/Manifest b/dev-python/serpent/Manifest index 141865467e0e..98e0c6e040eb 100644 --- a/dev-python/serpent/Manifest +++ b/dev-python/serpent/Manifest @@ -1,3 +1 @@ -DIST serpent-1.12.tar.gz 11003 BLAKE2B 2784f3cbcc21721835f6ed636f3e91c711539019fb2111621fab6fa7e476c47c602a6cefd6e02287b47ba3988085fdc700b674e8ad7a13eabb4ce65d172bb2d8 SHA512 af4be554f6bd6f4f4437cdf28c3a34719969896ccf7ad40a42b94dfd666724fde239db17de96003eba78bc51f432c551d80b19dc5064f4d7f8ad9fe060dd2039 DIST serpent-1.19.tar.gz 12055 BLAKE2B 1adf86abf58b4afb82a9d2ee3b8fff4107f3e1cd383a33359687b80b2b917ec1af8f15cb5b849c0979035daecf2aaaf1230553a478e59480f160d8df456b5fd2 SHA512 9adac06bb63dfa73ca0043a3ddf868e0afebc81ff7d637e41667314cbe8e0ecb2af807db6c60f5a5a6a6ff8fa11ac42063d83a7376c7e8bcac22abfd3ba5b1dd -DIST serpent-1.7.tar.gz 8799 BLAKE2B b6a25f7d5260e99ee7cf78dc68a6bc02ed73a90f3efdd978a494b2b017c26f8688e261592770fe2ffbdd7b3faa998e17e70f373a7910a6d14e7b956e75680153 SHA512 2e885fb06404915506665b2ba6c7fa6dd7a74e31f814fe88f21c847eade5c307f932d45371252d7b690bf95677031a5b5128d9cc5974733dba127e0eab222fa3 diff --git a/dev-python/serpent/serpent-1.12.ebuild b/dev-python/serpent/serpent-1.12.ebuild deleted file mode 100644 index 376bc3b0ff24..000000000000 --- a/dev-python/serpent/serpent-1.12.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A simple serialization library based on ast.literal_eval" -HOMEPAGE="https://pypi.python.org/pypi/serpent https://github.com/irmen/Serpent" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86" -IUSE="" - -# not bundled -RESTRICT="test" - -python_test() { - ${PYTHON} -bb test_serpent.py || die -} diff --git a/dev-python/serpent/serpent-1.7.ebuild b/dev-python/serpent/serpent-1.7.ebuild deleted file mode 100644 index 847d9cada099..000000000000 --- a/dev-python/serpent/serpent-1.7.ebuild +++ /dev/null @@ -1,16 +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} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A simple serialization library based on ast.literal_eval" -HOMEPAGE="https://pypi.python.org/pypi/serpent https://github.com/irmen/Serpent" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" |