[124632] trunk/dports/python
aronnax at macports.org
aronnax at macports.org
Tue Aug 26 23:28:47 PDT 2014
Revision: 124632
https://trac.macports.org/changeset/124632
Author: aronnax at macports.org
Date: 2014-08-26 23:28:47 -0700 (Tue, 26 Aug 2014)
Log Message:
-----------
py-bpython, py-flask-auth, py-flask-babel, py-flask-frozen, py-flask-login, py-flask-mail, py-flask-mongoalchemy, py-flask-restful, py-flask-sqlalchemy, py-flask-uploads, py-flask-wtf, py-jinja2, py-libnamebench, py-pylons, py-pyopencl, py-roundup, py-sphinx, py-sphinx-contrib, py-visa, py-webhelpers: remove Python versions that are unsupported by dependency py-markupsafe (fixes #44196)
Modified Paths:
--------------
trunk/dports/python/py-bpython/Portfile
trunk/dports/python/py-flask-auth/Portfile
trunk/dports/python/py-flask-babel/Portfile
trunk/dports/python/py-flask-frozen/Portfile
trunk/dports/python/py-flask-login/Portfile
trunk/dports/python/py-flask-mail/Portfile
trunk/dports/python/py-flask-mongoalchemy/Portfile
trunk/dports/python/py-flask-restful/Portfile
trunk/dports/python/py-flask-sqlalchemy/Portfile
trunk/dports/python/py-flask-uploads/Portfile
trunk/dports/python/py-flask-wtf/Portfile
trunk/dports/python/py-jinja2/Portfile
trunk/dports/python/py-libnamebench/Portfile
trunk/dports/python/py-pylons/Portfile
trunk/dports/python/py-pyopencl/Portfile
trunk/dports/python/py-roundup/Portfile
trunk/dports/python/py-sphinx-contrib/Portfile
trunk/dports/python/py-visa/Portfile
trunk/dports/python/py-webhelpers/Portfile
Removed Paths:
-------------
trunk/dports/python/py-bpython/files/bpython31
trunk/dports/python/py-bpython/files/bpython32
Modified: trunk/dports/python/py-bpython/Portfile
===================================================================
--- trunk/dports/python/py-bpython/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-bpython/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -22,7 +22,7 @@
checksums rmd160 7e52c0ec1fa56f42b9660496776876eaf09e9cc5 \
sha256 74a9074c5d5448e09ea9efe6b5305a4f580617d73c38f21eab5fe983312a8ec6
-python.versions 26 27 31 32 33
+python.versions 26 27 33
if {${name} ne ${subport}} {
livecheck.type none
Deleted: trunk/dports/python/py-bpython/files/bpython31
===================================================================
--- trunk/dports/python/py-bpython/files/bpython31 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-bpython/files/bpython31 2014-08-27 06:28:47 UTC (rev 124632)
@@ -1,7 +0,0 @@
-bin/bpython-3.1
-bin/bpython-gtk-3.1
-bin/bpython-urwid-3.1
-${frameworks_dir}/Python.framework/Versions/3.1/share/man/man1/bpython.1
-${frameworks_dir}/Python.framework/Versions/3.1/share/man/man5/bpython-config.5
-${frameworks_dir}/Python.framework/Versions/3.1/share/themes/light.theme
-${frameworks_dir}/Python.framework/Versions/3.1/share/themes/sample.theme
Deleted: trunk/dports/python/py-bpython/files/bpython32
===================================================================
--- trunk/dports/python/py-bpython/files/bpython32 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-bpython/files/bpython32 2014-08-27 06:28:47 UTC (rev 124632)
@@ -1,7 +0,0 @@
-bin/bpython-3.2
-bin/bpython-gtk-3.2
-bin/bpython-urwid-3.2
-${frameworks_dir}/Python.framework/Versions/3.2/share/man/man1/bpython.1
-${frameworks_dir}/Python.framework/Versions/3.2/share/man/man5/bpython-config.5
-${frameworks_dir}/Python.framework/Versions/3.2/share/themes/light.theme
-${frameworks_dir}/Python.framework/Versions/3.2/share/themes/sample.theme
Modified: trunk/dports/python/py-flask-auth/Portfile
===================================================================
--- trunk/dports/python/py-flask-auth/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-auth/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -7,8 +7,7 @@
name py-flask-auth
set real_name Flask-Auth
version 0.85
-python.versions 25 26 27
-python.default_version 27
+python.versions 26 27
categories-append www
maintainers nomaintainer
description Flask Auth extension
Modified: trunk/dports/python/py-flask-babel/Portfile
===================================================================
--- trunk/dports/python/py-flask-babel/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-babel/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -7,7 +7,7 @@
name py-flask-babel
set real_name Flask-Babel
version 0.8
-python.versions 25 26 27
+python.versions 26 27
categories-append www
maintainers nomaintainer
description Adds i18n/l10n support to Flask applications
Modified: trunk/dports/python/py-flask-frozen/Portfile
===================================================================
--- trunk/dports/python/py-flask-frozen/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-frozen/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -7,8 +7,7 @@
name py-flask-frozen
set real_name Frozen-Flask
version 0.9
-python.versions 25 26 27
-python.default_version 27
+python.versions 26 27
categories-append www
maintainers nomaintainer
description Freeze a Flask application into a set of static files.
Modified: trunk/dports/python/py-flask-login/Portfile
===================================================================
--- trunk/dports/python/py-flask-login/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-login/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -7,7 +7,7 @@
name py-flask-login
set realname Flask-Login
version 0.2.11
-python.versions 25 26 27
+python.versions 26 27
license MIT
platforms darwin
supported_archs noarch
Modified: trunk/dports/python/py-flask-mail/Portfile
===================================================================
--- trunk/dports/python/py-flask-mail/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-mail/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -7,7 +7,7 @@
name py-flask-mail
set real_name Flask-Mail
version 0.9.0
-python.versions 25 26 27
+python.versions 26 27
categories-append www
maintainers aronnax openmaintainer
description Flask Mail extension
Modified: trunk/dports/python/py-flask-mongoalchemy/Portfile
===================================================================
--- trunk/dports/python/py-flask-mongoalchemy/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-mongoalchemy/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -7,8 +7,7 @@
name py-flask-mongoalchemy
set real_name Flask-MongoAlchemy
version 0.5.3
-python.versions 25 26 27
-python.default_version 27
+python.versions 26 27
categories-append www
maintainers nomaintainer
description Add Flask support for MongoDB using MongoAlchemy
Modified: trunk/dports/python/py-flask-restful/Portfile
===================================================================
--- trunk/dports/python/py-flask-restful/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-restful/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -12,8 +12,7 @@
name py-flask-restful
set real_name Flask-Restful
-python.versions 25 26 27
-python.default_version 27
+python.versions 26 27
categories-append www
maintainers cal openmaintainer
description Flask extension for quickly building REST APIs.
Modified: trunk/dports/python/py-flask-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-flask-sqlalchemy/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-sqlalchemy/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -8,8 +8,7 @@
github.setup mitsuhiko flask-sqlalchemy 0.16
name py-flask-sqlalchemy
set real_name Flask-SQLAlchemy
-python.versions 25 26 27
-python.default_version 27
+python.versions 26 27
categories-append www
maintainers nomaintainer
description Flask support for SQLAlchemy
Modified: trunk/dports/python/py-flask-uploads/Portfile
===================================================================
--- trunk/dports/python/py-flask-uploads/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-uploads/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -7,8 +7,7 @@
name py-flask-uploads
set real_name Flask-Uploads
version 0.1.3
-python.versions 25 26 27
-python.default_version 27
+python.versions 26 27
categories-append www
maintainers nomaintainer
description Flexible upload handling for Flask applications
Modified: trunk/dports/python/py-flask-wtf/Portfile
===================================================================
--- trunk/dports/python/py-flask-wtf/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-flask-wtf/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -8,8 +8,7 @@
github.setup ajford flask-wtf 0.8.3 v
name py-flask-wtf
set real_name Flask-WTF
-python.versions 25 26 27
-python.default_version 27
+python.versions 26 27
categories-append www
maintainers nomaintainer
description Flask simple integration with WTForms
Modified: trunk/dports/python/py-jinja2/Portfile
===================================================================
--- trunk/dports/python/py-jinja2/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-jinja2/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -28,18 +28,11 @@
sha1 25ab3881f0c1adfcf79053b58de829c5ae65d3ac \
rmd160 e84a4c27dfb4cdd58c4f9625fcc48b0851a2b5c9
-python.versions 24 25 26 27 31 32 33 34
+python.versions 26 27 33 34
if {${name} ne ${subport}} {
depends_lib port:py${python.version}-setuptools \
port:py${python.version}-markupsafe
- if {${python.version} < 26 || (${python.version} >= 30 && ${python.version} < 33)} {
- version 2.6
- distname Jinja2-${version}
- checksums md5 1c49a8825c993bfdcf55bb36897d28a2 \
- sha1 f122aeb324b2009bbcee341d0f001a047ac4bbe5 \
- rmd160 77829eabfc71dd6cf7eece1fe5d0b96b21de3b18
- }
livecheck.type none
} else {
livecheck.type regex
Modified: trunk/dports/python/py-libnamebench/Portfile
===================================================================
--- trunk/dports/python/py-libnamebench/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-libnamebench/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -4,7 +4,7 @@
PortGroup python 1.0
name py-libnamebench
-python.versions 24 25 26 27
+python.versions 26 27
set real_name namebench
version 1.3.1
maintainers nomaintainer
Modified: trunk/dports/python/py-pylons/Portfile
===================================================================
--- trunk/dports/python/py-pylons/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-pylons/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -7,7 +7,7 @@
name py-pylons
set real_name Pylons
version 1.0.1rc1
-python.versions 25 26 27
+python.versions 26 27
categories-append devel
license BSD
platforms darwin
Modified: trunk/dports/python/py-pyopencl/Portfile
===================================================================
--- trunk/dports/python/py-pyopencl/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-pyopencl/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -29,8 +29,8 @@
patch.pre_args -p1
patchfiles patch-setup.py.diff
-# Skipping 31 because there's no py31-mako
-python.versions 26 27 32 33
+# Skipping 31, 32 because there's no py31-markupsafe, py32-markupsafe
+python.versions 26 27 33
if {${name} ne ${subport}} {
depends_build-append \
Modified: trunk/dports/python/py-roundup/Portfile
===================================================================
--- trunk/dports/python/py-roundup/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-roundup/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -28,7 +28,7 @@
checksums rmd160 0e16e797235c26be1a27987c5bdb8a1506a4759f \
sha256 3cb940e7e9063f8c821952796eee3997a8fd944bf570025ccc9a02e19c9ab644
-python.versions 25 26 27
+python.versions 26 27
if {${name} ne ${subport}} {
depends_build port:py${python.version}-sphinx
Modified: trunk/dports/python/py-sphinx-contrib/Portfile
===================================================================
--- trunk/dports/python/py-sphinx-contrib/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-sphinx-contrib/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -22,7 +22,7 @@
checksums rmd160 6767d4611c938c6a7ac3ede53784af591a8cafb6 \
sha256 d097e7d5e98df892dbdfc7a1be7de1469f8b51598ced767b836fd719bc94840e
-python.versions 25 26 27 31 32 33 34
+python.versions 26 27 33 34
if {$subport ne $name} {
depends_lib port:py${python.version}-sphinx
Modified: trunk/dports/python/py-visa/Portfile
===================================================================
--- trunk/dports/python/py-visa/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-visa/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -31,7 +31,7 @@
sha256 6ff001554b206534a54bbb3f60121f9265f0dde5261726c9ee5d1aae67f8e4f0
-python.versions 25 26 27
+python.versions 26 27
if {$subport ne $name} {
depends_build port:py${python.version}-setuptools \
Modified: trunk/dports/python/py-webhelpers/Portfile
===================================================================
--- trunk/dports/python/py-webhelpers/Portfile 2014-08-27 06:09:47 UTC (rev 124631)
+++ trunk/dports/python/py-webhelpers/Portfile 2014-08-27 06:28:47 UTC (rev 124632)
@@ -6,7 +6,7 @@
name py-webhelpers
version 1.3
-python.versions 24 25 26 27
+python.versions 26 27
epoch 2
maintainers nomaintainer
platforms darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140826/0293050b/attachment-0001.html>
More information about the macports-changes
mailing list