# -*- 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

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        ustuehler git-cvs 0.1.0
categories          devel textproc python
license             ISC
maintainers         {vt.edu:jpo @jpouellet} openmaintainer
platforms           darwin

description         incrementally import changesets from CVS to Git
long_description    git-cvs is a tool to incrementally import changesets \
                    from CVS into a Git repository with stable commit hashes.

checksums           rmd160  dcebce5de9d033f49d489677c72d4f7a18ce4540 \
                    sha256  90a65d396f4410b55daeef8df69100cc9922693d3ba8045b6f48dc5b7a98c696

patchfiles          patch-setup.py.diff

python.default_version  27

# py-nose is only needed to run tests, but installation on the buildbot fails if the package is absent
depends_build-append    port:py${python.version}-setuptools \
                        port:py${python.version}-nose
depends_run-append      port:py${python.version}-rcsparse

test.run            yes