# -*- 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                cartman
version             0.2.3
categories          devel python
platforms           darwin
maintainers         ryandesign openmaintainer
license             ISC
supported_archs     noarch

description         command line access to a Trac installation

long_description    ${name} allows you to create and manage Trac tickets from the \
                    command-line, without the need to setup physical access to the \
                    Trac server or database. All you need is a Trac account.

python.default_version 27

homepage            https://tamentis.com/projects/cartman/
master_sites        pypi:c/cartman

checksums           rmd160  2cad8b630612c6ceddf2c0e680ec82badbb80cc9 \
                    sha256  d0a19affd450f6e157e9142696fac3702408f130947a9406f0abdcce96f85214

depends_build-append port:py${python.version}-setuptools

depends_lib-append  port:py${python.version}-requests

post-destroot {
    set docdir ${prefix}/share/doc/${subport}
    xinstall -d ${destroot}${docdir}
    xinstall -m 644 ${worksrcpath}/README.rst ${destroot}${docdir}
}