[125727] trunk/dports/python
jmr at macports.org
jmr at macports.org
Wed Sep 24 18:19:48 PDT 2014
Revision: 125727
https://trac.macports.org/changeset/125727
Author: jmr at macports.org
Date: 2014-09-24 18:19:48 -0700 (Wed, 24 Sep 2014)
Log Message:
-----------
py26-repoze.who.plugins.sa: use unified python portgroup, mark noarch
Modified Paths:
--------------
trunk/dports/python/py-repoze.who.plugins.sa/Portfile
Added Paths:
-----------
trunk/dports/python/py-repoze.who.plugins.sa/
Removed Paths:
-------------
trunk/dports/python/py26-repoze.who.plugins.sa/
Modified: trunk/dports/python/py-repoze.who.plugins.sa/Portfile
===================================================================
--- trunk/dports/python/py26-repoze.who.plugins.sa/Portfile 2014-09-24 23:46:16 UTC (rev 125725)
+++ trunk/dports/python/py-repoze.who.plugins.sa/Portfile 2014-09-25 01:19:48 UTC (rev 125727)
@@ -1,29 +1,35 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
-name py26-repoze.who.plugins.sa
+name py-repoze.who.plugins.sa
epoch 1
version 1.0
maintainers nomaintainer
platforms darwin
+supported_archs noarch
description This plugin provides one repoze.who authenticator \
and one metadata provider which works with \
SQLAlchemy or Elixir-based models.
long_description ${description}
license BSD
-homepage http://pypi.python.org/pypi/repoze.who.plugins.sa/
+homepage https://pypi.python.org/pypi/repoze.who.plugins.sa/
-livecheck.regex {>repoze\.who\.plugins\.sa (.+) :}
-livecheck.type regex
-livecheck.url ${homepage}
+distname repoze.who.plugins.sa-${version}
+master_sites https://pypi.python.org/packages/source/r/repoze.who.plugins.sa/
-depends_build-append port:py26-setuptools
-depends_lib-append port:py26-repoze.who port:py26-sqlalchemy
+checksums rmd160 7b786c87f8fed24e90d5ccbbac29d55930475c25
-distname repoze.who.plugins.sa-${version}
-master_sites http://pypi.python.org/packages/source/r/repoze.who.plugins.sa/
+python.versions 26
-checksums rmd160 7b786c87f8fed24e90d5ccbbac29d55930475c25
+if {$subport ne $name} {
+ depends_build-append port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-repoze.who port:py${python.version}-sqlalchemy
+ livecheck.type none
+} else {
+ livecheck.regex {>repoze\.who\.plugins\.sa (.+) :}
+ livecheck.type regex
+ livecheck.url ${homepage}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140924/da7d370f/attachment.html>
More information about the macports-changes
mailing list