Changeset 82072
- Timestamp:
- 08/07/11 03:31:47 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
-
py-macholib/Portfile (modified) (2 diffs)
-
py25-macholib (deleted)
-
py26-macholib (deleted)
-
py27-macholib (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-macholib/Portfile
r78768 r82072 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortGroup python241.04 PortSystem 1.0 5 PortGroup python 1.0 5 6 6 name py-macholib 7 version 1.4.1 8 categories-append devel 9 maintainers jwa openmaintainer 10 description Mach-O header analysis and editing 7 name py-macholib 8 version 1.4.2 9 categories-append devel 10 license MIT 11 maintainers jmr openmaintainer 12 description Mach-O header analysis and editing 11 13 long_description \ 12 14 macholib can be used to analyze and edit Mach-O headers, the executable \ … … 17 19 python code that is platform and endian independent. 18 20 19 platforms darwin20 supported_archs noarch21 platforms darwin 22 supported_archs noarch 21 23 22 homepage http://undefined.org/python/#macholib23 master_sites http://cheeseshop.python.org/packages/source/m/macholib/24 distname macholib-${version}24 homepage http://undefined.org/python/#macholib 25 master_sites http://pypi.python.org/packages/source/m/macholib/ 26 distname macholib-${version} 25 27 26 depends_lib-append port:py-modulegraph 28 checksums md5 2bd35d87ba6782f00633836105aeb798 \ 29 sha1 3ea58d162b95f008235419e48e14247c154ba02b \ 30 rmd160 f1c26559ce2bb78c79c76855fdef94242011db84 27 31 28 checksums md5 0081b6adcdea7c4c8260f75d103d3288 \ 29 sha1 18024efabd97a24f1b2bec0c2fece7e8a0170a03 \ 30 rmd160 4a44823e58d2084d919cf70f4e0d2fda560aebd4 32 python.versions 24 25 26 27 31 33 32 livecheck.type regex 33 livecheck.url http://cheeseshop.python.org/pypi/macholib/ 34 livecheck.regex macholib (1\.\[0-9.\]+) 34 if {$subport != $name} { 35 depends_lib port:py${python.version}-modulegraph 36 } 37 38 livecheck.type regex 39 livecheck.url http://pypi.python.org/pypi/macholib/ 40 livecheck.regex {macholib ([0-9.]+)}
Note: See TracChangeset
for help on using the changeset viewer.

