[arch-commits] Commit in python-gssapi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Jul 5 19:36:07 UTC 2021


    Date: Monday, July 5, 2021 @ 19:36:07
  Author: anthraxx
Revision: 972488

archrelease: copy trunk to community-x86_64

Added:
  python-gssapi/repos/community-x86_64/PKGBUILD
    (from rev 972487, python-gssapi/trunk/PKGBUILD)
Deleted:
  python-gssapi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 19:36:01 UTC (rev 972487)
+++ PKGBUILD	2021-07-05 19:36:07 UTC (rev 972488)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Samuel Laurén <samuel.lauren at iki.fi>
-
-pkgname=python-gssapi
-pkgver=1.6.12
-pkgrel=2
-pkgdesc='Provides both low-level and high level wrappers around the GSSAPI C libraries'
-url='https://github.com/pythongssapi/python-gssapi'
-arch=('x86_64')
-license=('ISC')
-depends=('python' 'python-decorator' 'krb5')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-parameterized' 'python-k5test')
-source=("https://github.com/pythongssapi/python-gssapi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('df28677b7ea0c3f9ee9809310f60becba7095ac2614b61a6611662f118cbdcc5522a9be3f8195e04590b8ed7c5ae6bbc695e20902c8e975871fd55fb1997805d')
-b2sums=('2d2798d3e9c249abd67c9dc7426b917b4b54595494aa7331a1f9be6007985bdbc9fc05c624252443a357d5445ed7f93cb2cfb6918ca77feba75ff4e0ad0b56c1')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-gssapi/repos/community-x86_64/PKGBUILD (from rev 972487, python-gssapi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-05 19:36:07 UTC (rev 972488)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Samuel Laurén <samuel.lauren at iki.fi>
+
+pkgname=python-gssapi
+pkgver=1.6.14
+pkgrel=1
+pkgdesc='Provides both low-level and high level wrappers around the GSSAPI C libraries'
+url='https://github.com/pythongssapi/python-gssapi'
+arch=('x86_64')
+license=('ISC')
+depends=('python' 'python-decorator' 'krb5')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-parameterized' 'python-k5test')
+source=("https://github.com/pythongssapi/python-gssapi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('841e0ea803aa29c9034d7dc064a3d440b45521904284529ba201d12d462b9f879df84ba2f8ff29246b382a1495b3b710816c2b0864a3a7eec32338a97b44a51c')
+b2sums=('c72819bfd93c4a1a027abbb3902a549b5bea8a8d17f9d1bbb3e593d17539b0fe4a3bec8f52aee6efe0b19647ecf9a2ffc8d99b6e79ab0f3bc4e066b8e264847a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list