Commits

Ryan Schmidt authored 96943dcf39b
cartman: Add missing py-coverage and py-nose deps

Also add size to checksums and add GitHub handle to maintainers.
No tags

devel/cartman/Portfile

Modified
1 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 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name cartman
7 7 version 0.2.3
8 8 categories devel python
9 9 platforms darwin
10 -maintainers ryandesign openmaintainer
10 +maintainers {ryandesign @ryandesign} openmaintainer
11 11 license ISC
12 12 supported_archs noarch
13 13
14 14 description command line access to a Trac installation
15 15
16 16 long_description ${name} allows you to create and manage Trac tickets from the \
17 17 command-line, without the need to setup physical access to the \
18 18 Trac server or database. All you need is a Trac account.
19 19
20 20 python.default_version 27
21 21
22 22 homepage https://tamentis.com/projects/cartman/
23 23 master_sites pypi:c/cartman
24 24
25 25 checksums rmd160 2cad8b630612c6ceddf2c0e680ec82badbb80cc9 \
26 - sha256 d0a19affd450f6e157e9142696fac3702408f130947a9406f0abdcce96f85214
26 + sha256 d0a19affd450f6e157e9142696fac3702408f130947a9406f0abdcce96f85214 \
27 + size 17147
27 28
28 -depends_build-append port:py${python.version}-setuptools
29 +depends_build-append \
30 + port:py${python.version}-coverage \
31 + port:py${python.version}-nose \
32 + port:py${python.version}-setuptools
29 33
30 34 depends_lib-append port:py${python.version}-requests
31 35
32 36 post-destroot {
33 37 set docdir ${prefix}/share/doc/${subport}
34 38 xinstall -d ${destroot}${docdir}
35 39 xinstall -m 644 ${worksrcpath}/README.rst ${destroot}${docdir}
36 40 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut