wok annotate python-twodict/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents
children 1df6fa555414
rev   line source
Hans-G?nter@23570 1 # SliTaz package receipt.
Hans-G?nter@23570 2
Hans-G?nter@23570 3 PACKAGE="python-twodict"
Hans-G?nter@23570 4 VERSION="1.2"
Hans-G?nter@23570 5 CATEGORY="development"
Hans-G?nter@23570 6 TAGS="python"
Hans-G?nter@23570 7 SHORT_DESC="Simple two way ordered dictionary for Python."
Hans-G?nter@23570 8 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@23570 9 LICENSE="Public Domain"
Hans-G?nter@23570 10 WEB_SITE="https://pypi.org/project/twodict"
Hans-G?nter@23570 11
Hans-G?nter@23570 12 SOURCE="twodict"
Hans-G?nter@23570 13 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23570 14 WGET_URL="https://files.pythonhosted.org/packages/source/t/$SOURCE/$TARBALL"
Hans-G?nter@23570 15
Hans-G?nter@23570 16 DEPENDS="python"
Hans-G?nter@23570 17 BUILD_DEPENDS="python"
Hans-G?nter@23570 18
Hans-G?nter@23570 19 # Rules to configure and make the package.
Hans-G?nter@23570 20 compile_rules()
Hans-G?nter@23570 21 {
Hans-G?nter@23570 22 python setup.py install --root=$DESTDIR
Hans-G?nter@23570 23 }
Hans-G?nter@23570 24
Hans-G?nter@23570 25 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@23570 26 genpkg_rules()
Hans-G?nter@23570 27 {
Hans-G?nter@23570 28 cp -a $install/usr $fs
Hans-G?nter@23570 29 }