wok-next view python-apsw/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents 9b3461bf373c
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-apsw"
4 VERSION="3.24.0"
5 CATEGORY="development"
6 SHORT_DESC="Python wrapper for SQLite"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://rogerbinns.github.io/apsw/"
10 #HOST_ARCH
11 REPOLOGY="python:apsw"
13 TARBALL="$PACKAGE-$VERSION-r1.tar.gz"
14 WGET_URL="https://github.com/rogerbinns/apsw/archive/$VERSION-r1.tar.gz"
16 BUILD_DEPENDS="python-dev sqlite3-dev python3-dev"
17 SPLIT="${PACKAGE/python/python3}:3"
19 compile_rules() {
20 python$SET -B setup.py install --root=$install
21 }
23 genpkg_rules() {
24 copy @std
25 py="${PACKAGE%%-*}" # python/python3
26 DEPENDS="$py libsqlite3"
27 }