summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ports/python
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2015-02-02 11:14:09 +0000
committer~suv <suv-sf@users.sourceforge.net>2015-02-02 11:14:09 +0000
commit944dc2ee8bcb1af7d2a468554f484c1447df8c46 (patch)
treea52ff3bb307a344e65df86009753d041c1219bb1 /packaging/macosx/ports/python
parentExperimental mesh smoothing code. (diff)
downloadinkscape-944dc2ee8bcb1af7d2a468554f484c1447df8c46.tar.gz
inkscape-944dc2ee8bcb1af7d2a468554f484c1447df8c46.zip
packaging/macosx: Fix local py26 ports
(bzr r13891)
Diffstat (limited to 'packaging/macosx/ports/python')
-rw-r--r--packaging/macosx/ports/python/py26-cython/Portfile2
-rw-r--r--packaging/macosx/ports/python/py26-lxml/Portfile2
-rw-r--r--packaging/macosx/ports/python/py26-nose/Portfile2
-rw-r--r--packaging/macosx/ports/python/py26-numpy/Portfile2
-rw-r--r--packaging/macosx/ports/python/py26-setuptools/Portfile2
5 files changed, 5 insertions, 5 deletions
diff --git a/packaging/macosx/ports/python/py26-cython/Portfile b/packaging/macosx/ports/python/py26-cython/Portfile
index 77ce80432..9497f5e7e 100644
--- a/packaging/macosx/ports/python/py26-cython/Portfile
+++ b/packaging/macosx/ports/python/py26-cython/Portfile
@@ -5,7 +5,7 @@ PortSystem 1.0
PortGroup python 1.0
PortGroup select 1.0
-name py-cython
+name py26-cython
version 0.21
revision 0
categories-append devel
diff --git a/packaging/macosx/ports/python/py26-lxml/Portfile b/packaging/macosx/ports/python/py26-lxml/Portfile
index 04b7220f0..4d9f59690 100644
--- a/packaging/macosx/ports/python/py26-lxml/Portfile
+++ b/packaging/macosx/ports/python/py26-lxml/Portfile
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup python 1.0
-name py-lxml
+name py26-lxml
version 3.3.5
revision 0
categories-append devel
diff --git a/packaging/macosx/ports/python/py26-nose/Portfile b/packaging/macosx/ports/python/py26-nose/Portfile
index 875895f03..03c74a44d 100644
--- a/packaging/macosx/ports/python/py26-nose/Portfile
+++ b/packaging/macosx/ports/python/py26-nose/Portfile
@@ -6,7 +6,7 @@ PortGroup python 1.0
PortGroup select 1.0
set my_name nose
-name py-${my_name}
+name py26-${my_name}
version 1.3.1
categories-append www
license LGPL-2+
diff --git a/packaging/macosx/ports/python/py26-numpy/Portfile b/packaging/macosx/ports/python/py26-numpy/Portfile
index 1355b0cfc..db4a511aa 100644
--- a/packaging/macosx/ports/python/py26-numpy/Portfile
+++ b/packaging/macosx/ports/python/py26-numpy/Portfile
@@ -6,7 +6,7 @@ PortGroup python 1.0
PortGroup github 1.0
github.setup numpy numpy 1.9.0 v
-name py-numpy
+name py26-numpy
categories-append math
license BSD
platforms darwin
diff --git a/packaging/macosx/ports/python/py26-setuptools/Portfile b/packaging/macosx/ports/python/py26-setuptools/Portfile
index 054d9a6b5..b9893a4cb 100644
--- a/packaging/macosx/ports/python/py26-setuptools/Portfile
+++ b/packaging/macosx/ports/python/py26-setuptools/Portfile
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup python 1.0
-name py-setuptools
+name py26-setuptools
version 6.0.2
categories-append devel
license {PSF ZPL}