Ticket #46905: patch.Portfile.diff
File patch.Portfile.diff, 1.9 KB (added by jfcaron3, 10 years ago) |
---|
-
Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4 2 # $Id: Portfile 114629 2013-12-12 12:58:05Z g5pw@macports.org $ 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 2 # $Id$ 3 3 4 PortSystem 1.0 4 5 PortGroup python 1.0 5 6 6 name py-unidecode 7 version 0.04.14 7 name py-Unidecode 8 version 0.04.17 9 platforms darwin 10 license GPL 8 11 maintainers nomaintainer 9 description ASCII transliterations of Unicode text.10 long_description ${name} for ${description}11 platforms darwin12 homepage https://pypi.python.org/pypi/Unidecode/13 license GPL-2+14 12 15 master_sites https://pypi.python.org/packages/source/U/Unidecode/ 13 description ASCII transliterations of Unicode text 14 long_description ${description} 16 15 17 python.versions 27 33 34 16 homepage 17 master_sites https://pypi.python.org/packages/source/U/Unidecode 18 distname Unidecode-0.04.17 18 19 19 if { ${subport} ne ${name} } { 20 checksums rmd160 d2eb1039b8b77728784d8b1bebe1a5bd998d1dfa \ 21 sha256 f0f8d53d39877da4849293d548eecb5e79364b573643296869dbc7f5b86709ef 20 22 21 distname Unidecode-${version} 23 python.versions 25 26 27 32 33 34 22 24 23 checksums rmd160 a1743f2c737a99ba47eb5ddd00fafe6006623fc2 \ 24 sha256 a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c 25 if {${name} ne ${subport}} { 26 depends_build-append \ 27 port:py${python.version}-setuptools 28 29 livecheck.type none 30 } else { 31 livecheck.type regex 32 livecheck.url ${master_sites} 25 33 }