Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/py2bit/
Date: Wed, 07 Oct 2020 02:06:27
Message-Id: 1602036354.7cb975bb632eeb00d979f80f66e7225641d6a3c1.epsilon-0@gentoo
1 commit: 7cb975bb632eeb00d979f80f66e7225641d6a3c1
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 02:05:54 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 02:05:54 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7cb975bb
7
8 dev-python/py2bit: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/py2bit/py2bit-0.2.1.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-python/py2bit/py2bit-0.2.1.ebuild b/dev-python/py2bit/py2bit-0.2.1.ebuild
17 deleted file mode 100644
18 index d33e9798f..000000000
19 --- a/dev-python/py2bit/py2bit-0.2.1.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python2_7 python3_5 )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Python library for accessing 2bit files"
32 -HOMEPAGE="https://github.com/dpryan79/py2bit"
33 -SRC_URI="https://github.com/dpryan79/py2bit/archive/0.2.1.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -DEPEND="sci-libs/lib2bit"
41 -RDEPEND="${DEPEND}"