# HG changeset patch # User Hans-G?nter Theisgen # Date 1644312202 -3600 # Node ID fbdafd10b728b45b0fe5924d8a3aff5ff70b2f00 # Parent 2a2813081ffe2da817c74d2c19f304e7702aaa0f created recipe for py3k-distutils-extra diff -r 2a2813081ffe -r fbdafd10b728 py3k-distutils-extra/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/py3k-distutils-extra/description.txt Tue Feb 08 10:23:22 2022 +0100 @@ -0,0 +1,2 @@ +Enables you to easily integrate gettext support, themed icons and +scrollkeeper based documentation into Python's distutils. diff -r 2a2813081ffe -r fbdafd10b728 py3k-distutils-extra/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/py3k-distutils-extra/receipt Tue Feb 08 10:23:22 2022 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="py3k-distutils-extra" +VERSION="2.39" +CATEGORY="development" +SHORT_DESC="Enhanced distutils package for python." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL" +WEB_SITE="https://launchpad.net/python-distutils-extra" + +SOURCE="python-distutils-extra" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://launchpad.net/$SOURCE/trunk/$VERSION/+download/$TARBALL" + +DEPENDS="py3k" +BUILD_DEPENDS="py3k-setuptools_scm" + +HOST_ARCH="i486 arm" + +# Rules to configure and make the package. +compile_rules() +{ + python3 setup.py build && + python3 setup.py install --prefix=/usr --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r 2a2813081ffe -r fbdafd10b728 python-distutils-extra/receipt --- a/python-distutils-extra/receipt Tue Feb 08 10:09:54 2022 +0100 +++ b/python-distutils-extra/receipt Tue Feb 08 10:23:22 2022 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Enhanced distutils package for python." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL" -WEB_SITE="https://launchpad.net/python-distutils-extr" +WEB_SITE="https://launchpad.net/python-distutils-extra" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"