diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2024-11-27 13:42:51 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2024-11-27 13:46:36 +0000 |
commit | b07c925f99cf4044c7625f820e203cd047a7ebed (patch) | |
tree | 78b572339bea4a18d0149ac0160b5d432bfb6b15 | |
parent | 17cd25f005d650c24b21697f6068cb2bbc956183 (diff) | |
download | ports-b07c925f99cf4044c7625f820e203cd047a7ebed.tar.gz ports-b07c925f99cf4044c7625f820e203cd047a7ebed.zip |
biology/py-htseq: Update to 2.0.9
Numerous updates and fixes since 2.0.4
Changes: https://github.com/htseq/htseq/commits/main/
PR: 282940
Reported by: alster@vinterdalen.se
-rw-r--r-- | biology/py-htseq/Makefile | 5 | ||||
-rw-r--r-- | biology/py-htseq/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/biology/py-htseq/Makefile b/biology/py-htseq/Makefile index 49c686b9526a..45bb939d7a7a 100644 --- a/biology/py-htseq/Makefile +++ b/biology/py-htseq/Makefile @@ -1,12 +1,13 @@ PORTNAME= HTSeq -DISTVERSION= 2.0.4 +DISTVERSION= 2.0.9 CATEGORIES= biology python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:tl}-${DISTVERSION} MAINTAINER= jwb@FreeBSD.org COMMENT= Python library to facilitate programmatic analysis of sequence data -WWW= https://pypi.python.org/project/htseq/ +WWW= https://github.com/htseq/htseq/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/biology/py-htseq/distinfo b/biology/py-htseq/distinfo index 5a77db64e49d..3afeb0581588 100644 --- a/biology/py-htseq/distinfo +++ b/biology/py-htseq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691252948 -SHA256 (HTSeq-2.0.4.tar.gz) = 5510d855617d61efff2287af4cdc60a73e94bd735e44c15b57f189ea0634e6e0 -SIZE (HTSeq-2.0.4.tar.gz) = 452153 +TIMESTAMP = 1732713260 +SHA256 (htseq-2.0.9.tar.gz) = 3bbec23f033d35f40ab33a40c2b5c43f75e382c424b804c099dea635b52c2b12 +SIZE (htseq-2.0.9.tar.gz) = 468908 |