[141191] trunk/dports/python/py-webob/Portfile
stromnov at macports.org
stromnov at macports.org
Mon Oct 12 05:37:30 PDT 2015
Revision: 141191
https://trac.macports.org/changeset/141191
Author: stromnov at macports.org
Date: 2015-10-12 05:37:29 -0700 (Mon, 12 Oct 2015)
Log Message:
-----------
py-webob: update to version 1.5.0
Modified Paths:
--------------
trunk/dports/python/py-webob/Portfile
Modified: trunk/dports/python/py-webob/Portfile
===================================================================
--- trunk/dports/python/py-webob/Portfile 2015-10-12 12:33:58 UTC (rev 141190)
+++ trunk/dports/python/py-webob/Portfile 2015-10-12 12:37:29 UTC (rev 141191)
@@ -5,15 +5,14 @@
PortGroup python 1.0
name py-webob
-set real_name WebOb
-version 1.4.1
+version 1.5.0
revision 0
categories-append www
platforms darwin
license MIT
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
@@ -27,12 +26,12 @@
parts of the environment.
homepage http://webob.org/
-master_sites https://pypi.python.org/packages/source/W/${real_name}/
+master_sites pypi:W/WebOb
-distname ${real_name}-${version}
+distname WebOb-${version}
-checksums rmd160 9ad9a7b0f2d1c5bf674c35453e4d720ad84ac99f \
- sha256 12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db
+checksums rmd160 75c9c876bc8c48c2ea4a2b08f14879149360b841 \
+ sha256 8e90cca008c0189fe64d06281d50d9510c1dde4147bdf4bc81b666020ce31350
if {${name} ne ${subport}} {
depends_build-append \
@@ -40,7 +39,6 @@
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/webob/json
- livecheck.regex {WebOb-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.name WebOb
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151012/0639655f/attachment.html>
More information about the macports-changes
mailing list