pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pypeflow: Clean up
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Fri Mar 31 09:41:26 2017 -0500
Changeset: 475425b6717540d9cd4823e4d7ca62ee11d092f2
Modified Files:
py-pypeflow/DESCR
py-pypeflow/Makefile
py-pypeflow/PLIST
Removed Files:
py-pypeflow/buildlink3.mk
Log Message:
py-pypeflow: Clean up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=475425b6717540d9cd4823e4d7ca62ee11d092f2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pypeflow/DESCR | 2 --
py-pypeflow/Makefile | 16 +++++-----------
py-pypeflow/PLIST | 18 +++++++++---------
py-pypeflow/buildlink3.mk | 12 ------------
4 files changed, 14 insertions(+), 34 deletions(-)
diffs:
diff --git a/py-pypeflow/DESCR b/py-pypeflow/DESCR
index 7758136a07..321c4aebdd 100644
--- a/py-pypeflow/DESCR
+++ b/py-pypeflow/DESCR
@@ -1,5 +1,3 @@
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
index 8b4bc537cf..29e711e7b4 100644
--- a/py-pypeflow/Makefile
+++ b/py-pypeflow/Makefile
@@ -3,7 +3,7 @@
###########################################################
# Generated by fbsd2pkg #
###########################################################
-
+#
# Must use the same version of dazz_db, daligner, pypeflow, and falcon!
DISTNAME= pypeflow-${PORTVERSION}
@@ -12,24 +12,18 @@ CATEGORIES= biology
MASTER_SITES= http://acadix.biz/Ports/distfiles/
EXTRACT_SUFX= .tar.xz
+HOMEPAGE= http://github.com/PacificBiosciences/pypeFLOW
+
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
+EGG_NAME= pypeflow-0.1.1
WRKSRC= ${WRKDIR}/${DISTNAME}
PORTVERSION= 2015.10.28
-#AUTO_MKDIRS= yes
-
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-pypeflow/PLIST b/py-pypeflow/PLIST
index 17e399dd80..0b3a6c62f1 100644
--- a/py-pypeflow/PLIST
+++ b/py-pypeflow/PLIST
@@ -1,10 +1,13 @@
@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}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pypeflow/__init__.py
+${PYSITELIB}/pypeflow/__init__.pyc
+${PYSITELIB}/pypeflow/__init__.pyo
${PYSITELIB}/pypeflow/common.py
${PYSITELIB}/pypeflow/common.pyc
${PYSITELIB}/pypeflow/common.pyo
@@ -14,9 +17,6 @@ ${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/buildlink3.mk b/py-pypeflow/buildlink3.mk
deleted file mode 100644
index a4a6dd8c95..0000000000
--- a/py-pypeflow/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $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
Home |
Main Index |
Thread Index |
Old Index