pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
'Add py-pypeflow: Lightweight and reusable make/flow data process library'
- To: pkgsrc-wip-changes%NetBSD.org@localhost
- Subject: 'Add py-pypeflow: Lightweight and reusable make/flow data process library'
- From: Jason Bacon <bacon@centosdev.local>
- Date: Thu, 30 Mar 2017 16:49:53 +0000
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon@centosdev.local>
Pushed By: outpaddling
Date: Thu Mar 30 11:49:53 2017 -0500
Changeset: 3d963d3b634063d7d8afa5ae4ee9842c8aff9b57
Modified Files:
Makefile
Added Files:
py-pypeflow/DESCR
py-pypeflow/Makefile
py-pypeflow/PLIST
py-pypeflow/TODO
py-pypeflow/buildlink3.mk
py-pypeflow/distinfo
Log Message:
'Add py-pypeflow: Lightweight and reusable make/flow data process library'
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d963d3b634063d7d8afa5ae4ee9842c8aff9b57
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-pypeflow/DESCR | 5 +++++
py-pypeflow/Makefile | 35 +++++++++++++++++++++++++++++++++++
py-pypeflow/PLIST | 22 ++++++++++++++++++++++
py-pypeflow/TODO | 1 +
py-pypeflow/buildlink3.mk | 12 ++++++++++++
py-pypeflow/distinfo | 6 ++++++
7 files changed, 82 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b81f87b667..6ddefd0543 100644
--- a/Makefile
+++ b/Makefile
@@ -3369,6 +3369,7 @@ SUBDIR+= py-pynfo
SUBDIR+= py-pynn
SUBDIR+= py-pyon
SUBDIR+= py-pypedal
+SUBDIR+= py-pypeflow
SUBDIR+= py-pyphant
SUBDIR+= py-pypi-browser
SUBDIR+= py-pypi-cli
diff --git a/py-pypeflow/DESCR b/py-pypeflow/DESCR
new file mode 100644
index 0000000000..7758136a07
--- /dev/null
+++ b/py-pypeflow/DESCR
@@ -0,0 +1,5 @@
+pypeFLOW is a lightweight and reusable make/flow data process library written
+in Python. Features multiple concurrent task scheduling and a reasonable
+simple interface for declarative programming.
+
+WWW: http://github.com/PacificBiosciences/pypeFLOW
diff --git a/py-pypeflow/Makefile b/py-pypeflow/Makefile
new file mode 100644
index 0000000000..8b4bc537cf
--- /dev/null
+++ b/py-pypeflow/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD$
+
+###########################################################
+# Generated by fbsd2pkg #
+###########################################################
+
+# Must use the same version of dazz_db, daligner, pypeflow, and falcon!
+
+DISTNAME= pypeflow-${PORTVERSION}
+PKGNAME= ${PYPKGPREFIX}-pypeflow-${PORTVERSION}
+CATEGORIES= biology
+MASTER_SITES= http://acadix.biz/Ports/distfiles/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= bacon4000%gmail.com@localhost
+
+COMMENT= Lightweight and reusable make/flow data process library
+# Double-check this
+LICENSE= mit
+
+# Pessimistic assumption. Test and change if possible.
+MAKE_JOBS_SAFE= no
+
+# Just assuming C and C++: Adjust this!
+# USE_LANGUAGES= c c++
+PYDISTUTILSPKG= yes
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+PORTVERSION= 2015.10.28
+
+#AUTO_MKDIRS= yes
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pypeflow/PLIST b/py-pypeflow/PLIST
new file mode 100644
index 0000000000..17e399dd80
--- /dev/null
+++ b/py-pypeflow/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+${PYSITELIB}/pypeflow-0.1.1-py2.7.egg-info/dependency_links.txt
+${PYSITELIB}/pypeflow-0.1.1-py2.7.egg-info/not-zip-safe
+${PYSITELIB}/pypeflow-0.1.1-py2.7.egg-info/PKG-INFO
+${PYSITELIB}/pypeflow-0.1.1-py2.7.egg-info/requires.txt
+${PYSITELIB}/pypeflow-0.1.1-py2.7.egg-info/SOURCES.txt
+${PYSITELIB}/pypeflow-0.1.1-py2.7.egg-info/top_level.txt
+${PYSITELIB}/pypeflow/common.py
+${PYSITELIB}/pypeflow/common.pyc
+${PYSITELIB}/pypeflow/common.pyo
+${PYSITELIB}/pypeflow/controller.py
+${PYSITELIB}/pypeflow/controller.pyc
+${PYSITELIB}/pypeflow/controller.pyo
+${PYSITELIB}/pypeflow/data.py
+${PYSITELIB}/pypeflow/data.pyc
+${PYSITELIB}/pypeflow/data.pyo
+${PYSITELIB}/pypeflow/__init__.py
+${PYSITELIB}/pypeflow/__init__.pyc
+${PYSITELIB}/pypeflow/__init__.pyo
+${PYSITELIB}/pypeflow/task.py
+${PYSITELIB}/pypeflow/task.pyc
+${PYSITELIB}/pypeflow/task.pyo
diff --git a/py-pypeflow/TODO b/py-pypeflow/TODO
new file mode 100644
index 0000000000..b687356e6b
--- /dev/null
+++ b/py-pypeflow/TODO
@@ -0,0 +1 @@
+Clean up and test
diff --git a/py-pypeflow/buildlink3.mk b/py-pypeflow/buildlink3.mk
new file mode 100644
index 0000000000..a4a6dd8c95
--- /dev/null
+++ b/py-pypeflow/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= py27-pypeflow
+
+.if !defined(PY27_PYPEFLOW_BUILDLINK3_MK)
+PY27_PYPEFLOW_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.py27-pypeflow+= py27-pypeflow-2015.10.28
+BUILDLINK_PKGSRCDIR.py27-pypeflow?= ../../wip/py-pypeflow
+.endif # PY27_PYPEFLOW_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -py27-pypeflow
diff --git a/py-pypeflow/distinfo b/py-pypeflow/distinfo
new file mode 100644
index 0000000000..3788af376b
--- /dev/null
+++ b/py-pypeflow/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pypeflow-2015.10.28.tar.xz) = 0e9269d70e637fab2e9c7d54d8140af6b6871e64
+RMD160 (pypeflow-2015.10.28.tar.xz) = 06ac42ae8be443d696018742d0cdb9793ce37402
+SHA512 (pypeflow-2015.10.28.tar.xz) = 96ba01c878d63759146ac853fc635be0152810b5fe5025ce82e092a3b677801fe29b646bfb924fc9a09b9c78bedd0ff5e88826e3f9c4b74029a9de3aff1bf9ac
+Size (pypeflow-2015.10.28.tar.xz) = 1798152 bytes
Home |
Main Index |
Thread Index |
Old Index