mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Add python2-psycopg2ct version 2.4.4
This commit is contained in:
commit
5b0524e5db
2 changed files with 33 additions and 0 deletions
15
.SRCINFO
Normal file
15
.SRCINFO
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pkgbase = python2-psycopg2ct
|
||||
pkgdesc = psycopg2-compatible database adapter using ctypes (works with PyPy)
|
||||
pkgver = 2.4.4
|
||||
pkgrel = 1
|
||||
url = http://pypi.python.org/pypi/psycopg2ct
|
||||
arch = any
|
||||
license = LGPL
|
||||
makedepends = python2-distribute
|
||||
depends = python2
|
||||
depends = postgresql-libs
|
||||
source = http://pypi.python.org/packages/source/p/psycopg2ct/psycopg2ct-2.4.4.tar.gz
|
||||
md5sums = 249442785ce3e2597358b468e584020c
|
||||
|
||||
pkgname = python2-psycopg2ct
|
||||
|
||||
18
PKGBUILD
Normal file
18
PKGBUILD
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Contributor: Marti Raudsepp <marti@juffo.org>
|
||||
|
||||
pkgname=python2-psycopg2ct
|
||||
pkgver=2.4.4
|
||||
pkgrel=1
|
||||
pkgdesc="psycopg2-compatible database adapter using ctypes (works with PyPy)"
|
||||
arch=(any)
|
||||
url="http://pypi.python.org/pypi/psycopg2ct"
|
||||
license=('LGPL')
|
||||
makedepends=('python2-distribute')
|
||||
depends=('python2' 'postgresql-libs')
|
||||
source=("http://pypi.python.org/packages/source/p/psycopg2ct/psycopg2ct-$pkgver.tar.gz")
|
||||
|
||||
build() {
|
||||
cd $srcdir/psycopg2ct-$pkgver
|
||||
python2 setup.py install --root=$pkgdir
|
||||
}
|
||||
md5sums=('249442785ce3e2597358b468e584020c')
|
||||
Loading…
Add table
Reference in a new issue