pkgsrc-WIP-changes archive

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

py-epipy: add missing egg to PLIST



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 11 20:21:04 2016 +0200
Changeset:	5ca7869e19ad1a0cd308adc79d5dcbe8cf9eeb90

Modified Files:
	py-epipy/Makefile
	py-epipy/PLIST

Log Message:
py-epipy: add missing egg to PLIST

Mark as not ready for python-3.x.

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

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

diffstat:
 py-epipy/Makefile | 2 ++
 py-epipy/PLIST    | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-epipy/Makefile b/py-epipy/Makefile
index ec8b96d..0600683 100644
--- a/py-epipy/Makefile
+++ b/py-epipy/Makefile
@@ -16,6 +16,8 @@ DEPENDS+=	${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # as of 0.0.2.1
+
 .include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-epipy/PLIST b/py-epipy/PLIST
index 80b8411..56bd671 100644
--- a/py-epipy/PLIST
+++ b/py-epipy/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/03 23:47:29 jihbed Exp $
+@comment $NetBSD$
 bin/analyses.py
 bin/basics.py
 bin/case_tree.py
 bin/checkerboard.py
 bin/data_generator.py
 bin/epicurve.py
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/epipy/__init__.py
 ${PYSITELIB}/epipy/__init__.pyc
 ${PYSITELIB}/epipy/__init__.pyo


Home | Main Index | Thread Index | Old Index