Ticket #35942: linckhecker-8.0.diff

File linckhecker-8.0.diff, 3.0 KB (added by Themanwithoutaplan, 12 years ago)
  • dports/python/py-weasyprint/Portfile

     
     1# $Id:  $
     2# -*- 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
     3
     4PortSystem          1.0
     5PortGroup           python 1.0
     6
     7name                py-weasyprint
     8set my_name         WeasyPrint
     9version             0.9
     10set branch          [join [lrange [split ${version} .] 0 1] .]
     11categories          python pdf
     12license             BSD
     13maintainers         openmaintainer
     14platforms           darwin
     15description         A Python HTML to PDF converter
     16
     17long_description \
     18    WeasyPrint is a visual rendering engine for HTML and CSS that can export \
     19    to PDF. It aims to support web standards for printing.
     20
     21homepage            http://weasyprint.org/
     22master_sites        http://pypi.python.org/packages/source/W/WeasyPrint
     23distname            ${my_name}-${version}
     24
     25checksums           sha256  6c93c9f41f21b7bc09205d04d0c16f5aab09993035f4e853f9e13d0e86366c4b \
     26                    rmd160  35a100dd417d584cbebb2faf64a432d1f5be3d8c
     27
     28python.versions     27
     29
     30if {$subport != $name} {
     31    depends_build-append    port:pkgconfig
     32    depends_lib-append      port:py${python.version}-gobject3 \
     33                            port:pango \
     34                            port:py${python.version}-lxml \
     35                            port:ImageMagick
     36
     37    build.type              python
     38
     39    destroot.cmd            ${build.cmd}
     40    destroot.target         install
     41   
     42    test.run                yes
     43    test.env                PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
     44    test.target             check
     45   
     46
     47} else {
     48    livecheck.type      regex
     49    livecheck.url       http://pypi.python.org/packages/source/W/${my_name}/${branch}/
     50    livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
     51}
  • dports/www/linkchecker/Portfile

     
    55PortGroup app 1.0
    66
    77name                linkchecker
    8 version             7.9
     8version             8.0
    99set branch          [join [lrange [split ${version} .] 0 1] .]
    1010categories          www python
    1111maintainers         mww openmaintainer
     
    2727master_sites        sourceforge:project/linkchecker/${branch}/
    2828dist_subdir         ${name}
    2929distname            LinkChecker-${version}
    30 use_bzip2           yes
     30use_xz              yes
    3131
    32 checksums           rmd160  459e04f06faca7c2f291a19d746bc9a3ffa30800 \
    33                     sha256  d35e5a9d025629d8264e165b50e8f84b81e9ceddcbab34d55f247b741abdc665
     32checksums           rmd160  800cf13c7c5742e90f2f77a0d62c4640819c0106 \
     33                    sha256  d89cc9e9657c0f396657c425aebc19b3d08c61ca0749ef0ebc4dfc09aa36bc86
    3434
    3535depends_lib-append  port:py27-pyqt4
    3636