You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
adbf220f8d
Maintainers approved this change in PR #5282 and the py34 subports have no dependents.
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-subvertpy
|
|
github.setup jelmer subvertpy 0.10.1 subvertpy-
|
|
python.versions 27 35 36 37
|
|
|
|
categories-append devel
|
|
license LGPL-2.1+
|
|
maintainers {danchr @danchr} openmaintainer
|
|
platforms darwin
|
|
|
|
description Alternative Python bindings for Subversion (svn)
|
|
long_description Alternative Python bindings for Subversion, split out \
|
|
from bzr-svn. The goal is to have complete, portable and "Pythonic" \
|
|
Python bindings.
|
|
|
|
homepage https://www.samba.org/~jelmer/subvertpy/
|
|
|
|
checksums rmd160 d22bfd0a6df77ff001705613c923c99f8f2267ae \
|
|
sha256 3199ab7cd9b5a09d8d3d9618ef3b2b85a863d8edc33f84ec343239372d4437b4 \
|
|
size 119119
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:subversion
|
|
|
|
build.env-append SVN_PREFIX=${prefix}
|
|
destroot.env-append SVN_PREFIX=${prefix}
|
|
test.env-append SVN_PREFIX=${prefix}
|
|
|
|
test.run yes
|
|
test.cmd ${build.cmd} test
|
|
test.args --args=-vf
|
|
|
|
livecheck.type none
|
|
}
|