Revision: 105682 https://trac.macports.org/changeset/105682 Author: jmr@macports.org Date: 2013-05-01 15:09:02 -0700 (Wed, 01 May 2013) Log Message: ----------- py*-storm: unify, set license Modified Paths: -------------- trunk/dports/python/py-storm/Portfile Added Paths: ----------- trunk/dports/python/py-storm/ Removed Paths: ------------- trunk/dports/python/py26-storm/ trunk/dports/python/py27-storm/ Modified: trunk/dports/python/py-storm/Portfile =================================================================== --- trunk/dports/python/py27-storm/Portfile 2013-05-01 17:42:33 UTC (rev 105679) +++ trunk/dports/python/py-storm/Portfile 2013-05-01 22:09:02 UTC (rev 105682) @@ -1,11 +1,12 @@ # $Id$ PortSystem 1.0 -PortGroup python27 1.0 +PortGroup python 1.0 -name py27-storm +name py-storm version 0.18 categories-append databases +license LGPL-2.1+ maintainers adfernandes openmaintainer description Storm is an object-relational mapper (ORM) for Python developed at Canonical long_description Storm is a Python object-relational mapper between a SQL database and Python \ @@ -23,3 +24,5 @@ checksums md5 fbfcd4131bc32bee2219d48287e0cb5f \ sha1 425b00c754f5c9a85d385a1c3e62388c660b76f3 + +python.versions 26 27
participants (1)
-
jmr@macports.org