wok diff psycopg2/receipt @ rev 25494
Add finch & btop (thanks ceel)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 30 08:50:05 2022 +0000 (2022-11-30) |
parents | 65784e875d45 |
children |
line diff
1.1 --- a/psycopg2/receipt Wed Aug 17 07:09:31 2022 +0000 1.2 +++ b/psycopg2/receipt Wed Nov 30 08:50:05 2022 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 Version=${VERSION%.*} 1.5 Version=${Version/./-} 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="${WEB_SITE}tarballs/PSYCOPG-$Version/$TARBALL" 1.8 +WGET_URL="https://files.pythonhosted.org/packages/source/p/psycopg2/$TARBALL" 1.9 1.10 DEPENDS="egenix-mx-base libpostgresqlclient python" 1.11 BUILD_DEPENDS="postgresql-dev python-dev python-setuptools"