Changeset 118786
- Timestamp:
- Apr 11, 2014, 12:14:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-mercurial_keyring/Portfile
r118785 r118786 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 PortGroup bitbucket 1.0 7 8 bitbucket.setup Mekk mercurial_keyring 0.6.2 6 9 name py-mercurial_keyring 7 version 0.6.1 10 8 11 categories-append devel 9 12 license GPL … … 18 21 platforms darwin 19 22 20 homepage http://pypi.python.org/pypi/mercurial_keyring 21 master_sites http://pypi.python.org/packages/source/m/mercurial_keyring 22 distname mercurial_keyring-${version} 23 24 checksums rmd160 6f5d3c8411d40930cadad0efac9f4306fda4f559 \ 25 sha256 8b78f8c03d70f1c948f867970207ab0839b9750c0cfbd15137604f022e528056 23 checksums rmd160 5a5407a680eb93f6ea823fffdd980a78fd856acb \ 24 sha256 2b60e0430588043398e84194e6fffb08d83b618e6c1f65b2bd5847f710c6c43d 26 25 27 26 #not supporting 3x because py-keyring is broken on python 3.x 28 python.versions 24 25 26 27 29 #defaulting to 27 to keep in par with mercurial port, check r86604 30 python.default_version 27 27 python.versions 27 31 28 32 29 if {${name} ne ${subport}} { … … 41 38 ${destroot}${prefix}/share/doc/${subport} 42 39 } 40 41 livecheck.type none 43 42 } 44 45 livecheck.type regex46 livecheck.url ${homepage}47 livecheck.regex "mercurial_keyring-(\\d+(?:\\.\\d+)*)${extract.suffix}"48
Note: See TracChangeset
for help on using the changeset viewer.