[141436] trunk/dports/devel/dbus-python/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sat Dec 12 01:31:27 PST 2015
Revision: 141436
https://trac.macports.org/changeset/141436
Author: mcalhoun at macports.org
Date: 2015-10-18 10:05:29 -0700 (Sun, 18 Oct 2015)
Log Message:
-----------
dbus-python: allow testing with python35; no revision increase since change is only for testing
Modified Paths:
--------------
trunk/dports/devel/dbus-python/Portfile
Modified: trunk/dports/devel/dbus-python/Portfile
===================================================================
--- trunk/dports/devel/dbus-python/Portfile 2015-10-18 17:01:26 UTC (rev 141435)
+++ trunk/dports/devel/dbus-python/Portfile 2015-10-18 17:05:29 UTC (rev 141436)
@@ -110,7 +110,7 @@
}
# pyXY-gobject, which is required to test, is only supported on certain versions of python
- if { [lsearch -exact {27 34} ${python_version}] != -1 } {
+ if { [lsearch -exact {27 34 35} ${python_version}] != -1 } {
variant test {}
test.run yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/d76dd6a1/attachment.html>
More information about the macports-changes
mailing list