Permalink
Browse files
py-south: update to 1.0.2, deprecated, no livecheck
- Loading branch information
Showing
with
12 additions
and
12 deletions.
-
+12
−12
python/py-south/Portfile
|
|
@@ -2,34 +2,34 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-south |
|
|
version 0.8.1 |
|
|
version 1.0.2 |
|
|
revision 0 |
|
|
categories-append www |
|
|
license Apache-2 |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
maintainers nomaintainer |
|
|
homepage http://south.aeracode.org/ |
|
|
homepage https://south.aeracode.org/ |
|
|
description intelligent schema migrations for Django apps |
|
|
long_description South provides intelligent, database-independant, \ |
|
|
semi-automatic, schema migrations for Django apps. |
|
|
|
|
|
master_sites pypi:S/South/ |
|
|
distname South-${version} |
|
|
|
|
|
checksums md5 72deb5c8144a65ac42d1390ff922581d \ |
|
|
rmd160 5a6c8acd1e2c9c021ee41206faf68162e5fb3bc8 \ |
|
|
sha256 b695477fc7171d8844a0477a8caa688d6988d895ec14faa817f44def8a5d7845 |
|
|
checksums rmd160 06811b4c67a758c275852867df433641ef6c946d \ |
|
|
sha256 d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4 \ |
|
|
size 96524 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build port:py${python.version}-setuptools |
|
|
|
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.type regex |
|
|
livecheck.url https://pypi.python.org/pypi/South |
|
|
livecheck.regex {South (0\.[0-9]+(\.[0-9]+)?)} |
|
|
depends_build-append \ |
|
|
port:py${python.version}-setuptools |
|
|
} |