[81249] trunk/dports/python
blb at macports.org
blb at macports.org
Thu Jul 28 00:05:53 PDT 2011
Revision: 81249
http://trac.macports.org/changeset/81249
Author: blb at macports.org
Date: 2011-07-28 00:05:52 -0700 (Thu, 28 Jul 2011)
Log Message:
-----------
My python ports - indicate which are noarch
Modified Paths:
--------------
trunk/dports/python/py26-bitstring/Portfile
trunk/dports/python/py26-buzhug/Portfile
trunk/dports/python/py26-freebase/Portfile
trunk/dports/python/py26-genshi/Portfile
trunk/dports/python/py26-keyczar/Portfile
trunk/dports/python/py26-mpmath/Portfile
trunk/dports/python/py26-tweepy/Portfile
trunk/dports/python/py27-bitstring/Portfile
trunk/dports/python/py27-freebase/Portfile
trunk/dports/python/py27-genshi/Portfile
trunk/dports/python/py27-mpmath/Portfile
trunk/dports/python/py31-bitstring/Portfile
trunk/dports/python/py31-httplib2/Portfile
trunk/dports/python/py32-bitstring/Portfile
trunk/dports/python/py32-httplib2/Portfile
Modified: trunk/dports/python/py26-bitstring/Portfile
===================================================================
--- trunk/dports/python/py26-bitstring/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py26-bitstring/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python26 1.0
name py26-bitstring
version 2.2.0
+revision 1
categories-append devel
license MIT
maintainers blb openmaintainer
@@ -13,6 +14,7 @@
and analysis of binary data as simple and natural as possible.
platforms darwin
+supported_archs noarch
homepage http://code.google.com/p/python-bitstring/
master_sites googlecode:python-bitstring
Modified: trunk/dports/python/py26-buzhug/Portfile
===================================================================
--- trunk/dports/python/py26-buzhug/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py26-buzhug/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python26 1.0
name py26-buzhug
version 1.8
+revision 1
categories-append databases
license BSD
maintainers blb openmaintainer
@@ -16,6 +17,7 @@
possible with an interpreted language
platforms darwin
+supported_archs noarch
homepage http://buzhug.sourceforge.net/
master_sites sourceforge:buzhug
Modified: trunk/dports/python/py26-freebase/Portfile
===================================================================
--- trunk/dports/python/py26-freebase/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py26-freebase/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -5,6 +5,7 @@
name py26-freebase
epoch 1
version 1.0.8
+revision 1
categories-append devel
license BSD
maintainers blb openmaintainer
@@ -16,6 +17,7 @@
python interface to that API.
platforms darwin
+supported_archs noarch
homepage http://code.google.com/p/freebase-python/
master_sites http://pypi.python.org/packages/source/f/freebase/
Modified: trunk/dports/python/py26-genshi/Portfile
===================================================================
--- trunk/dports/python/py26-genshi/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py26-genshi/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python26 1.0
name py26-genshi
version 0.6
+revision 1
categories-append textproc www
license BSD
maintainers blb openmaintainer
@@ -14,6 +15,7 @@
content for output generation on the web.
platforms darwin
+supported_archs noarch
homepage http://genshi.edgewall.org/
master_sites http://ftp.edgewall.com/pub/genshi/
Modified: trunk/dports/python/py26-keyczar/Portfile
===================================================================
--- trunk/dports/python/py26-keyczar/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py26-keyczar/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -5,7 +5,7 @@
name py26-keyczar
version 0.6b
-revision 1
+revision 2
categories-append devel crypto
license Apache-2
maintainers blb
@@ -17,6 +17,7 @@
asymmetric keys.
platforms darwin
+supported_archs noarch
homepage http://www.keyczar.org/
master_sites http://keyczar.googlecode.com/files/
Modified: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py26-mpmath/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python26 1.0
name py26-mpmath
version 0.17
+revision 1
categories-append math
license BSD
maintainers blb openmaintainer
@@ -13,6 +14,7 @@
arithmetic that implements an extensive set of mathematical functions.
platforms darwin
+supported_archs noarch
homepage http://code.google.com/p/mpmath/
master_sites http://mpmath.googlecode.com/files/
Modified: trunk/dports/python/py26-tweepy/Portfile
===================================================================
--- trunk/dports/python/py26-tweepy/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py26-tweepy/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -5,6 +5,7 @@
set pymodname tweepy
name py26-${pymodname}
version 1.7.1
+revision 1
categories-append devel net
license MIT
maintainers blb openmaintainer
@@ -13,6 +14,7 @@
${description} OAuth, complete coverage, streaming API
platforms darwin
+supported_archs noarch
homepage http://github.com/joshthecoder/${pymodname}
master_sites http://pypi.python.org/packages/source/t/${pymodname}/
Modified: trunk/dports/python/py27-bitstring/Portfile
===================================================================
--- trunk/dports/python/py27-bitstring/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py27-bitstring/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python27 1.0
name py27-bitstring
version 2.2.0
+revision 1
categories-append devel
license MIT
maintainers blb openmaintainer
@@ -13,6 +14,7 @@
and analysis of binary data as simple and natural as possible.
platforms darwin
+supported_archs noarch
homepage http://code.google.com/p/python-bitstring/
master_sites googlecode:python-bitstring
Modified: trunk/dports/python/py27-freebase/Portfile
===================================================================
--- trunk/dports/python/py27-freebase/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py27-freebase/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python27 1.0
name py27-freebase
version 1.0.8
+revision 1
categories-append devel
license BSD
maintainers blb openmaintainer
@@ -15,6 +16,7 @@
python interface to that API.
platforms darwin
+supported_archs noarch
homepage http://code.google.com/p/freebase-python/
master_sites http://pypi.python.org/packages/source/f/freebase/
Modified: trunk/dports/python/py27-genshi/Portfile
===================================================================
--- trunk/dports/python/py27-genshi/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py27-genshi/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python27 1.0
name py27-genshi
version 0.6
+revision 1
categories-append textproc www
license BSD
maintainers blb openmaintainer
@@ -14,6 +15,7 @@
content for output generation on the web.
platforms darwin
+supported_archs noarch
homepage http://genshi.edgewall.org/
master_sites http://ftp.edgewall.com/pub/genshi/
Modified: trunk/dports/python/py27-mpmath/Portfile
===================================================================
--- trunk/dports/python/py27-mpmath/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py27-mpmath/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python27 1.0
name py27-mpmath
version 0.17
+revision 1
categories-append math
license BSD
maintainers blb openmaintainer
@@ -13,6 +14,7 @@
arithmetic that implements an extensive set of mathematical functions.
platforms darwin
+supported_archs noarch
homepage http://code.google.com/p/mpmath/
master_sites http://mpmath.googlecode.com/files/
Modified: trunk/dports/python/py31-bitstring/Portfile
===================================================================
--- trunk/dports/python/py31-bitstring/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py31-bitstring/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python31 1.0
name py31-bitstring
version 2.2.0
+revision 1
categories-append devel
license MIT
maintainers blb openmaintainer
@@ -13,6 +14,7 @@
and analysis of binary data as simple and natural as possible.
platforms darwin
+supported_archs noarch
homepage http://code.google.com/p/python-bitstring/
master_sites googlecode:python-bitstring
Modified: trunk/dports/python/py31-httplib2/Portfile
===================================================================
--- trunk/dports/python/py31-httplib2/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py31-httplib2/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -5,8 +5,10 @@
name py31-httplib2
version 2-0.7.1
+revision 1
categories python devel net
platforms darwin
+supported_archs noarch
license MIT
maintainers blb openmaintainer
description A comprehensive HTTP client library in Python
Modified: trunk/dports/python/py32-bitstring/Portfile
===================================================================
--- trunk/dports/python/py32-bitstring/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py32-bitstring/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -4,6 +4,7 @@
PortGroup python32 1.0
name py32-bitstring
version 2.2.0
+revision 1
categories-append devel
license MIT
maintainers blb openmaintainer
@@ -13,6 +14,7 @@
and analysis of binary data as simple and natural as possible.
platforms darwin
+supported_archs noarch
homepage http://code.google.com/p/python-bitstring/
master_sites googlecode:python-bitstring
Modified: trunk/dports/python/py32-httplib2/Portfile
===================================================================
--- trunk/dports/python/py32-httplib2/Portfile 2011-07-28 06:45:16 UTC (rev 81248)
+++ trunk/dports/python/py32-httplib2/Portfile 2011-07-28 07:05:52 UTC (rev 81249)
@@ -5,8 +5,10 @@
name py32-httplib2
version 2-0.7.1
+revision 1
categories python devel net
platforms darwin
+supported_archs noarch
license MIT
maintainers blb openmaintainer
description A comprehensive HTTP client library in Python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110728/ff0ee6ea/attachment.html>
More information about the macports-changes
mailing list