pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add py-bcbio-gff



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Feb 11 19:11:00 2022 -0600
Changeset:	45e9b368ce37eb29180e2f114a41d5a85e1513f8

Modified Files:
	Makefile
Added Files:
	py-bcbio-gff/DESCR
	py-bcbio-gff/Makefile
	py-bcbio-gff/PLIST
	py-bcbio-gff/distinfo

Log Message:
Add py-bcbio-gff

Read and write Generic Feature Format (GFF) with Biopython integration

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=45e9b368ce37eb29180e2f114a41d5a85e1513f8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 py-bcbio-gff/DESCR    |  1 +
 py-bcbio-gff/Makefile | 20 ++++++++++++++++++++
 py-bcbio-gff/PLIST    | 21 +++++++++++++++++++++
 py-bcbio-gff/distinfo |  5 +++++
 5 files changed, 48 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5054843760..ab5db0507a 100644
--- a/Makefile
+++ b/Makefile
@@ -3440,6 +3440,7 @@ SUBDIR+=	py-azure-common
 SUBDIR+=	py-azure-core
 SUBDIR+=	py-azure-storage-blob
 SUBDIR+=	py-b3j0f.aop
+SUBDIR+=	py-bcbio-gff
 SUBDIR+=	py-backports-datetime-fromisoformat
 SUBDIR+=	py-backports.csv
 SUBDIR+=	py-backports.entry_points_selectable
diff --git a/py-bcbio-gff/DESCR b/py-bcbio-gff/DESCR
new file mode 100644
index 0000000000..e93a50068f
--- /dev/null
+++ b/py-bcbio-gff/DESCR
@@ -0,0 +1 @@
+Read and write Generic Feature Format (GFF) with Biopython integration.
diff --git a/py-bcbio-gff/Makefile b/py-bcbio-gff/Makefile
new file mode 100644
index 0000000000..815d98c6a6
--- /dev/null
+++ b/py-bcbio-gff/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Fri Feb 11 18:52:13 CST 2022               #
+###########################################################
+
+DISTNAME=	bcbio-gff-0.6.9
+PKGNAME=	${PYPKGPREFIX}-bcbio-gff-0.6.9
+CATEGORIES=	biology
+MASTER_SITES=	${MASTER_SITE_PYPI:=b/bcbio-gff/}
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+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"
diff --git a/py-bcbio-gff/PLIST b/py-bcbio-gff/PLIST
new file mode 100644
index 0000000000..f5b63ee3e3
--- /dev/null
+++ b/py-bcbio-gff/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/BCBio/GFF/GFFOutput.py
+${PYSITELIB}/BCBio/GFF/GFFOutput.pyc
+${PYSITELIB}/BCBio/GFF/GFFOutput.pyo
+${PYSITELIB}/BCBio/GFF/GFFParser.py
+${PYSITELIB}/BCBio/GFF/GFFParser.pyc
+${PYSITELIB}/BCBio/GFF/GFFParser.pyo
+${PYSITELIB}/BCBio/GFF/__init__.py
+${PYSITELIB}/BCBio/GFF/__init__.pyc
+${PYSITELIB}/BCBio/GFF/__init__.pyo
+${PYSITELIB}/BCBio/GFF/_utils.py
+${PYSITELIB}/BCBio/GFF/_utils.pyc
+${PYSITELIB}/BCBio/GFF/_utils.pyo
+${PYSITELIB}/BCBio/__init__.py
+${PYSITELIB}/BCBio/__init__.pyc
+${PYSITELIB}/BCBio/__init__.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-bcbio-gff/distinfo b/py-bcbio-gff/distinfo
new file mode 100644
index 0000000000..480320fc13
--- /dev/null
+++ b/py-bcbio-gff/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (bcbio-gff-0.6.9.tar.gz) = f47b20601bbb8c0d200e6d8cd6ba0fc752b8ccf45dd3b7b2a38604c21dc0387f
+SHA512 (bcbio-gff-0.6.9.tar.gz) = 90498cd073cbc582bcbecbe8fd962b2ada09c955bc1b9474ce60dc2fb681c5d783dba050c9684d78cde765f2a9be2c56e0cd96fe78c72c9792364c795edfe742
+Size (bcbio-gff-0.6.9.tar.gz) = 44236 bytes


Home | Main Index | Thread Index | Old Index