diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-21 21:37:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-21 21:37:46 +0100 |
commit | f7b24dee228fd22c392d18d5fe2efe71a39f28d5 (patch) | |
tree | 73ad82439811bca7457ae17fe6d7105b79d1d900 /dev-python/serpent | |
parent | dev-python/tqdm: Remove old (diff) | |
download | gentoo-f7b24dee228fd22c392d18d5fe2efe71a39f28d5.tar.gz gentoo-f7b24dee228fd22c392d18d5fe2efe71a39f28d5.tar.bz2 gentoo-f7b24dee228fd22c392d18d5fe2efe71a39f28d5.zip |
dev-python/serpent: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/serpent')
-rw-r--r-- | dev-python/serpent/Manifest | 1 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.30.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/serpent/Manifest b/dev-python/serpent/Manifest index b593b42dfc6e..78fcd8bb6c83 100644 --- a/dev-python/serpent/Manifest +++ b/dev-python/serpent/Manifest @@ -1,2 +1 @@ DIST serpent-1.30.2.tar.gz 24182 BLAKE2B 9a7f492dbd06331e7e0b7c264fff2c0b184258565d43773eb75dcdd53b8d74df60995439060af0514904043528757201b8fcea4c9bfa56237efe77849abc582e SHA512 1cbc490deae3fb81c59abf74a98437e8c31f1ad88ce31a96c7ae48f344701dfcd67e973d2829cf793c405c6c1930cb7f15dec129c0a0e1b475286dd4f219ff99 -DIST serpent-1.30.tar.gz 24046 BLAKE2B 8a803c9a47ffc9432eb6a48f78d5eb295ad477eef0c24a21c886aaca2cf4e63decf6b1f00d5f71528d867ecbe5789de0c2d19777d651d612f7378f3587a34ab8 SHA512 7ed44f21c9c3079f3423636bb833c49e3eebc89fa4cb6947b01f7cb6cf0161f7a0bf7e8508cef61d9a5475900e3c49d1e72e38cc24614ee99cac449e8b28b975 diff --git a/dev-python/serpent/serpent-1.30.ebuild b/dev-python/serpent/serpent-1.30.ebuild deleted file mode 100644 index 8ef70a2141f7..000000000000 --- a/dev-python/serpent/serpent-1.30.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="A simple serialization library based on ast.literal_eval" -HOMEPAGE="https://pypi.org/project/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="test" -RESTRICT="!test? ( test )" - -distutils_enable_tests setup.py - -BDEPEND=" - test? ( - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - )" |