wok rev 25483

created recipe for py3k-six
author Hans-G?nter Theisgen
date Mon Oct 17 07:54:33 2022 +0100 (17 months ago)
parents 5f5b715c8ec9
children 4d54d3979862
files py3k-six/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/py3k-six/receipt	Mon Oct 17 07:54:33 2022 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="py3k-six"
     1.7 +VERSION="1.16.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Six is a Python 2 and 3 compatibility library."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://pypi.org/project/six/"
    1.13 +REPOLOGY="python:six"
    1.14 +
    1.15 +SOURCE="six"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.18 +
    1.19 +DEPENDS="py3k"
    1.20 +BUILD_DEPENDS="py3k-dev py3k-setuptools_scm"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23 +
    1.24 +# Rules to configure and make the package.
    1.25 +compile_rules()
    1.26 +{
    1.27 +	python3 setup.py install --root=$DESTDIR
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cook_copy_folders	lib
    1.34 +}