commit: 2a3b6b90ad429619f6ac824b94c770fa5897f987
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 23 02:22:01 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 23 02:22:01 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2a3b6b90
dev-python/xopen: version bump to 1.0.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/xopen/xopen-1.0.1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/xopen/xopen-1.0.1.ebuild
b/dev-python/xopen/xopen-1.0.1.ebuild
new file mode 100644
index 000000000..9e5e480c6
--- /dev/null
+++ b/dev-python/xopen/xopen-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Open compressed files transparently"
+HOMEPAGE="https://pypi.python.org/pypi/xopen"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-arch/pigz
+"
+
+distutils_enable_tests pytest