[24888] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Mon May 7 00:12:38 PDT 2007


Revision: 24888
          http://trac.macosforge.org/projects/macports/changeset/24888
Author:   stechert at macports.org
Date:     2007-05-07 00:12:37 -0700 (Mon, 07 May 2007)

Log Message:
-----------
adding a few new python 2.5 ports

Added Paths:
-----------
    trunk/dports/python/py25-WebHelpers/
    trunk/dports/python/py25-WebHelpers/Portfile
    trunk/dports/python/py25-beaker/
    trunk/dports/python/py25-beaker/Portfile
    trunk/dports/python/py25-myghtyutils/
    trunk/dports/python/py25-myghtyutils/Portfile
    trunk/dports/python/py25-nose/
    trunk/dports/python/py25-nose/Portfile
    trunk/dports/python/py25-sqlalchemy/
    trunk/dports/python/py25-sqlalchemy/Portfile

Added: trunk/dports/python/py25-WebHelpers/Portfile
===================================================================
--- trunk/dports/python/py25-WebHelpers/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-WebHelpers/Portfile	2007-05-07 07:12:37 UTC (rev 24888)
@@ -0,0 +1,23 @@
+# $Id: Portfile 20443 2006-11-03 02:55:29Z jberry at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-WebHelpers
+version				0.2.1
+categories-append		www
+maintainers			stechert at macports.org
+description			Web Helpers is a library of helper functions \
+				intended to make writing templates in web \
+				applications easier.
+long_description		${description}
+
+
+platforms			darwin
+
+homepage			http://pylonshq.com/WebHelpers
+master_sites			http://cheeseshop.python.org/packages/source/W/WebHelpers/
+distname			WebHelpers-${version}
+
+depends_lib			port:py25-setuptools
+
+checksums			sha1 9644b51dd7e63d6cd3827fe92ea39b5255a2e926

Added: trunk/dports/python/py25-beaker/Portfile
===================================================================
--- trunk/dports/python/py25-beaker/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-beaker/Portfile	2007-05-07 07:12:37 UTC (rev 24888)
@@ -0,0 +1,22 @@
+# $Id: Portfile 23579 2007-04-04 21:17:28Z stechert at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-beaker
+version				0.6.3
+categories-append		www
+maintainers			stechert at macports.org
+description			Session WSGI Middleware
+long_description		Beaker is a simple WSGI middleware to use the \
+				Myghty Container API.
+
+platforms			darwin
+
+homepage			http://beaker.groovie.org
+master_sites			http://cheeseshop.python.org/packages/source/B/Beaker/
+distname			Beaker-${version}
+
+depends_lib			port:py25-setuptools \
+				port:py25-myghtyutils
+
+checksums			md5 4f4ae4bfd4e3e237dbdfc55446de7a03

Added: trunk/dports/python/py25-myghtyutils/Portfile
===================================================================
--- trunk/dports/python/py25-myghtyutils/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-myghtyutils/Portfile	2007-05-07 07:12:37 UTC (rev 24888)
@@ -0,0 +1,22 @@
+# $Id: Portfile 20441 2006-11-03 02:54:57Z jberry at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-myghtyutils
+version				0.52
+categories-append		www
+maintainers			nomaintainer at macports.org
+description			Container and Utility Functions from the \
+				Myghty Template Framework.
+long_description		${description}
+
+platforms			darwin
+
+homepage			http://www.myghty.org
+master_sites			http://cheeseshop.python.org/packages/source/M/MyghtyUtils/
+distname			MyghtyUtils-${version}
+use_zip				yes
+
+depends_lib			port:py25-setuptools
+
+checksums			md5 a15cda5919509024245802f4028b1560

Added: trunk/dports/python/py25-nose/Portfile
===================================================================
--- trunk/dports/python/py25-nose/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-nose/Portfile	2007-05-07 07:12:37 UTC (rev 24888)
@@ -0,0 +1,26 @@
+# $Id: Portfile 23580 2007-04-04 21:24:27Z stechert at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-nose
+version				0.9.2
+categories-append		www
+maintainers			stechert at macports.org
+description			A Python unittest extension.
+long_description		A unittest extension offering automatic test \
+				suite discovery, simplified test authoring, \
+				and output capture. Nose provides an alternate \
+				test discovery and running process for \
+				unittest, one that is intended to mimic the \
+				behavior of py.test as much as is reasonably \
+				possible without resorting to magic. 
+
+platforms			darwin
+
+homepage			http://somethingaboutorange.com/mrl/projects/nose/
+master_sites			${homepage}
+distname			nose-${version}
+
+depends_lib			port:py25-setuptools
+
+checksums			sha1 d804d027f5063335dc5e9f7a1f45a6c02290a204

Added: trunk/dports/python/py25-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py25-sqlalchemy/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-sqlalchemy/Portfile	2007-05-07 07:12:37 UTC (rev 24888)
@@ -0,0 +1,21 @@
+# $Id: Portfile 23626 2007-04-05 19:07:52Z stechert at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-sqlalchemy
+version			0.3.6
+categories		python
+platforms		darwin
+maintainers		stechert at macports.org
+description		Python SQL ORM
+long_description	SQLAlchemy is the Python SQL toolkit and Object \
+			Relational Mapper that gives application developers \
+			the full power and flexibility of SQL.
+
+homepage		http://www.sqlalchemy.org
+master_sites		sourceforge:sqlalchemy
+distname		SQLAlchemy-${version}
+checksums		md5 06cd60950d8f97f9466a323d3fae5cb5
+
+depends_lib		port:py25-setuptools

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070507/ce96d7d6/attachment.html


More information about the macports-changes mailing list