Changeset 39662
- Timestamp:
- 08/28/08 10:32:31 (3 months ago)
- Location:
- trunk/dports
- Files:
-
- 2 modified
-
lang/python30/Portfile (modified) (3 diffs)
-
python/py30-hashlib/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/python30/Portfile
r39654 r39662 4 4 5 5 name python30 6 version 3.0a3 7 revision 5 6 version 3.0b3 8 7 set major 3 9 8 set branch 3.0 … … 14 13 description An interpreted, object-oriented programming language 15 14 long_description Python is an interpreted, interactive, object-oriented \ 16 programming language. This version is a n ALPHA release!15 programming language. This version is a BETA release! 17 16 18 17 homepage http://www.python.org/ 19 master_sites ${homepage}/ftp/python/${ version}/ \20 ftp://ftp.python.org/pub/python/${ version}/ \21 ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${ version}/ \22 ftp://ftp.python.jp/pub/python/${ version}/18 master_sites ${homepage}/ftp/python/${branch}/ \ 19 ftp://ftp.python.org/pub/python/${branch}/ \ 20 ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${branch}/ \ 21 ftp://ftp.python.jp/pub/python/${branch}/ 23 22 24 23 distname Python-${version} 25 extract.suffix .tgz 24 use_bzip2 yes 26 25 27 checksums md5 ec525b7e7fe4383e8394fab721663252 26 checksums md5 91d44362c73dcc423ec51973ed4082fe \ 27 sha1 bcaf250904c5578acebed7289782ba8b29e0fe1a \ 28 rmd160 a4e97e18d198a42d8ac3297815292bd2be3d6ee4 28 29 29 30 patchfiles patch-setup.py.diff \ … … 93 94 livecheck.check regex 94 95 livecheck.url ${homepage}download/releases/ 95 livecheck.regex Python (${branch} a\[0-9\]+)96 livecheck.regex Python (${branch}b\[0-9\]+) -
trunk/dports/python/py30-hashlib/Portfile
r39654 r39662 2 2 3 3 PortSystem 1.0 4 #PortGroup python30 1.0 5 # begin group code (remove this when the python30 group code becomes available) 6 set python.bin ${prefix}/bin/python3.0 7 categories python 8 depends_lib port:python30 9 use_configure no 10 build.cmd ${python.bin} setup.py 11 build.target build 12 destroot.cmd ${python.bin} setup.py 13 destroot.destdir --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot} 14 # end group code 4 PortGroup python30 1.0 15 5 16 6 name py30-hashlib 17 version 3.0 a37 version 3.0b3 18 8 categories python 19 9 platforms darwin … … 27 17 distname Python-${version} 28 18 dist_subdir python30 29 checksums md5 ec525b7e7fe4383e8394fab721663252 30 extract.suffix .tgz 19 20 21 checksums md5 91d44362c73dcc423ec51973ed4082fe \ 22 sha1 bcaf250904c5578acebed7289782ba8b29e0fe1a \ 23 rmd160 a4e97e18d198a42d8ac3297815292bd2be3d6ee4 24 use_bzip2 yes 31 25 32 26 depends_lib-append port:openssl … … 47 41 livecheck.url http://www.python.org/download/releases/3.0/ 48 42 livecheck.regex /3.0/Python-(\[0-9a-z.\]+)\\.tgz 49

