pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-*: mark some packages as not ready for python-3.x
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Sep 11 20:04:42 2016 +0200
Changeset: 4c54abb0105596416a05ff457f911b6187b9d696
Modified Files:
py-bctpy/Makefile
py-causalinfo/Makefile
py-gorm/Makefile
py-ngf/Makefile
Log Message:
py-*: mark some packages 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=4c54abb0105596416a05ff457f911b6187b9d696
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-bctpy/Makefile | 2 ++
py-causalinfo/Makefile | 2 ++
py-gorm/Makefile | 1 +
py-ngf/Makefile | 2 ++
4 files changed, 7 insertions(+)
diffs:
diff --git a/py-bctpy/Makefile b/py-bctpy/Makefile
index f868d45..4eeaade 100644
--- a/py-bctpy/Makefile
+++ b/py-bctpy/Makefile
@@ -15,6 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.3
+
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-causalinfo/Makefile b/py-causalinfo/Makefile
index 6e2abcf..6b7950e 100644
--- a/py-causalinfo/Makefile
+++ b/py-causalinfo/Makefile
@@ -12,5 +12,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.1.0
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-gorm/Makefile b/py-gorm/Makefile
index a91ee65..ac5e379 100644
--- a/py-gorm/Makefile
+++ b/py-gorm/Makefile
@@ -13,6 +13,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.7.13
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-ngf/Makefile b/py-ngf/Makefile
index 441852b..d52407d 100644
--- a/py-ngf/Makefile
+++ b/py-ngf/Makefile
@@ -15,6 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.1.2
+
post-extract:
${MV} ${WRKSRC}/bin/hideandseek.py ${WRKSRC}/bin/hideandseek.py${PYVERSSUFFIX}
${MV} ${WRKSRC}/bin/stackelberg.py ${WRKSRC}/bin/stackelberg.py${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index