diff options
author | root <root@rshg054.dnsready.net> | 2013-03-28 00:05:06 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-28 00:05:06 -0700 |
commit | 0fbe25a10dce8ec16455854ed6929b688f98cb36 (patch) | |
tree | 24eae9f7b5c6ac412f662427713708f11c197628 /community/python-sqlalchemy | |
parent | 87fbcb30b652672a7e110b66a4c15342e27df826 (diff) |
Thu Mar 28 00:05:05 PDT 2013
Diffstat (limited to 'community/python-sqlalchemy')
-rw-r--r-- | community/python-sqlalchemy/PKGBUILD | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD index 764bfd0b4..d8cfc3057 100644 --- a/community/python-sqlalchemy/PKGBUILD +++ b/community/python-sqlalchemy/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 78255 2012-10-17 10:27:16Z allan $ +# $Id: PKGBUILD 87107 2013-03-27 11:07:21Z jelle $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Sébastien Luttringer <seblu@aur.archlinux.org> pkgbase=python-sqlalchemy pkgname=('python-sqlalchemy' 'python2-sqlalchemy') -pkgver=0.7.9 +pkgver=0.8.0 pkgrel=1 arch=('i686' 'x86_64') # python2 package contain .so url="http://www.sqlalchemy.org/" license=('custom: MIT') makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'python-nose' 'python2-nose') source=("http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz") -md5sums=('c4852d586d95a59fbc9358f4467875d5') +md5sums=('3fb0b62e5d6ef4a022414f4233519ee2') build() { cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver @@ -21,6 +21,13 @@ build() { python2 setup.py build } +check() { + cd SQLAlchemy-${pkgver} + python setup.py check + python2 setup.py check + +} + package_python-sqlalchemy() { pkgdesc='Python SQL toolkit and Object Relational Mapper' depends=('python') |