[arch-commits] Commit in python-pyspnego/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Mon Jul 11 19:02:10 UTC 2022


    Date: Monday, July 11, 2022 @ 19:02:10
  Author: archange
Revision: 1249628

archrelease: copy trunk to community-any

Added:
  python-pyspnego/repos/community-any/PKGBUILD
    (from rev 1249627, python-pyspnego/trunk/PKGBUILD)
Deleted:
  python-pyspnego/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 19:01:54 UTC (rev 1249627)
+++ PKGBUILD	2022-07-11 19:02:10 UTC (rev 1249628)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=pyspnego
-pkgname=python-${_pkg}
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="SPNEGO Authentication library"
-arch=(any)
-url="https://github.com/jborean93/pyspnego"
-license=(MIT)
-depends=(python-cryptography)
-makedepends=(python-setuptools)
-checkdepends=(cython python-pytest python-pytest-mock python-gssapi python-krb5 python-ruamel-yaml)
-optdepends=('python-gssapi: Kerberos support'
-            'python-krb5: Kerberos support'
-            'python-ruamel-yaml: YAML configuration')
-# No tests in pypi tarball
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('28253f7c0b43ef9d90b2c90a494eea65824331ac41ec353bfbc28e15723d20ca')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="${PWD}"/build/lib pytest -vv --color=yes
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-pyspnego/repos/community-any/PKGBUILD (from rev 1249627, python-pyspnego/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 19:02:10 UTC (rev 1249628)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=pyspnego
+pkgname=python-${_pkg}
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="SPNEGO Authentication library"
+arch=(any)
+url="https://github.com/jborean93/pyspnego"
+license=(MIT)
+depends=(python-cryptography)
+makedepends=(python-setuptools)
+checkdepends=(cython python-pytest python-pytest-mock python-gssapi python-krb5 python-ruamel-yaml)
+optdepends=('python-gssapi: Kerberos support'
+            'python-krb5: Kerberos support'
+            'python-ruamel-yaml: YAML configuration')
+# No tests in pypi tarball
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('83cdece1bfeb4c7ae274533dfff7f64328fa2670085a4dd640e4764f30490042')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}"/build/lib pytest -vv --color=yes
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list