Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/constantly/
Date: Sun, 15 Dec 2019 12:36:10
Message-Id: 1576413359.fd1eb43eecad9d848e795ca314c82c6813c2ea99.pacho@gentoo
1 commit: fd1eb43eecad9d848e795ca314c82c6813c2ea99
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 15 12:34:05 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 15 12:35:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1eb43e
7
8 dev-python/constantly: Drop old
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/constantly/Manifest | 1 -
14 dev-python/constantly/constantly-15.1.0.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest
18 index 6c7a079e294..97253e8bcc1 100644
19 --- a/dev-python/constantly/Manifest
20 +++ b/dev-python/constantly/Manifest
21 @@ -1,2 +1 @@
22 DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e SHA512 eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce
23 -DIST constantly-15.1.0.tar.gz 21465 BLAKE2B fc3781e521f3a9988567c437e456e2f8215b8d61115e076d4f9fc52926125540f59bad457413105422d31184506bf7fd3fa38711dae8a8057b38941f2c5584bb SHA512 ccc6f41b0bd552d2bb5346cc9d64cd7b91a59dd30e0cf66b01e82f7e0e079c01c34bc6c66b69c5fee9d2eed35ae5455258d309e66278d708d5f576ddf2e00ac3
24
25 diff --git a/dev-python/constantly/constantly-15.1.0.ebuild b/dev-python/constantly/constantly-15.1.0.ebuild
26 deleted file mode 100644
27 index 82f27669eed..00000000000
28 --- a/dev-python/constantly/constantly-15.1.0.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy)
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Symbolic constants in Python"
40 -HOMEPAGE="https://github.com/twisted/constantly https://pypi.org/project/constantly/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
46 -IUSE=""
47 -
48 -RDEPEND=""
49 -DEPEND="
50 - ${RDEPEND}
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 -"
53 -
54 -#S=${WORKDIR}/${P}