[arch-commits] Commit in python-pyspnego/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Mon Mar 21 13:51:34 UTC 2022
Date: Monday, March 21, 2022 @ 13:51:34
Author: archange
Revision: 1166869
archrelease: copy trunk to community-any
Added:
python-pyspnego/repos/community-any/PKGBUILD
(from rev 1166868, python-pyspnego/trunk/PKGBUILD)
Deleted:
python-pyspnego/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-21 13:51:08 UTC (rev 1166868)
+++ PKGBUILD 2022-03-21 13:51:34 UTC (rev 1166869)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=pyspnego
-pkgname=python-${_pkg}
-pkgver=0.5.0
-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=('beb16941d093be0cf4b4833d646f92e5ce79e588ab37be2975d109cccd87527f')
-
-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 1166868, python-pyspnego/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-21 13:51:34 UTC (rev 1166869)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=pyspnego
+pkgname=python-${_pkg}
+pkgver=0.5.1
+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=('d72f3397664e10fd9c37c6f337f3fc6e95694a68c8728ee7d6db194a10a68584')
+
+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