# HG changeset patch # User Hans-G?nter Theisgen # Date 1656691543 -3600 # Node ID d56de587d8e8d7cfd214749203ae4ca8955600e5 # Parent dd9b5a434facd99071107ce01f3c728c22bea1de updated python-ethtool (0.14 -> 0.15) diff -r dd9b5a434fac -r d56de587d8e8 python-ethtool/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-ethtool/description.txt Fri Jul 01 17:05:43 2022 +0100 @@ -0,0 +1,13 @@ +Python bindings for the ethtool kernel interface + +The Python ethtool module allows querying and partially controlling +network interfaces, driver, and hardware settings. + +Warning + +This is the new upstream for python-ethtool maintained by Fedora's Python SIG. +We ported it to Python 3 and only maintain it for the current tools to keep +working. No new development is happening. +This is a deprecated package. +If you are considering to start using this, please don't. +We recommend netifaces instead. diff -r dd9b5a434fac -r d56de587d8e8 python-ethtool/receipt --- a/python-ethtool/receipt Fri Jul 01 16:57:44 2022 +0100 +++ b/python-ethtool/receipt Fri Jul 01 17:05:43 2022 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="python-ethtool" -VERSION="0.14" +VERSION="0.15" CATEGORY="network" SHORT_DESC="Python bindings for the ethtool kernel interface." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://fedoraproject.org/wiki/Python-ethtool" +WEB_SITE="https://pypi.org/project/ethtool/" +REPOLOGY="python:ethtool" +SOURCE="ethtool" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/fedora-python/$PACKAGE/archive/v$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$SOURCE-$VERSION.tar.gz" -DEPENDS="python libnl" +DEPENDS="libnl python" BUILD_DEPENDS="libnl-dev pkg-config python python-dev python-setuptools" current_version() @@ -30,5 +32,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders bin + cook_copy_folders lib }