Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/serpent/
Date: Mon, 14 Jun 2021 22:30:32
Message-Id: 1623709460.b4281308e2e3e1923411ef0695bae2872b2d892d.mgorny@gentoo
1 commit: b4281308e2e3e1923411ef0695bae2872b2d892d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 22:24:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 22:24:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4281308
7
8 dev-python/serpent: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/serpent/Manifest | 1 -
13 dev-python/serpent/serpent-1.30.2.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/serpent/Manifest b/dev-python/serpent/Manifest
17 index 200330039b3..9d28412f591 100644
18 --- a/dev-python/serpent/Manifest
19 +++ b/dev-python/serpent/Manifest
20 @@ -1,2 +1 @@
21 -DIST serpent-1.30.2.tar.gz 24182 BLAKE2B 9a7f492dbd06331e7e0b7c264fff2c0b184258565d43773eb75dcdd53b8d74df60995439060af0514904043528757201b8fcea4c9bfa56237efe77849abc582e SHA512 1cbc490deae3fb81c59abf74a98437e8c31f1ad88ce31a96c7ae48f344701dfcd67e973d2829cf793c405c6c1930cb7f15dec129c0a0e1b475286dd4f219ff99
22 DIST serpent-1.40.tar.gz 24140 BLAKE2B 8a790e3f0973e99840cbea6ad354012cde0b7c6ee09c50f31d56110e12cf848543a30a38900e821419c9a0aaeb2b55fe0161dbc9c233f236a21dc553cefce9e6 SHA512 9f8edebcd6e37de7442a00157f64b1dec6742cd198f45ab475be7f38aff4e090345739f7500181f0b0a4dbdc9241b2f11bca5ada7a89aa577d94646269d7ab28
23
24 diff --git a/dev-python/serpent/serpent-1.30.2.ebuild b/dev-python/serpent/serpent-1.30.2.ebuild
25 deleted file mode 100644
26 index 3e67f48bf4f..00000000000
27 --- a/dev-python/serpent/serpent-1.30.2.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A simple serialization library based on ast.literal_eval"
39 -HOMEPAGE="https://pypi.org/project/serpent/ https://github.com/irmen/Serpent"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
45 -IUSE="test"
46 -RESTRICT="!test? ( test )"
47 -
48 -distutils_enable_tests setup.py
49 -
50 -BDEPEND="
51 - test? (
52 - dev-python/attrs[${PYTHON_USEDEP}]
53 - dev-python/pytz[${PYTHON_USEDEP}]
54 - )
55 -"