[arch-commits] Commit in python-krb5/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:29:03 UTC 2021


    Date: Friday, December 3, 2021 @ 00:29:02
  Author: felixonmars
Revision: 1063796

archrelease: copy trunk to community-staging-x86_64

Added:
  python-krb5/repos/community-staging-x86_64/PKGBUILD
    (from rev 1063794, python-krb5/trunk/PKGBUILD)
Deleted:
  python-krb5/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:29:02 UTC (rev 1063795)
+++ PKGBUILD	2021-12-03 00:29:02 UTC (rev 1063796)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=krb5
-pkgname=python-${_pkg}
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="krb5 API interface"
-arch=(x86_64)
-url="https://github.com/jborean93/pykrb5"
-license=(MIT)
-depends=(python krb5)
-makedepends=(cython python-setuptools)
-checkdepends=(python-pytest python-k5test)
-# 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=('efba34f2e114517414a9e497adbf5f0272c6fe7ced9a004119ea5c1ef293f1e3')
-
-build() {
-  cd py${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd py${_pkg}-${pkgver}
-  local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest -v
-}
-
-package() {
-  cd py${_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-krb5/repos/community-staging-x86_64/PKGBUILD (from rev 1063794, python-krb5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:29:02 UTC (rev 1063796)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=krb5
+pkgname=python-${_pkg}
+pkgver=0.1.2
+pkgrel=3
+pkgdesc="krb5 API interface"
+arch=(x86_64)
+url="https://github.com/jborean93/pykrb5"
+license=(MIT)
+depends=(python krb5)
+makedepends=(cython python-setuptools)
+checkdepends=(python-pytest python-k5test)
+# 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=('efba34f2e114517414a9e497adbf5f0272c6fe7ced9a004119ea5c1ef293f1e3')
+
+build() {
+  cd py${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd py${_pkg}-${pkgver}
+  local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest -v
+}
+
+package() {
+  cd py${_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