Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pycups


Commits:
c156e499 by Andreas Radke at 2024-04-06T21:44:56+02:00
upgpkg: 2.0.1-7; SPDX license, python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = pycups
+       pkgdesc = Python bindings for libcups
+       pkgver = 2.0.1
+       pkgrel = 7
+       url = https://github.com/OpenPrinting/pycups
+       arch = x86_64
+       license = GPL-2.0-or-later
+       makedepends = python-setuptools
+       depends = libcups
+       depends = python
+       depends = glibc
+       provides = pycups
+       source = 
python-pycups-2.0.1.tar.gz::https://github.com/OpenPrinting/pycups/archive/v2.0.1.tar.gz
+       sha256sums = 
cf7e63b07e2dbc6811e77f55cc11d7191799298a6565b83fc028ee3c9da0ad78
+
+pkgname = python-pycups


=====================================
PKGBUILD
=====================================
@@ -4,14 +4,15 @@
 pkgbase=pycups
 pkgname=('python-pycups')
 pkgver=2.0.1
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url="https://github.com/OpenPrinting/pycups";
-license=('GPL')
+license=('GPL-2.0-or-later')
 pkgdesc="Python bindings for libcups"
-depends=('libcups' 'python')
+depends=('libcups' 'python' 'glibc')
+makedepends=('python-setuptools')
 provides=('pycups')
-source=(https://github.com/OpenPrinting/pycups/archive/v${pkgver}.tar.gz)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/OpenPrinting/pycups/archive/v${pkgver}.tar.gz)
 sha256sums=('cf7e63b07e2dbc6811e77f55cc11d7191799298a6565b83fc028ee3c9da0ad78')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pycups/-/commit/c156e499a89e2eeef972f2a0179fde322d9a5e67

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pycups/-/commit/c156e499a89e2eeef972f2a0179fde322d9a5e67
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to