Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2021 13:21:51 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d2a830e3bd0c - main - biology/py-dnaio: Update to 0.5.1
Message-ID:  <202105041321.144DLp5H099839@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d2a830e3bd0c2cac1063e3f76b06b717ccba75e3

commit d2a830e3bd0c2cac1063e3f76b06b717ccba75e3
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2021-05-04 13:19:25 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2021-05-04 13:19:25 +0000

    biology/py-dnaio: Update to 0.5.1
    
    Add py.typed and distribute .pyi files
---
 biology/py-dnaio/Makefile  | 2 +-
 biology/py-dnaio/distinfo  | 6 +++---
 biology/py-dnaio/pkg-descr | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/biology/py-dnaio/Makefile b/biology/py-dnaio/Makefile
index 3f7c013b8d84..685d4e5f358c 100644
--- a/biology/py-dnaio/Makefile
+++ b/biology/py-dnaio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dnaio
-DISTVERSION=	0.5.0	# py-cutadapt 3.2 requires 0.5.x
+DISTVERSION=	0.5.1	# py-cutadapt 3.3 requires 0.5.x
 CATEGORIES=	biology python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/biology/py-dnaio/distinfo b/biology/py-dnaio/distinfo
index a6a2879e226c..b1aa14a78220 100644
--- a/biology/py-dnaio/distinfo
+++ b/biology/py-dnaio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612290443
-SHA256 (dnaio-0.5.0.tar.gz) = 6d01979159057954a265d81767f8cb26721a6d3a458601a73d1647792a50134c
-SIZE (dnaio-0.5.0.tar.gz) = 126321
+TIMESTAMP = 1620087008
+SHA256 (dnaio-0.5.1.tar.gz) = c68ecffbf653dfe122f1c10fb8d7c5957ad68acc5c9035c66f81eba1a591d31c
+SIZE (dnaio-0.5.1.tar.gz) = 126820
diff --git a/biology/py-dnaio/pkg-descr b/biology/py-dnaio/pkg-descr
index f17a9a9ed741..3ded467c3308 100644
--- a/biology/py-dnaio/pkg-descr
+++ b/biology/py-dnaio/pkg-descr
@@ -1,5 +1,5 @@
-dnaio is a Python 3 library for fast parsing of FASTQ and also FASTA files. The
-code was previously part of the cutadapt tool and has been improved since it
-has been split out.
+dnaio is a Python 3 library for fast input and output of FASTQ and FASTA files.
+It supports paired-end data in separate files, interleaved paired-end in a
+single file and compression using gzip, bzip, and xz.
 
 WWW: https://pypi.python.org/pypi/dnaio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105041321.144DLp5H099839>