diff --git a/srcpkgs/python3-cups b/srcpkgs/python3-cups deleted file mode 120000 index 67133f17ef8..00000000000 --- a/srcpkgs/python3-cups +++ /dev/null @@ -1 +0,0 @@ -python-cups \ No newline at end of file diff --git a/srcpkgs/python-cups/template b/srcpkgs/python3-cups/template similarity index 50% rename from srcpkgs/python-cups/template rename to srcpkgs/python3-cups/template index 62c384c9db8..4af62b224fe 100644 --- a/srcpkgs/python-cups/template +++ b/srcpkgs/python3-cups/template @@ -1,21 +1,14 @@ -# Template file for 'python-cups' -pkgname=python-cups +# Template file for 'python3-cups' +pkgname=python3-cups version=1.9.74 -revision=3 +revision=4 wrksrc="pycups-${version}" -build_style=python-module -hostmakedepends="python-devel python3-devel" +build_style=python3-module +hostmakedepends="python3-devel" makedepends="${hostmakedepends} cups-devel" -short_desc="Python2 CUPS bindings" +short_desc="Python3 CUPS bindings" homepage="https://pypi.org/project/pycups/" -license="GPL-2" +license="GPL-2.0-or-later" maintainer="Orphaned " distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.bz2" checksum=86090f259a7c5d0d5caa3407a0e57c9e134027620cbc8f90bf4e37c8b53ed7b9 - -python3-cups_package() { - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python-cups/update b/srcpkgs/python3-cups/update similarity index 100% rename from srcpkgs/python-cups/update rename to srcpkgs/python3-cups/update