wok annotate python-jedi/receipt @ rev 23931
busybox: enable tcpsvd (for ftpd or lpd)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 04 17:38:59 2020 +0000 (2020-09-04) |
parents | 814362194a8d |
children | 1df6fa555414 |
rev | line source |
---|---|
paul@18818 | 1 # SliTaz package receipt. |
paul@18818 | 2 |
paul@18818 | 3 PACKAGE="python-jedi" |
Hans-G?nter@23500 | 4 VERSION="0.16.0" |
paul@18818 | 5 CATEGORY="development" |
paul@18818 | 6 SHORT_DESC="An autocompletion tool for Python that can be used for text editors." |
paul@18818 | 7 MAINTAINER="paul@slitaz.org" |
paul@18818 | 8 LICENSE="MIT" |
Hans-G?nter@23500 | 9 WEB_SITE="https://pypi.org/project/jedi/" |
Hans-G?nter@23500 | 10 |
Hans-G?nter@23500 | 11 SOURCE="jedi" |
paul@18818 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23500 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/j/$SOURCE/$TARBALL" |
paul@18818 | 14 |
paul@18818 | 15 DEPENDS="python" |
Hans-G?nter@23500 | 16 BUILD_DEPENDS="python python-dev python-setuptools" |
paul@18818 | 17 |
paul@18818 | 18 # Rules to configure and make the package. |
paul@18818 | 19 compile_rules() |
paul@18818 | 20 { |
paul@18818 | 21 python setup.py install --root=$DESTDIR |
paul@18818 | 22 } |
paul@18818 | 23 |
paul@18818 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@18818 | 25 genpkg_rules() |
paul@18818 | 26 { |
Hans-G?nter@23500 | 27 cp -a $install/usr $fs |
paul@18818 | 28 } |