mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
biology/py-dnaio: Update to 1.2.0
Numerous bug fixes and enhancements since 0.5.1 Changes: https://github.com/marcelm/dnaio/tags PR: 276814 Reported by: wen
This commit is contained in:
parent
4da9d2944b
commit
e35d3c95a0
@ -1,5 +1,5 @@
|
||||
PORTNAME= dnaio
|
||||
DISTVERSION= 0.5.1 # py-cutadapt 3.3 requires 0.5.x
|
||||
DISTVERSION= 1.2.0
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,9 +11,10 @@ WWW= https://pypi.python.org/pypi/dnaio
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist cython pep517
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1620087008
|
||||
SHA256 (dnaio-0.5.1.tar.gz) = c68ecffbf653dfe122f1c10fb8d7c5957ad68acc5c9035c66f81eba1a591d31c
|
||||
SIZE (dnaio-0.5.1.tar.gz) = 126820
|
||||
TIMESTAMP = 1707060534
|
||||
SHA256 (dnaio-1.2.0.tar.gz) = d0528c23516fe4e947970bdef33c423f0a30ab3b083bd4f6f049fd66d8cef803
|
||||
SIZE (dnaio-1.2.0.tar.gz) = 58225
|
||||
|
Loading…
Reference in New Issue
Block a user