wok annotate python-caldav/receipt @ rev 24133

Up tazinst (115)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 15:17:56 2021 +0000 (2021-10-23)
parents 5d50a02468c7
children 1df6fa555414
rev   line source
pascal@11727 1 # SliTaz package receipt.
pascal@11727 2
pascal@11727 3 PACKAGE="python-caldav"
Hans-G?nter@23468 4 VERSION="0.6.2"
pascal@11727 5 CATEGORY="development"
Hans-G?nter@23468 6 SHORT_DESC="CalDAV (RFC4791) client library for Python."
pascal@11727 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="GPL"
Hans-G?nter@23468 9 WEB_SITE="https://pypi.org/project/caldav"
Hans-G?nter@23468 10
pascal@11727 11 SOURCE="caldav"
pascal@11727 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23468 13 WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL"
pascal@11727 14
pascal@11727 15 DEPENDS="python"
pascal@21581 16 BUILD_DEPENDS="python python-dev python-setuptools"
pascal@11727 17
pascal@11727 18 # Rules to configure and make the package.
pascal@11727 19 compile_rules()
pascal@11727 20 {
al@18077 21 python setup.py install --root=$DESTDIR
pascal@11727 22 }
pascal@11727 23
pascal@11727 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11727 25 genpkg_rules()
pascal@11727 26 {
al@18077 27 mkdir -p $fs/usr
Hans-G?nter@23468 28 cp -a $install/usr $fs
pascal@11727 29 }