diff options
| author | Martin Owens <doctormo@gmail.com> | 2016-12-30 23:09:39 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2016-12-30 23:09:39 +0000 |
| commit | 9090f27c2203e1ee3cc747e49cb5ad8db983ca1d (patch) | |
| tree | 591205ad0ee11f2091d5d1fcf01c57f31b384666 /packaging/macosx/ports/python/py-sk1libs/Portfile | |
| parent | [Bug #1574561] Italian translation update. (diff) | |
| download | inkscape-9090f27c2203e1ee3cc747e49cb5ad8db983ca1d.tar.gz inkscape-9090f27c2203e1ee3cc747e49cb5ad8db983ca1d.zip | |
Remove MacOSX packaging and make space for future 0.93 osx packagers.
(bzr r15377.1.1)
Diffstat (limited to 'packaging/macosx/ports/python/py-sk1libs/Portfile')
| -rw-r--r-- | packaging/macosx/ports/python/py-sk1libs/Portfile | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/packaging/macosx/ports/python/py-sk1libs/Portfile b/packaging/macosx/ports/python/py-sk1libs/Portfile deleted file mode 100644 index 0c152ce8c..000000000 --- a/packaging/macosx/ports/python/py-sk1libs/Portfile +++ /dev/null @@ -1,64 +0,0 @@ -# -*- 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 -# $Id$ - -PortSystem 1.0 -PortGroup python 1.0 - -name py-sk1libs -version 0.9.1 -revision 101 -license LGPL-2 -maintainers nomaintainer -categories python graphics -platforms darwin -homepage http://sk1project.org/ - -description Set of python non-GUI extensions for sK1 Project - -long_description \ - sk1libs is a set of python non-GUI extensions for sK1 Project. \ - The package includes multiplatform non-GUI extensions which are \ - usually native extensions. - -distname sk1libs-${version} -# MacPorts does not properly support URLs with a get parameter. -# Workaround for this bug: https://trac.macports.org/wiki/PortfileRecipes#fetchwithgetparams -master_sites http://sk1project.org/dc.php?target=${distfiles}&dummy= - -checksums md5 e18088bbc8a105e7535a96f40b80f284 \ - sha1 dd948558128bb6547b1f277087bf3066104912da \ - rmd160 38f22205e0b5b6078e31ec6dc4c1d93845533046 - -python.versions 25 26 27 - -if {$subport != $name} { - - depends_lib-append \ - port:freetype \ - port:jpeg \ - port:lcms \ - port:zlib - - depends_run-append \ - port:py${python.version}-pil - - variant Pillow { - depends_run-delete port:py${python.version}-pil - depends_run-append port:py${python.version}-Pillow - } - - patchfiles \ - patch-src-utils-fs.py.diff \ - patch-src-imaging-libimagingft-_imagingft.c.diff - - post-patch { - reinplace "s|'/usr/include/freetype2'|'${prefix}/include/freetype2'|g" ${worksrcpath}/setup.py - reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/src/utils/fs.py - } -} - -default_variants +Pillow - -livecheck.type regex -livecheck.url http://sk1project.org/modules.php?name=Products&product=uniconvertor&op=download -livecheck.regex "sk1libs-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
