summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biology/py-bcbio-gff/Makefile6
-rw-r--r--biology/py-bcbio-gff/distinfo6
-rw-r--r--biology/py-bcbio-gff/pkg-descr7
3 files changed, 14 insertions, 5 deletions
diff --git a/biology/py-bcbio-gff/Makefile b/biology/py-bcbio-gff/Makefile
index 60b3d02e75a3..325a33a56077 100644
--- a/biology/py-bcbio-gff/Makefile
+++ b/biology/py-bcbio-gff/Makefile
@@ -1,12 +1,14 @@
PORTNAME= bcbio-gff
-DISTVERSION= 0.7.0
+DISTVERSION= 0.7.1
CATEGORIES= biology python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Read and write Generic Feature Format (GFF) with Biopython integration
-WWW= https://pypi.python.org/project/bcbio-gff/
+WWW= https://pypi.org/project/bcbio-gff/ \
+ https://biopython.org/wiki/GFF_Parsing \
+ https://github.com/chapmanb/bcbb/tree/master/gff/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/biology/py-bcbio-gff/distinfo b/biology/py-bcbio-gff/distinfo
index 98af4e778943..ce539a582ab7 100644
--- a/biology/py-bcbio-gff/distinfo
+++ b/biology/py-bcbio-gff/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678969796
-SHA256 (bcbio-gff-0.7.0.tar.gz) = f7b3922ee274106f8716703f41f05a1795aa9d73e903f4e481995ed8f5f65d2d
-SIZE (bcbio-gff-0.7.0.tar.gz) = 20041
+TIMESTAMP = 1733918562
+SHA256 (bcbio-gff-0.7.1.tar.gz) = d1dc3294147b95baced6033f6386a0fed45c43767ef02d1223df5ef497e9cca6
+SIZE (bcbio-gff-0.7.1.tar.gz) = 20102
diff --git a/biology/py-bcbio-gff/pkg-descr b/biology/py-bcbio-gff/pkg-descr
index e93a50068fca..9276c8e5cb24 100644
--- a/biology/py-bcbio-gff/pkg-descr
+++ b/biology/py-bcbio-gff/pkg-descr
@@ -1 +1,8 @@
Read and write Generic Feature Format (GFF) with Biopython integration.
+
+Generic Feature Format (GFF) is a biological sequence file format for
+representing features and annotations on sequences. It is a tab delimited
+format, making it accessible to biologists and editable in text editors and
+spreadsheet programs. It is also well defined and can be parsed via automated
+programs. GFF files are available from many of the large sequencing and
+annotation centers.