Revision
141207
Author
stromnov@macports.org
Date
2015-10-12 13:21:37 -0700 (Mon, 12 Oct 2015)

Log Message

py-acora: update to version 1.9

Modified Paths

Diff

Modified: trunk/dports/python/py-acora/Portfile (141206 => 141207)


--- trunk/dports/python/py-acora/Portfile	2015-10-12 20:17:37 UTC (rev 141206)
+++ trunk/dports/python/py-acora/Portfile	2015-10-12 20:21:37 UTC (rev 141207)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-acora
-version             1.8
+version             1.9
 revision            0
 categories-append   textproc devel
 platforms           darwin
 license             BSD
 
-python.versions     27 33 34
+python.versions     27 33 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -19,12 +19,12 @@
 long_description    ${description}
 
 homepage            http://pypi.python.org/pypi/acora
-master_sites        https://pypi.python.org/packages/source/a/acora/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            acora-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  23d2d346db3d06d502db1de9e049096227a3fdda \
-                    sha256  cfabfbccc31762ae54d05119331051c99837e77e1204c38b9d142f0375c6725b
+checksums           rmd160  07e69d5a988d0253bfd1da9f5d08341de656d28f \
+                    sha256  b9e180b953c929f2ef4754fe87f708976af9a17054e8f4e9f25c54b6e0f2935c
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -32,7 +32,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/acora/json
-    livecheck.regex     {acora-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }