wok diff psycopg2/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
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 Apr 28 17:22:54 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  }