py-bcbio-gff: Clean up

master
Jason W. Bacon 2023-11-05 11:50:02 -06:00
parent c552ddefb3
commit 1a5a8f00b6
2 changed files with 3 additions and 7 deletions

View File

@ -1 +1,3 @@
Read and write Generic Feature Format (GFF) with Biopython integration.
Read and write Generic Feature Format (GFF) with Biopython
integration. Meant to be integrated eventually into gffutils,
making this package obsolete.

View File

@ -1,9 +1,4 @@
# $NetBSD$
#
###########################################################
# Generated by fbsd2pkg #
# Fri Feb 11 18:52:13 CST 2022 #
###########################################################
DISTNAME= bcbio-gff-0.7.0
PKGNAME= ${PYPKGPREFIX}-bcbio-gff-0.7.0
@ -15,6 +10,5 @@ HOMEPAGE= https://pypi.python.org/project/bcbio-gff/
COMMENT= Read and write Generic Feature Format (GFF) with Biopython integration
LICENSE= modified-bsd
# Verify that we shouldn't use distutils.mk or extensions.mk instead.
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"