pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-*: py-networkx supports python-3.x.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Sep 11 19:01:26 2016 +0200
Changeset: c66540e703a01d500fcdf8ce04d225004f1f9ebb
Modified Files:
py-bctpy/Makefile
py-causalinfo/Makefile
py-epigrass/Makefile
py-epipy/Makefile
py-gorm/Makefile
py-goulib/Makefile
py-graphsim/Makefile
py-gratelpy/Makefile
py-irco/Makefile
py-lingpy/Makefile
py-mote/Makefile
py-ngf/Makefile
py-pypedal/Makefile
py-scikit-image/Makefile
py-seeds/Makefile
py-smop/Makefile
py-tribe/Makefile
py-trimesh/Makefile
Log Message:
py-*: py-networkx supports 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=c66540e703a01d500fcdf8ce04d225004f1f9ebb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-bctpy/Makefile | 4 ----
py-causalinfo/Makefile | 2 --
py-epigrass/Makefile | 3 +--
py-epipy/Makefile | 2 --
py-gorm/Makefile | 2 --
py-goulib/Makefile | 2 --
py-graphsim/Makefile | 2 --
py-gratelpy/Makefile | 2 --
py-irco/Makefile | 2 --
py-lingpy/Makefile | 2 --
py-mote/Makefile | 2 --
py-ngf/Makefile | 2 --
py-pypedal/Makefile | 2 +-
py-scikit-image/Makefile | 2 --
py-seeds/Makefile | 2 --
py-smop/Makefile | 1 -
py-tribe/Makefile | 2 --
py-trimesh/Makefile | 2 --
18 files changed, 2 insertions(+), 36 deletions(-)
diffs:
diff --git a/py-bctpy/Makefile b/py-bctpy/Makefile
index 0745594..f868d45 100644
--- a/py-bctpy/Makefile
+++ b/py-bctpy/Makefile
@@ -10,13 +10,9 @@ HOMEPAGE= https://github.com/aestrivex/bctpy
COMMENT= Brain Connectivity Toolbox for Python
LICENSE= gnu-gpl-v3
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
-WRKSRC= ${WRKDIR}/bctpy-0.3
-
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
diff --git a/py-causalinfo/Makefile b/py-causalinfo/Makefile
index 160a5a9..6e2abcf 100644
--- a/py-causalinfo/Makefile
+++ b/py-causalinfo/Makefile
@@ -12,7 +12,5 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-epigrass/Makefile b/py-epigrass/Makefile
index a326f2d..22a711c 100644
--- a/py-epigrass/Makefile
+++ b/py-epigrass/Makefile
@@ -10,14 +10,13 @@ HOMEPAGE= https://pypi.python.org/pypi/epigrass/
COMMENT= Epidemiological Geo-Referenced Analysis and Simulation System
LICENSE= gnu-gpl-v2
-WRKSRC= ${WRKDIR}/epigrass-2.3.1
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-mysqldb>=1.2.3:../../databases/py-mysqldb
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx
DEPENDS+= ${PYPKGPREFIX}-redis-py>=2.8.0:../../databases/py-redis-py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mysqldb, py-networkx
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mysqldb
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/egg.mk"
diff --git a/py-epipy/Makefile b/py-epipy/Makefile
index f8ed9f4..ec8b96d 100644
--- a/py-epipy/Makefile
+++ b/py-epipy/Makefile
@@ -16,8 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-gorm/Makefile b/py-gorm/Makefile
index 13728d6..a91ee65 100644
--- a/py-gorm/Makefile
+++ b/py-gorm/Makefile
@@ -14,7 +14,5 @@ DEPENDS+= ${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-goulib/Makefile b/py-goulib/Makefile
index ca70ed3..36df2be 100644
--- a/py-goulib/Makefile
+++ b/py-goulib/Makefile
@@ -20,8 +20,6 @@ DEPENDS+= ${PYPKGPREFIX}-xlrd>=0.9.2:../../textproc/py-xlrd
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-graphsim/Makefile b/py-graphsim/Makefile
index 6948ea7..11ed417 100644
--- a/py-graphsim/Makefile
+++ b/py-graphsim/Makefile
@@ -13,8 +13,6 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.10:../../math/py-networkx
DEPENDS+= ${PYPKGPREFIX}-typedecorator>=0.0.4:../../wip/py-typedecorator
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-gratelpy/Makefile b/py-gratelpy/Makefile
index 2624f7f..18eb310 100644
--- a/py-gratelpy/Makefile
+++ b/py-gratelpy/Makefile
@@ -14,8 +14,6 @@ DEPENDS+= ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
post-extract:
${MV} ${WRKSRC}/bin/gratelpy_benchmark ${WRKSRC}/bin/gratelpy_benchmark${PYVERSSUFFIX}
${MV} ${WRKSRC}/bin/gratelpy_check_data ${WRKSRC}/bin/gratelpy_check_data${PYVERSSUFFIX}
diff --git a/py-irco/Makefile b/py-irco/Makefile
index 90558a9..72c3013 100644
--- a/py-irco/Makefile
+++ b/py-irco/Makefile
@@ -26,8 +26,6 @@ DEPENDS+= ${PYPKGPREFIX}-raven>=4.2.1:../../wip/py-raven
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx, py-tablib-garetjax
-
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/irco-convert \
${DESTDIR}${PREFIX}/bin/irco-convert${PYVERSSUFFIX}
diff --git a/py-lingpy/Makefile b/py-lingpy/Makefile
index a69eb05..03dfbbc 100644
--- a/py-lingpy/Makefile
+++ b/py-lingpy/Makefile
@@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx
DEPENDS+= ${PYPKGPREFIX}-regex-[0-9]*:../../wip/py-regex
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-mote/Makefile b/py-mote/Makefile
index cc7f3b9..be5f4ae 100644
--- a/py-mote/Makefile
+++ b/py-mote/Makefile
@@ -17,8 +17,6 @@ DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.0:../../math/py-scipy
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/egg.mk"
diff --git a/py-ngf/Makefile b/py-ngf/Makefile
index a31f7ed..441852b 100644
--- a/py-ngf/Makefile
+++ b/py-ngf/Makefile
@@ -15,8 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
post-extract:
${MV} ${WRKSRC}/bin/hideandseek.py ${WRKSRC}/bin/hideandseek.py${PYVERSSUFFIX}
${MV} ${WRKSRC}/bin/stackelberg.py ${WRKSRC}/bin/stackelberg.py${PYVERSSUFFIX}
diff --git a/py-pypedal/Makefile b/py-pypedal/Makefile
index 4396cae..bbf2eb1 100644
--- a/py-pypedal/Makefile
+++ b/py-pypedal/Makefile
@@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.0.1:../../math/py-networkx
DEPENDS+= ${PYPKGPREFIX}-dot>=1.0.2:../../graphics/py-dot
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mxDateTime, py-networkx
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mxDateTime
USE_LANGUAGES= # none
diff --git a/py-scikit-image/Makefile b/py-scikit-image/Makefile
index 4f17ca8..3dc4b14 100644
--- a/py-scikit-image/Makefile
+++ b/py-scikit-image/Makefile
@@ -15,8 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.9:../../math/py-networkx
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../devel/py-cython/buildlink3.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/egg.mk"
diff --git a/py-seeds/Makefile b/py-seeds/Makefile
index 726048b..7792149 100644
--- a/py-seeds/Makefile
+++ b/py-seeds/Makefile
@@ -14,7 +14,5 @@ DEPENDS+= ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx
USE_LANGUAGES= c
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-smop/Makefile b/py-smop/Makefile
index a08c433..39c0485 100644
--- a/py-smop/Makefile
+++ b/py-smop/Makefile
@@ -12,7 +12,6 @@ COMMENT= Matlab/Octave to Python compiler
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.2:../../math/py-networkx
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-tribe/Makefile b/py-tribe/Makefile
index 3b5b915..58d9bcf 100644
--- a/py-tribe/Makefile
+++ b/py-tribe/Makefile
@@ -15,8 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
post-extract:
${MV} ${WRKSRC}/tribe-admin.py ${WRKSRC}/tribe-admin.py${PYVERSSUFFIX}
diff --git a/py-trimesh/Makefile b/py-trimesh/Makefile
index fc0ffb5..34d562f 100644
--- a/py-trimesh/Makefile
+++ b/py-trimesh/Makefile
@@ -12,8 +12,6 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.10:../../math/py-networkx
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-networkx
-
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index