Changeset 82225
- Timestamp:
- 08/10/11 12:21:20 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 deleted
- 1 edited
- 1 copied
- 1 moved
-
py-igraph (moved) (moved from trunk/dports/python/py25-igraph)
-
py-igraph/Portfile (modified) (2 diffs)
-
py-igraph/files (copied) (copied from trunk/dports/python/py27-igraph/files)
-
py26-igraph (deleted)
-
py27-igraph (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-igraph/Portfile
r81291 r82225 3 3 4 4 PortSystem 1.0 5 PortGroup python 251.05 PortGroup python 1.0 6 6 7 name py 25-igraph7 name py-igraph 8 8 version 0.5.4 9 python.versions 25 26 27 10 python.default_version 27 9 11 categories-append math 10 12 maintainers snc openmaintainer … … 25 27 platforms darwin 26 28 27 depends_lib port:igraph \ 28 port:py25-distribute 29 if {$subport != $name} { 30 depends_lib port:igraph \ 31 port:py${python.version}-distribute 29 32 30 patchfiles patch-setup.cfg.diff \31 patch-setup.py.diff33 patchfiles patch-setup.cfg.diff \ 34 patch-setup.py.diff 32 35 33 post-patch { 34 reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.cfg 35 reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py 36 post-patch { 37 reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.cfg 38 reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py 39 } 36 40 } 37 41
Note: See TracChangeset
for help on using the changeset viewer.

