aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-11-08 16:25:43 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-11-08 16:25:53 +0000
commite00b4faa41df701e9072db63491ebd080e080006 (patch)
tree6d48256ffc6f4e6b9328899d3583f191bb1ce1b8 /dev-python
parentsci-libs/pytorch: give cmake a fake /dev/nvidiactl. (diff)
downloadsci-e00b4faa41df701e9072db63491ebd080e080006.tar.gz
sci-e00b4faa41df701e9072db63491ebd080e080006.tar.bz2
sci-e00b4faa41df701e9072db63491ebd080e080006.zip
dev-python/dnaio: version bump to 0.4.3
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dnaio/Manifest1
-rw-r--r--dev-python/dnaio/dnaio-0.4.3.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/dnaio/Manifest b/dev-python/dnaio/Manifest
index 68e82d590..c3cf16f99 100644
--- a/dev-python/dnaio/Manifest
+++ b/dev-python/dnaio/Manifest
@@ -1 +1,2 @@
DIST dnaio-0.4.2.tar.gz 125495 BLAKE2B 8034cbf2951345d7be0c0041d6ea24fc16d8e11669e04659216cd9551bc3da00b33a1c89e3b5453884e808c217b7d0ec232617da524037d834081ae3ae37f4e2 SHA512 9cd5d150fe49f6887bc3ac92975f2ec7d8f07370cfc8d8f8d556ad7b2143340c65bde87c80e02396358ea644a891dab39384641a143879e31328bfffff4c21b6
+DIST dnaio-0.4.3.tar.gz 126329 BLAKE2B 03c1f0d77d1c9452ec16e2fcf50312b24ac932fbe120462d2ac8cea26a0d0ed0f6b2f65c0a1570ba116e81fd59d57469e44b9a17112a03f704d6a906802528be SHA512 79a015c3ab61b9608cace1e435ca0d749ab67bf8b6acffb1b8cafcf2614061b46254c63583e44d7995ba4548bcd19e476297a66a20aa530eb98b6cda09690e64
diff --git a/dev-python/dnaio/dnaio-0.4.3.ebuild b/dev-python/dnaio/dnaio-0.4.3.ebuild
new file mode 100644
index 000000000..73615c246
--- /dev/null
+++ b/dev-python/dnaio/dnaio-0.4.3.ebuild
@@ -0,0 +1,22 @@
+# 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="efficient reader for FASTA and FASTQ files"
+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="
+ ${PYTHON_DEPS}
+ dev-python/xopen
+"
+
+# no tests in package