diff options
author | Matt Housh <jaeger@crux.ninja> | 2016-09-30 10:43:36 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2016-09-30 10:43:36 -0500 |
commit | f99d5b76cefcf6d284fb355e879f361c0d671569 (patch) | |
tree | c85ca89755feb5713f82b7d7970ad08f70eac314 /psycopg2/Pkgfile | |
parent | e7df592b8755ecf440dca758d691385cfdab885d (diff) | |
download | contrib-f99d5b76cefcf6d284fb355e879f361c0d671569.tar.gz contrib-f99d5b76cefcf6d284fb355e879f361c0d671569.tar.xz |
psycopg2: updated to version 2.6.2
Diffstat (limited to 'psycopg2/Pkgfile')
-rw-r--r-- | psycopg2/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/psycopg2/Pkgfile b/psycopg2/Pkgfile index ed80790fb..2c2fa738f 100644 --- a/psycopg2/Pkgfile +++ b/psycopg2/Pkgfile @@ -1,16 +1,15 @@ # Description: Python bindings for PostgreSQL # URL: http://www.initd.org/ -# Packager: Lucas Hazel, lucas at die dot net dot au # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: python postgresql name=psycopg2 -version=2.6.1 +version=2.6.2 release=1 source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-6/$name-$version.tar.gz) build() { cd $name-$version python setup.py install --root=$PKG --prefix=/usr - find $PKG -name '*.egg-info' | xargs rm + find $PKG -name '*.egg-info' | xargs rm -r } |