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/xopen/
Date: Wed, 23 Dec 2020 02:22:10
Message-Id: 1608690121.2a3b6b90ad429619f6ac824b94c770fa5897f987.epsilon-0@gentoo
1 commit: 2a3b6b90ad429619f6ac824b94c770fa5897f987
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 23 02:22:01 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 23 02:22:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2a3b6b90
7
8 dev-python/xopen: version bump to 1.0.1
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/xopen/xopen-1.0.1.ebuild | 21 +++++++++++++++++++++
14 1 file changed, 21 insertions(+)
15
16 diff --git a/dev-python/xopen/xopen-1.0.1.ebuild b/dev-python/xopen/xopen-1.0.1.ebuild
17 new file mode 100644
18 index 000000000..9e5e480c6
19 --- /dev/null
20 +++ b/dev-python/xopen/xopen-1.0.1.ebuild
21 @@ -0,0 +1,21 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +PYTHON_COMPAT=( python3_{6..9} )
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="Open compressed files transparently"
31 +HOMEPAGE="https://pypi.python.org/pypi/xopen"
32 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 +
34 +LICENSE="MIT"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +
38 +RDEPEND="
39 + app-arch/pigz
40 +"
41 +
42 +distutils_enable_tests pytest