wok-6.x diff psycopg2/receipt @ rev 23628
updated rust and rust-cargo (1.37.0 -> 1.42.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 10:33:21 2020 +0100 (2020-04-16) |
parents | 0c293764164e |
children | 2f230197370e |
line diff
1.1 --- a/psycopg2/receipt Wed Jun 12 14:18:02 2019 +0100 1.2 +++ b/psycopg2/receipt Thu Apr 16 10:33:21 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 }