wok diff psycopg2/receipt @ rev 24143

Add ventoy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 16 17:16:48 2021 +0000 (2021-11-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	Tue Nov 16 17:16:48 2021 +0000
     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  }