wok-6.x rev 23450
updated psycopg2 (2.8.2 -> 2.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 03 10:29:43 2020 +0100 (2020-04-03) |
parents | f1f58e8f3b0d |
children | 117e5b447e27 |
files | psycopg2/receipt |
line diff
1.1 --- a/psycopg2/receipt Fri Apr 03 06:28:53 2020 +0100 1.2 +++ b/psycopg2/receipt Fri Apr 03 10:29:43 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="psycopg2" 1.7 -VERSION="2.8.2" 1.8 +VERSION="2.8.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PostgreSQL database adapter for the Python." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -20,6 +20,7 @@ 1.13 compile_rules() 1.14 { 1.15 sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg 1.16 + 1.17 python setup.py build && 1.18 python setup.py install --root=$DESTDIR 1.19 }