From 6f747b54063394382472b413d5ccf9b453697da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 25 Sep 2020 08:38:19 +0700 Subject: [PATCH] python-cups: drop package --- srcpkgs/python3-cups | 1 - .../{python-cups => python3-cups}/template | 21 +++++++------------ srcpkgs/{python-cups => python3-cups}/update | 0 3 files changed, 7 insertions(+), 15 deletions(-) delete mode 120000 srcpkgs/python3-cups rename srcpkgs/{python-cups => python3-cups}/template (50%) rename srcpkgs/{python-cups => python3-cups}/update (100%) 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