Merge remote-tracking branch 'x/master'

* x/master:
  buildbot: add missing rundeps.
  sqlalchemy-migrate: add missing rundeps.
  New package: python-simplejson-2.5.2.
  New package: sqlalchemy-migrate-0.7.2.
  New package: python-tempita-0.5.1.
  New package: python-sqlalchemy-0.7.8.
  New package: python-decorator-3.3.2.
This commit is contained in:
davehome 2012-06-28 04:50:02 -06:00
commit aecf6d8a7d
8 changed files with 104 additions and 2 deletions

View file

@ -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 <xtraeme@gmail.com>"

View file

@ -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 <xtraeme@gmail.com>"
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."

View file

@ -0,0 +1,3 @@
libpython2.7.so.1.0
libpthread.so.0
libc.so.6

View file

@ -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 <xtraeme@gmail.com>"
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}
}

View file

@ -0,0 +1,3 @@
libpython2.7.so.1.0
libpthread.so.0
libc.so.6

View file

@ -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 <xtraeme@gmail.com>"
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."

View file

@ -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 <xtraeme@gmail.com>"
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."

View file

@ -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 <xtraeme@gmail.com>"
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."