wok annotate python-ipy/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 8dd8bab3f0ca
children 1df6fa555414
rev   line source
pascal@3791 1 # SliTaz package receipt.
pascal@3791 2
pascal@3791 3 PACKAGE="python-ipy"
Hans-G?nter@23497 4 VERSION="1.00"
pascal@3791 5 CATEGORY="development"
pascal@3791 6 SHORT_DESC="Python class and tools for IPv4 and IPv6 addresses and networks."
pascal@3791 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="BSD"
Hans-G?nter@23497 9 WEB_SITE="https://pypi.org/project/$SOURCE/"
Hans-G?nter@23497 10
pascal@3791 11 SOURCE="IPy"
pascal@3791 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23497 13 WGET_URL="https://files.pythonhosted.org/packages/source/I/$SOURCE/$TARBALL"
pascal@3791 14
pascal@15378 15 DEPENDS="python"
pascal@17742 16 BUILD_DEPENDS="python"
pascal@15378 17
pascal@3791 18 # Rules to configure and make the package.
pascal@3791 19 compile_rules()
pascal@3791 20 {
Hans-G?nter@23497 21 python setup.py build &&
pascal@15378 22 python setup.py install --root=$DESTDIR
pascal@3791 23 }
pascal@3791 24
pascal@3791 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3791 26 genpkg_rules()
pascal@3791 27 {
pascal@3791 28 mkdir -p $fs/usr
Hans-G?nter@23497 29 cp -a $install/usr/lib $fs/usr
pascal@3791 30 }