diff options
| author | su_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 |
| commit | 944dc2ee8bcb1af7d2a468554f484c1447df8c46 (patch) | |
| tree | a52ff3bb307a344e65df86009753d041c1219bb1 /packaging/macosx/ports/python | |
| parent | Experimental mesh smoothing code. (diff) | |
| download | inkscape-944dc2ee8bcb1af7d2a468554f484c1447df8c46.tar.gz inkscape-944dc2ee8bcb1af7d2a468554f484c1447df8c46.zip | |
packaging/macosx: Fix local py26 ports
(bzr r13891)
Diffstat (limited to 'packaging/macosx/ports/python')
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} |
