You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
26 lines
866 B
Plaintext
26 lines
866 B
Plaintext
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-fastimport
|
|
version 0.9.2
|
|
python.versions 27
|
|
categories python devel
|
|
platforms darwin
|
|
license GPL-2+
|
|
maintainers {raimue @raimue}
|
|
|
|
description Python parser for the fastimport format
|
|
long_description A Python parser for the fastimport format, split out from \
|
|
bzr-fastimport.
|
|
|
|
homepage https://launchpad.net/python-fastimport
|
|
master_sites ${homepage}/trunk/${version}/+download
|
|
distname python-fastimport-${version}
|
|
|
|
checksums rmd160 78f9f4bfbb2539302f68b96b526ef8ae3d724652 \
|
|
sha256 fd60f1173e64a5da7c5d783f17402f795721b7548ea3a75e29c39d89a60f261e
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}/+download
|
|
livecheck.regex python-fastimport-(\\d+(?:\\.\\d+)+)\\.tar
|