Revision
100842
Author
jmr@macports.org
Date
2012-12-28 17:26:29 -0800 (Fri, 28 Dec 2012)

Log Message

py-texttable: use unified portgroup, update homepage, license, noarch

Modified Paths

Diff

Modified: trunk/dports/python/py-texttable/Portfile (100841 => 100842)


--- trunk/dports/python/py-texttable/Portfile	2012-12-29 01:19:37 UTC (rev 100841)
+++ trunk/dports/python/py-texttable/Portfile	2012-12-29 01:26:29 UTC (rev 100842)
@@ -1,18 +1,22 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-texttable
 version			0.6.0
 revision		1
 categories		python textproc
+license			GPL-2+
 platforms		darwin
+supported_archs	noarch
 maintainers		nomaintainer
 description		python module for creating simple ASCII tables
 long_description	${description}
 
-homepage		http://jefke.free.fr/coding/python/
-master_sites	http://jefke.free.fr/stuff/python/texttable/
+homepage		http://foutaise.org/code/
+master_sites	${homepage}texttable/ http://distfiles.macports.org/python/
 distname		texttable-${version}
 checksums		md5 1aa4621a36a97588754bd8087cd19226
+
+python.versions	24