Ticket #42822: patch-py-radical-utils.diff
File patch-py-radical-utils.diff, 1.9 KB (added by petrrr, 11 years ago) |
---|
-
Portfile
old new 8 8 set _n [string index ${_name} 0] 9 9 10 10 name py-radical-utils 11 version 0. 5.011 version 0.6.2 12 12 categories-append net parallel devel 13 13 platforms darwin 14 14 supported_archs noarch 15 license MIT 15 16 16 17 maintainers bo.ingv.it:Peter.Danecek openmaintainer 17 18 18 license MIT19 20 19 description Shared code and tools for various Radical Group projects 21 20 22 21 long_description This Python package contains shared code and tools for \ … … 28 27 distname ${_name}-${version} 29 28 master_sites https://pypi.python.org/packages/source/${_n}/${_name}/ 30 29 31 checksums md5 c9dc08c2e64cd104532890da6f4d9499\32 rmd160 d8503f87aada1ca145cebabcb6fe7b02bac4e8d8\33 sha256 4f2ae3abb049f3c08c0a7aa79e699ac767098cf19ba04df8009ccd0e8f4cbcec30 checksums md5 dc54498c56ac5a3fceddcbc5d0aad287 \ 31 rmd160 f0a4b9178b514c1f250196af832947c6fd38ecc7 \ 32 sha256 af2fc46900c5e8d4dc2f2784043c1729892c182be67060a8b591deb54b7ce0f1 34 33 35 34 python.versions 26 27 36 35 36 livecheck.type regex 37 livecheck.url ${master_sites} 38 livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<" 39 37 40 if {${name} ne ${subport}} { 38 41 depends_build-append port:py${python.version}-setuptools 39 42 depends_lib-append port:py${python.version}-colorama … … 47 50 LICENSE.md \ 48 51 README.md \ 49 52 ${dest_doc} 50 51 delete ${dest_doc}/examples52 copy ${worksrcpath}/examples ${dest_doc}/examples53 53 } 54 livecheck.type none 54 55 } 55 56 livecheck.type regex57 livecheck.url ${master_sites}58 livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"