[arch-commits] Commit in pycups/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 19:20:05 UTC 2021
Date: Thursday, December 2, 2021 @ 19:20:04
Author: foutrelis
Revision: 430374
archrelease: copy trunk to staging-x86_64
Added:
pycups/repos/staging-x86_64/PKGBUILD
(from rev 430373, pycups/trunk/PKGBUILD)
Deleted:
pycups/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 19:20:03 UTC (rev 430373)
+++ PKGBUILD 2021-12-02 19:20:04 UTC (rev 430374)
@@ -1,25 +0,0 @@
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: nesl247 <nesl247 at gmail.com>
-
-pkgbase=pycups
-pkgname=('python-pycups')
-pkgver=2.0.1
-pkgrel=4
-arch=('x86_64')
-url="https://github.com/OpenPrinting/pycups"
-license=('GPL')
-pkgdesc="Python bindings for libcups"
-depends=('libcups' 'python')
-provides=('pycups')
-source=(https://github.com/OpenPrinting/pycups/archive/v${pkgver}.tar.gz)
-sha256sums=('cf7e63b07e2dbc6811e77f55cc11d7191799298a6565b83fc028ee3c9da0ad78')
-
-build() {
- cd ${pkgbase}-${pkgver}
- python setup.py build
-}
-
-package() {
- cd ${pkgbase}-${pkgver}
- python setup.py install --root="${pkgdir}" --optimize=1
-}
Copied: pycups/repos/staging-x86_64/PKGBUILD (from rev 430373, pycups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 19:20:04 UTC (rev 430374)
@@ -0,0 +1,25 @@
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: nesl247 <nesl247 at gmail.com>
+
+pkgbase=pycups
+pkgname=('python-pycups')
+pkgver=2.0.1
+pkgrel=5
+arch=('x86_64')
+url="https://github.com/OpenPrinting/pycups"
+license=('GPL')
+pkgdesc="Python bindings for libcups"
+depends=('libcups' 'python')
+provides=('pycups')
+source=(https://github.com/OpenPrinting/pycups/archive/v${pkgver}.tar.gz)
+sha256sums=('cf7e63b07e2dbc6811e77f55cc11d7191799298a6565b83fc028ee3c9da0ad78')
+
+build() {
+ cd ${pkgbase}-${pkgver}
+ python setup.py build
+}
+
+package() {
+ cd ${pkgbase}-${pkgver}
+ python setup.py install --root="${pkgdir}" --optimize=1
+}
More information about the arch-commits
mailing list