wok-current rev 24395
created recipe for py3k-distutils-extra
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 08 10:23:22 2022 +0100 (2022-02-08) |
parents | 2a2813081ffe |
children | 080c1dff8494 |
files | py3k-distutils-extra/description.txt py3k-distutils-extra/receipt python-distutils-extra/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/py3k-distutils-extra/description.txt Tue Feb 08 10:23:22 2022 +0100 1.3 @@ -0,0 +1,2 @@ 1.4 +Enables you to easily integrate gettext support, themed icons and 1.5 +scrollkeeper based documentation into Python's distutils.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/py3k-distutils-extra/receipt Tue Feb 08 10:23:22 2022 +0100 2.3 @@ -0,0 +1,31 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="py3k-distutils-extra" 2.7 +VERSION="2.39" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Enhanced distutils package for python." 2.10 +MAINTAINER="maintainer@slitaz.org" 2.11 +LICENSE="GPL" 2.12 +WEB_SITE="https://launchpad.net/python-distutils-extra" 2.13 + 2.14 +SOURCE="python-distutils-extra" 2.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.16 +WGET_URL="https://launchpad.net/$SOURCE/trunk/$VERSION/+download/$TARBALL" 2.17 + 2.18 +DEPENDS="py3k" 2.19 +BUILD_DEPENDS="py3k-setuptools_scm" 2.20 + 2.21 +HOST_ARCH="i486 arm" 2.22 + 2.23 +# Rules to configure and make the package. 2.24 +compile_rules() 2.25 +{ 2.26 + python3 setup.py build && 2.27 + python3 setup.py install --prefix=/usr --root=$DESTDIR 2.28 +} 2.29 + 2.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.31 +genpkg_rules() 2.32 +{ 2.33 + cp -a $install/* $fs 2.34 +}
3.1 --- a/python-distutils-extra/receipt Tue Feb 08 10:09:54 2022 +0100 3.2 +++ b/python-distutils-extra/receipt Tue Feb 08 10:23:22 2022 +0100 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="Enhanced distutils package for python." 3.5 MAINTAINER="maintainer@slitaz.org" 3.6 LICENSE="GPL" 3.7 -WEB_SITE="https://launchpad.net/python-distutils-extr" 3.8 +WEB_SITE="https://launchpad.net/python-distutils-extra" 3.9 3.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.11 WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"