biology/py-dnaio: Update to 0.5.1
Add py.typed and distribute .pyi files
This commit is contained in:
parent
6ae0e7971f
commit
d2a830e3bd
3 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue