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
793 B
Plaintext
29 lines
793 B
Plaintext
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name bzr-stats
|
|
version 0.1.0
|
|
categories devel python
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license GPL-2+
|
|
maintainers {raimue @raimue}
|
|
|
|
description Simple statistics plugin for Bazaar
|
|
long_description {*}${description}.
|
|
|
|
homepage http://launchpad.net/${name}/
|
|
master_sites ${homepage}trunk/${version}/+download/
|
|
|
|
checksums md5 3f2d977bd3dda53c5f06ba3c8f6333c2 \
|
|
sha1 406d60ee0e0bc35b392b651a673fa740ce8adbc2 \
|
|
sha256 963989be91c4b87749b186043ffad7c22362e10bf5ee175cc267bf47877608d9
|
|
|
|
python.default_version 27
|
|
|
|
depends_lib-append port:bzr
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}/+download
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar
|