You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
876 B
Plaintext
29 lines
876 B
Plaintext
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-rudolf
|
|
set real_name rudolf2
|
|
version 0.3
|
|
revision 1
|
|
python.versions 27
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license ZPL-2.1
|
|
maintainers nomaintainer
|
|
description Colour output plugin for the nose testing framework
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.python.org/pypi/${real_name}/
|
|
master_sites pypi:r/${real_name}
|
|
distname ${real_name}-${version}
|
|
checksums rmd160 5aa5eedb60c64626798a98e473ed1bf67452d83c \
|
|
sha256 358a240d732b5c7a44f9101e4402fcc39379685f28d448fb6b4df0cac6bbcf9b
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
|
patchfiles patch-nose.diff
|
|
|
|
depends_lib-append port:py${python.version}-nose
|
|
}
|