Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trollius/
Date: Wed, 12 Apr 2017 12:34:38
Message-Id: 1491998998.d02ee45282bddf144e13f9a041a464e8fa2ad49a.radhermit@gentoo
1 commit: d02ee45282bddf144e13f9a041a464e8fa2ad49a
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 12:09:58 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 12:09:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02ee452
7
8 dev-python/trollius: remove old
9
10 dev-python/trollius/Manifest | 2 --
11 dev-python/trollius/trollius-1.0.4.ebuild | 22 ----------------------
12 dev-python/trollius/trollius-2.0.ebuild | 24 ------------------------
13 3 files changed, 48 deletions(-)
14
15 diff --git a/dev-python/trollius/Manifest b/dev-python/trollius/Manifest
16 index 0770d31c470..07cb453e0b6 100644
17 --- a/dev-python/trollius/Manifest
18 +++ b/dev-python/trollius/Manifest
19 @@ -1,3 +1 @@
20 -DIST trollius-1.0.4.tar.gz 259188 SHA256 8884cae4ec6a2d593abcffd5e700626ad4618f42b11beb2b75998f2e8247de76 SHA512 f8df8c9f0034e6075e2a356a0bcfcd7908d98d8d14b07332a71de0115753e17335f5b8030c06c6b2a5b79437392ccf13f92d46155622f789b13c36d04c6d1f9e WHIRLPOOL 0cc57bee6be7a2bd8785decc406792c0d354dfc24f4a51b40d0de9557e212cbda738f9aab0a41fcb1ebe1a4b72986c09db1e243fd6ca3398f1df400e8c4ae6ad
21 -DIST trollius-2.0.tar.gz 273021 SHA256 a8e0e2d3a3193be3e0f113253f41675d2679d23c491f32b37f4e0a736f32a28f SHA512 457be3ac9b7dd036576e29ee754afe1289f864f0b4ebe166405f64574d094b75ebeb2fa18d1a5d48dbc03069bcb491e92b983c55a8acad8bf9f9471f0e659549 WHIRLPOOL 2ed7ba50d687e63f59ad0cef88df76ba354102aadfc5ef47342b0756ae7d6d87e4e94a55593eacdf61601ade1d5338339489db8001097d633acdc9fc9d119246
22 DIST trollius-2.1.tar.gz 276425 SHA256 cd165d9d9578d3aadbf26e71a88d9a70c4e444792a5628dc9af255f62030cc90 SHA512 d800e060e13da22c83fc20f2c0e61d6c50cca309d90e8faecaf24e68240d78ec7fc9cfbb68a968ba7e9d73268e974353d9bd9063eb0ca02a4f0e88610abd6018 WHIRLPOOL febf87b4fb47a7cb573a538981807da207caff26d11562d899814573ea265d1e4a4ccf6dad0a19dbe639ef27be791958351711408bce2ac0b57792f489e4757b
23
24 diff --git a/dev-python/trollius/trollius-1.0.4.ebuild b/dev-python/trollius/trollius-1.0.4.ebuild
25 deleted file mode 100644
26 index 0d05eefce23..00000000000
27 --- a/dev-python/trollius/trollius-1.0.4.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
35 -inherit distutils-r1
36 -
37 -DESCRIPTION="A port of the Tulip project (asyncio module, PEP3156)"
38 -HOMEPAGE="https://bitbucket.org/enovance/trollius/ https://pypi.python.org/pypi/trollius/"
39 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="Apache-2.0"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm x86"
44 -
45 -RDEPEND="virtual/python-futures[${PYTHON_USEDEP}]"
46 -DEPEND="${RDEPEND}
47 - dev-python/setuptools[${PYTHON_USEDEP}]"
48 -
49 -python_test() {
50 - "${PYTHON}" runtests.py || die "Testing failed under ${EPYTHON}"
51 -}
52
53 diff --git a/dev-python/trollius/trollius-2.0.ebuild b/dev-python/trollius/trollius-2.0.ebuild
54 deleted file mode 100644
55 index 03ac764d932..00000000000
56 --- a/dev-python/trollius/trollius-2.0.ebuild
57 +++ /dev/null
58 @@ -1,24 +0,0 @@
59 -# Copyright 1999-2016 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=5
63 -
64 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
65 -
66 -inherit distutils-r1
67 -
68 -DESCRIPTION="A port of the Tulip project (asyncio module, PEP3156)"
69 -HOMEPAGE="https://github.com/haypo/trollius https://pypi.python.org/pypi/trollius/"
70 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
71 -
72 -LICENSE="Apache-2.0"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
75 -
76 -RDEPEND="virtual/python-futures[${PYTHON_USEDEP}]"
77 -DEPEND="${RDEPEND}
78 - dev-python/setuptools[${PYTHON_USEDEP}]"
79 -
80 -python_test() {
81 - "${PYTHON}" runtests.py || die "Testing failed under ${EPYTHON}"
82 -}