[107398] trunk/dports/python/py-soaplib/Portfile
jmr at macports.org
jmr at macports.org
Wed Jun 26 21:12:44 PDT 2013
Revision: 107398
https://trac.macports.org/changeset/107398
Author: jmr at macports.org
Date: 2013-06-26 21:12:44 -0700 (Wed, 26 Jun 2013)
Log Message:
-----------
py-soaplib: fix setuptools dep type, correct license
Modified Paths:
--------------
trunk/dports/python/py-soaplib/Portfile
Modified: trunk/dports/python/py-soaplib/Portfile
===================================================================
--- trunk/dports/python/py-soaplib/Portfile 2013-06-27 03:50:16 UTC (rev 107397)
+++ trunk/dports/python/py-soaplib/Portfile 2013-06-27 04:12:44 UTC (rev 107398)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-soaplib
-license LGPL
+license LGPL-2.1+
epoch 1
version 1.0.0
categories-append www
@@ -35,8 +35,8 @@
python.default_version 27
if {${subport} != ${name}} {
- depends_lib port:py${python.version}-setuptools \
- port:py${python.version}-tz \
+ depends_build port:py${python.version}-setuptools
+ depends_lib port:py${python.version}-tz \
port:py${python.version}-lxml
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130626/07e1bd92/attachment-0001.html>
More information about the macports-changes
mailing list