commit: 34ea68d787a9e5d48c9e3adf3b015f9e5957b04b
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Nov 8 22:32:13 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Nov 8 22:32:13 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=34ea68d7
dev-python/xopen: version bump to 1.0.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/xopen/xopen-1.0.0.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/xopen/xopen-1.0.0.ebuild
b/dev-python/xopen/xopen-1.0.0.ebuild
new file mode 100644
index 000000000..9e5e480c6
--- /dev/null
+++ b/dev-python/xopen/xopen-1.0.0.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