commit: da2fced3f4c65f7d57d48357d6b09b5e0d9fb6f0
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Jan 20 15:18:54 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Jan 20 15:19:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=da2fced3
dev-python/xopen: version bump to 1.1.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/xopen/xopen-1.1.0.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/xopen/xopen-1.1.0.ebuild
b/dev-python/xopen/xopen-1.1.0.ebuild
new file mode 100644
index 000000000..0c662a3fd
--- /dev/null
+++ b/dev-python/xopen/xopen-1.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 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