pkgsrc-WIP-changes archive

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

py-macs3: Begin work on rework of MACS2



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jan 20 09:27:11 2023 -0600
Changeset:	b2dcb6bdabaa9ecf50bef3424d7c56f3a41b81d0

Added Files:
	py-macs3/DESCR
	py-macs3/Makefile
	py-macs3/PLIST
	py-macs3/distinfo

Log Message:
py-macs3: Begin work on rework of MACS2

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

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

diffstat:
 py-macs3/DESCR    |  1 +
 py-macs3/Makefile | 31 +++++++++++++++++++++++++++++++
 py-macs3/PLIST    |  1 +
 py-macs3/distinfo |  5 +++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/py-macs3/DESCR b/py-macs3/DESCR
new file mode 100644
index 0000000000..845dbab1b0
--- /dev/null
+++ b/py-macs3/DESCR
@@ -0,0 +1 @@
+[description of the port]
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
new file mode 100644
index 0000000000..2a46441bf4
--- /dev/null
+++ b/py-macs3/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Thu Nov  2 10:04:18 CDT 2017               #
+###########################################################
+
+DISTNAME=	macs3-3.0.0b1
+PKGNAME=	${PYPKGPREFIX}-macs3-3.0.0b1
+CATEGORIES=	biology
+MASTER_SITES=	${MASTER_SITE_GITHUB:=macs3-project/}
+GITHUB_PROJECT=	MACS
+GITHUB_TAG=     v${PKGVERSION_NOREV}
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/macs2
+COMMENT=	Novel algorithm for identifying transcript factor binding sites
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0:../../wip/py-hmmlearn
+
+post-install:
+	${STRIP} \
+		${DESTDIR}${PYTHON_SITELIBDIR}/MACS2/*.so \
+		${DESTDIR}${PYTHON_SITELIBDIR}/MACS2/*/*.so
+
+.include "../../lang/python/wheel.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../devel/simde/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-macs3/PLIST b/py-macs3/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/py-macs3/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-macs3/distinfo b/py-macs3/distinfo
new file mode 100644
index 0000000000..f8c6ce322e
--- /dev/null
+++ b/py-macs3/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (macs3-3.0.0b1.tar.gz) = eae42e5be0d9e2739d5a5b612fed529c16a5d0213e1cfd81c4a6982388712ee8
+SHA512 (macs3-3.0.0b1.tar.gz) = 68da457ddbf3681f7b50367105405714153f5df3830131efda9c1cdda8970f1253aa3f2fb4d9e297a4d8a56f08131521969cb99a5c04b45bf64965e9b0e9c7fb
+Size (macs3-3.0.0b1.tar.gz) = 195299052 bytes


Home | Main Index | Thread Index | Old Index