[144781] trunk/dports/python/py-colander/Portfile
stromnov at macports.org
stromnov at macports.org
Mon Jan 18 03:41:30 PST 2016
Revision: 144781
https://trac.macports.org/changeset/144781
Author: stromnov at macports.org
Date: 2016-01-18 03:41:30 -0800 (Mon, 18 Jan 2016)
Log Message:
-----------
py-colander: update to version 1.1
Modified Paths:
--------------
trunk/dports/python/py-colander/Portfile
Modified: trunk/dports/python/py-colander/Portfile
===================================================================
--- trunk/dports/python/py-colander/Portfile 2016-01-18 10:47:23 UTC (rev 144780)
+++ trunk/dports/python/py-colander/Portfile 2016-01-18 11:41:30 UTC (rev 144781)
@@ -5,14 +5,14 @@
PortGroup python 1.0
name py-colander
-version 1.0
+version 1.1
revision 0
categories-append devel
platforms darwin
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
@@ -20,12 +20,12 @@
long_description ${description}
homepage http://docs.repoze.org/colander
-master_sites https://pypi.python.org/packages/source/c/colander/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname colander-${version}
+distname ${python.rootname}-${version}
-checksums rmd160 3a167597bb924bfea812fb23219e5722e5c54949 \
- sha256 7389413266b9e680c9529c16d56284edf87e0d5de557948e75f41d65683c23b3
+checksums rmd160 6f0bb978d3a4f7df7c2a3418fc29511e5bedf8c8 \
+ sha256 e58f8445a2a3ca6fc87cefcbc9fe46a900707d9a0e8e0626325b67e3d09e9b3c
if {${name} ne ${subport}} {
depends_build-append \
@@ -35,7 +35,5 @@
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/colander/json
- livecheck.regex {colander-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160118/1b0ba239/attachment.html>
More information about the macports-changes
mailing list