[100148] trunk/dports/python/py-bpython/Portfile
aronnax at macports.org
aronnax at macports.org
Fri Nov 30 11:00:57 PST 2012
Revision: 100148
https://trac.macports.org/changeset/100148
Author: aronnax at macports.org
Date: 2012-11-30 11:00:57 -0800 (Fri, 30 Nov 2012)
Log Message:
-----------
py-bpython: update to 0.11, fix livecheck, add license, and take ownership of nomaintainer port
Modified Paths:
--------------
trunk/dports/python/py-bpython/Portfile
Modified: trunk/dports/python/py-bpython/Portfile
===================================================================
--- trunk/dports/python/py-bpython/Portfile 2012-11-30 15:56:23 UTC (rev 100147)
+++ trunk/dports/python/py-bpython/Portfile 2012-11-30 19:00:57 UTC (rev 100148)
@@ -6,24 +6,27 @@
PortGroup select 1.0
name py-bpython
-version 0.10.1
+version 0.11
platforms darwin
categories python
-maintainers nomaintainer
+maintainers aronnax
+license MIT/X
description fancy interface to the Python interpreter
long_description a fancy interface to the Python interpreter for \
Unix-like operating systems
homepage http://www.bpython-interpreter.org/
-master_sites ${homepage}/releases/
+master_sites ${homepage}releases/
distname bpython-${version}
-checksums rmd160 4a62158fce1e86c906900913e10c342820936050 \
- sha256 73546a3162ddd9da400ded365c65393989221397da54690e4d25f1ddef3dbc16
+checksums rmd160 4e656ab4d372dcbb4da955977c0b115be3b0b73a \
+ sha256 60cf39712564f0a2516f7b0acf86f3c0392e67a79914eeed189400ffaaaeb309
python.versions 25 26 27 31 32
python.default_version 27
if {$name != $subport} {
+ livecheck.type none
+
depends_lib-append port:py${python.version}-parsing \
port:py${python.version}-pygments \
port:py${python.version}-distribute
@@ -54,4 +57,8 @@
xinstall -W ${worksrcpath} sample.theme light.theme \
${themedir}
}
+} else {
+ livecheck.type regex
+ livecheck.url [lindex ${master_sites} 0]
+ livecheck.regex bpython-(\\d+(\\.\\d+)*)[quotemeta ${extract.suffix}]
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121130/dae29b14/attachment.html>
More information about the macports-changes
mailing list