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: 1602036338.8b785ec12a5f715bde7300d252b7f349c6a07bcd.epsilon-0@gentoo
1 commit: 8b785ec12a5f715bde7300d252b7f349c6a07bcd
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 02:05:38 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 02:05:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b785ec1
7
8 dev-python/py2bit: version bump to 0.3.0
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.3.0.ebuild | 25 +++++++++++++++++++++++++
14 dev-python/py2bit/py2bit-9999.ebuild | 25 +++++++++++++++++++++++++
15 2 files changed, 50 insertions(+)
16
17 diff --git a/dev-python/py2bit/py2bit-0.3.0.ebuild b/dev-python/py2bit/py2bit-0.3.0.ebuild
18 new file mode 100644
19 index 000000000..e39934379
20 --- /dev/null
21 +++ b/dev-python/py2bit/py2bit-0.3.0.ebuild
22 @@ -0,0 +1,25 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +PYTHON_COMPAT=( python3_{6..9} )
29 +
30 +inherit distutils-r1
31 +
32 +DESCRIPTION="Python library for accessing 2bit files"
33 +HOMEPAGE="https://github.com/dpryan79/py2bit"
34 +
35 +if [[ ${PV} == 9999 ]] ; then
36 + inherit git-r3
37 + EGIT_REPO_URI="https://github.com/dpryan79/py2bit"
38 +else
39 + SRC_URI="https://github.com/dpryan79/py2bit/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 + KEYWORDS="~amd64 ~x86"
41 +fi
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +
46 +DEPEND="sci-libs/lib2bit"
47 +RDEPEND="${DEPEND}"
48
49 diff --git a/dev-python/py2bit/py2bit-9999.ebuild b/dev-python/py2bit/py2bit-9999.ebuild
50 new file mode 100644
51 index 000000000..e39934379
52 --- /dev/null
53 +++ b/dev-python/py2bit/py2bit-9999.ebuild
54 @@ -0,0 +1,25 @@
55 +# Copyright 1999-2020 Gentoo Authors
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI=7
59 +
60 +PYTHON_COMPAT=( python3_{6..9} )
61 +
62 +inherit distutils-r1
63 +
64 +DESCRIPTION="Python library for accessing 2bit files"
65 +HOMEPAGE="https://github.com/dpryan79/py2bit"
66 +
67 +if [[ ${PV} == 9999 ]] ; then
68 + inherit git-r3
69 + EGIT_REPO_URI="https://github.com/dpryan79/py2bit"
70 +else
71 + SRC_URI="https://github.com/dpryan79/py2bit/archive/${PV}.tar.gz -> ${P}.tar.gz"
72 + KEYWORDS="~amd64 ~x86"
73 +fi
74 +
75 +LICENSE="MIT"
76 +SLOT="0"
77 +
78 +DEPEND="sci-libs/lib2bit"
79 +RDEPEND="${DEPEND}"