wok-next view python-psycopg2/receipt @ rev 21226

updated chocolate-doom (1.4.0 -> 3.0.0)
author Hans-G?nter Theisgen
date Tue Dec 03 16:21:36 2019 +0100 (2019-12-03)
parents 680393ac1f5c
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="psycopg2"
4 PACKAGE="python-psycopg2"
5 VERSION="2.7.5"
6 CATEGORY="python"
7 SHORT_DESC="PostgreSQL database adapter for the Python"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL ZPL"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 #HOST_ARCH
12 REPOLOGY="python:psycopg2"
14 BUILD_DEPENDS="python python3"
15 SPLIT="${PACKAGE/python/python3}:3"
17 compile_rules() {
18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
19 }
21 genpkg_rules() {
22 copy @std
23 py="${PACKAGE%%-*}" # python/python3
24 DEPENDS="$py"
25 }