commit:     67aa93da4c80448bedd14ac014cbf0fcc0518e6c
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 00:15:04 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 14:11:41 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=67aa93da

dev-python/xopen: version bump

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/xopen/metadata.xml       |  4 ++++
 dev-python/xopen/xopen-0.9.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/xopen/metadata.xml b/dev-python/xopen/metadata.xml
index 138cb7705..822323020 100644
--- a/dev-python/xopen/metadata.xml
+++ b/dev-python/xopen/metadata.xml
@@ -5,6 +5,10 @@
                <email>[email protected]</email>
                <name>Martin Mokrejs</name>
        </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Aisha Tammy</name>
+       </maintainer>
        <maintainer type="project">
                <email>[email protected]</email>
                <name>Gentoo Biology Project</name>

diff --git a/dev-python/xopen/xopen-0.9.0.ebuild 
b/dev-python/xopen/xopen-0.9.0.ebuild
new file mode 100644
index 000000000..9e5e480c6
--- /dev/null
+++ b/dev-python/xopen/xopen-0.9.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

Reply via email to