Revision: 111844 https://trac.macports.org/changeset/111844 Author: raimue@macports.org Date: 2013-10-03 11:23:41 -0700 (Thu, 03 Oct 2013) Log Message: ----------- python/py-roundup: Update to version 1.4.21, closes #37552 Modified Paths: -------------- trunk/dports/python/py-roundup/Portfile Modified: trunk/dports/python/py-roundup/Portfile =================================================================== --- trunk/dports/python/py-roundup/Portfile 2013-10-03 17:14:08 UTC (rev 111843) +++ trunk/dports/python/py-roundup/Portfile 2013-10-03 18:23:41 UTC (rev 111844) @@ -1,3 +1,4 @@ +# -*- 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 @@ -4,7 +5,7 @@ PortGroup python 1.0 name py-roundup -version 1.3.3 +version 1.4.21 categories-append www license MIT PSF ZPL-2 maintainers nomaintainer @@ -20,24 +21,15 @@ platforms darwin supported_archs noarch -homepage http://roundup.sf.net/ +homepage http://www.roundup-tracker.org/ master_sites http://cheeseshop.python.org/packages/source/r/roundup/ distname roundup-${version} -checksums sha1 76242a43974e33ec1fcc711cf3bdd91c18aa46fe +checksums rmd160 0e16e797235c26be1a27987c5bdb8a1506a4759f \ + sha256 3cb940e7e9063f8c821952796eee3997a8fd944bf570025ccc9a02e19c9ab644 -python.versions 24 +python.versions 25 26 27 if {$subport != $name} { - pre-build { - reinplace "s|man/man1|share/man/man1|" ${worksrcpath}/setup.py - } - - post-destroot { - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} - eval file copy [glob ${worksrcpath}/doc/*] \ - ${destroot}${prefix}/share/doc/${subport} - eval reinplace "s|${destroot}${prefix}|${prefix}|g" \ - [glob ${destroot}${prefix}/bin/*] - } + depends_build port:py${python.version}-sphinx }
participants (1)
-
raimue@macports.org