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/txgithub/
Date: Tue, 02 May 2017 17:44:46
Message-Id: 1493747024.5d49ebf7fe9cef8e5a66927ab5f7a574c91208ef.mgorny@gentoo
1 commit: 5d49ebf7fe9cef8e5a66927ab5f7a574c91208ef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 17:20:42 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 17:43:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d49ebf7
7
8 dev-python/txgithub: Clean old versions up
9
10 dev-python/txgithub/txgithub-15.0.0.ebuild | 23 -----------------------
11 1 file changed, 23 deletions(-)
12
13 diff --git a/dev-python/txgithub/txgithub-15.0.0.ebuild b/dev-python/txgithub/txgithub-15.0.0.ebuild
14 deleted file mode 100644
15 index 31253517719..00000000000
16 --- a/dev-python/txgithub/txgithub-15.0.0.ebuild
17 +++ /dev/null
18 @@ -1,23 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -PYTHON_COMPAT=( python2_7 )
24 -
25 -inherit eutils distutils-r1
26 -
27 -DESCRIPTION="GitHub API client implemented using Twisted"
28 -HOMEPAGE="https://github.com/tomprince/txgithub https://pypi.python.org/pypi/txgithub"
29 -SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="MIT"
32 -SLOT="0"
33 -KEYWORDS="~amd64"
34 -IUSE="test"
35 -
36 -RDEPEND="
37 - >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
38 - >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}]
39 - dev-python/pyopenssl[${PYTHON_USEDEP}]
40 -"
41 -DEPEND="${RDEPEND}"