diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index 8f537a0c69e..6ba653be697 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -1,10 +1,10 @@ # Template file for 'buildbot' pkgname=buildbot version=0.8.6p1 -revision=1 +revision=2 noarch=yes build_style=python-module -fulldepends="python python-jinja Twisted" +fulldepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted" pycompile_module="$pkgname" short_desc="A system to automate the compile/test cycle" maintainer="Juan RP " diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template new file mode 100644 index 00000000000..739c7530a17 --- /dev/null +++ b/srcpkgs/python-decorator/template @@ -0,0 +1,17 @@ +# Template file for 'python-decorator' +pkgname=python-decorator +version=3.3.2 +revision=1 +wrksrc="decorator-${version}" +noarch=yes +build_style=python-module +fulldepends="python" +pycompile_module="decorator.py" +short_desc="Python Decorator module" +maintainer="Juan RP " +homepage="http://pypi.python.org/pypi/decorator" +license="BSD" +distfiles="http://pypi.python.org/packages/source/d/decorator/decorator-$version.tar.gz" +checksum=c878e3c9a4015893fddcc7a145017bd54bd51cda0eb234cab6a20fa02540cb1f +long_desc=" + This package contains $pkgname: a Python Decorator module." diff --git a/srcpkgs/python-simplejson/python-simplejson.rshlibs b/srcpkgs/python-simplejson/python-simplejson.rshlibs new file mode 100644 index 00000000000..614278798c1 --- /dev/null +++ b/srcpkgs/python-simplejson/python-simplejson.rshlibs @@ -0,0 +1,3 @@ +libpython2.7.so.1.0 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template new file mode 100644 index 00000000000..db508512ff3 --- /dev/null +++ b/srcpkgs/python-simplejson/template @@ -0,0 +1,21 @@ +# Template file for 'python-simplejson' +pkgname=python-simplejson +version=2.5.2 +revision=1 +nofetch=yes +noextract=yes +build_style=python-module +makedepends="git python-devel" +pycompile_module="simplejson" +short_desc="Simple, fast, extensible JSON encoder/decoder for Python" +maintainer="Juan RP " +homepage="http://undefined.org/python/#simplejson" +license="MIT" +long_desc=" + This package contains $pkgname: a $short_desc." + +do_fetch() { + local url="git://github.com/simplejson/simplejson.git" + git clone $url $pkgname-$version + cd $pkgname-$version && git checkout v${version} +} diff --git a/srcpkgs/python-sqlalchemy/python-sqlalchemy.rshlibs b/srcpkgs/python-sqlalchemy/python-sqlalchemy.rshlibs new file mode 100644 index 00000000000..614278798c1 --- /dev/null +++ b/srcpkgs/python-sqlalchemy/python-sqlalchemy.rshlibs @@ -0,0 +1,3 @@ +libpython2.7.so.1.0 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/python-sqlalchemy/template b/srcpkgs/python-sqlalchemy/template new file mode 100644 index 00000000000..3b113f3be52 --- /dev/null +++ b/srcpkgs/python-sqlalchemy/template @@ -0,0 +1,21 @@ +# Template file for 'python-sqlalchemy" +pkgname=python-sqlalchemy +version=0.7.8 +revision=1 +wrksrc="SQLAlchemy-${version}" +build_style=python-module +makedepends="python-devel" +pycompile_module="sqlalchemy" +short_desc="The Python SQL Toolkit and Object Relational Mapper" +maintainer="Juan RP " +homepage="http://www.sqlalchemy.org/" +license="MIT" +distfiles="$SOURCEFORGE_SITE/sqlalchemy/SQLAlchemy-${version}.tar.gz" +checksum=e0d8b81cbb3bbb19a9e6ed0d31ecc525ed20c0590e595801d2c531052b92618f +long_desc=" + SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives + application developers the full power and flexibility of SQL. + + It provides a full suite of well known enterprise-level persistence patterns, + designed for efficient and high-performing database access, adapted into a + simple and Pythonic domain language." diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template new file mode 100644 index 00000000000..c36e033a374 --- /dev/null +++ b/srcpkgs/python-tempita/template @@ -0,0 +1,18 @@ +# Template file for 'python-tempita' +pkgname=python-tempita +version=0.5.1 +revision=1 +wrksrc="Tempita-${version}" +noarch=yes +build_style=python-module +depends="python" +makedepends="python-distribute" +pycompile_module="tempita" +short_desc="A lightweight unicode templating language" +maintainer="Juan RP " +homepage="http://pythonpaste.org/tempita/" +license="MIT" +distfiles="http://pypi.python.org/packages/source/T/Tempita/Tempita-$version.tar.gz" +checksum=0ebe6938ca7401db79bac279849fffcb5752029150bcb6f3c3edbe7aa9a077d8 +long_desc=" + This package contains $pkgname: $short_desc." diff --git a/srcpkgs/sqlalchemy-migrate/template b/srcpkgs/sqlalchemy-migrate/template new file mode 100644 index 00000000000..1f0fbd71925 --- /dev/null +++ b/srcpkgs/sqlalchemy-migrate/template @@ -0,0 +1,19 @@ +# Template file for 'sqlalchemy-migrate' +pkgname=sqlalchemy-migrate +version=0.7.2 +revision=2 +noarch=yes +build_style=python-module +depends="python python-sqlalchemy python-decorator python-tempita" +makedepends="python-distribute" +pycompile_module="migrate" +short_desc="SQLAlchemy Schema Migration Tools" +maintainer="Juan RP " +homepage="https://code.google.com/p/sqlalchemy-migrate/" +license="MIT" +distfiles="https://sqlalchemy-migrate.googlecode.com/files/$pkgname-$version.tar.gz" +checksum=7f55c768ee26f143fedb11b365a4c57c3bbdb5211e049c7f04b8ae8107c28333 +long_desc=" + Schema migration tools for SQLAlchemy, designed to support an agile approach to + database design, and make it easier to keep development and production databases + in sync, as schema changes are required."