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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 9 20:13:40 UTC 2021


    Date: Thursday, September 9, 2021 @ 20:13:40
  Author: felixonmars
Revision: 1013155

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-09 20:13:31 UTC (rev 1013154)
+++ PKGBUILD	2021-09-09 20:13:40 UTC (rev 1013155)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-xmlsec
-pkgver=1.3.11
-pkgrel=1
-pkgdesc="Python bindings for the XML Security Library"
-url="https://github.com/mehcode/python-xmlsec"
-license=('MIT')
-arch=('x86_64')
-depends=('python-lxml' 'xmlsec')
-makedepends=('python-pip' 'python-pkgconfig' 'python-setuptools-scm')
-checkdepends=('python-hypothesis' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mehcode/python-xmlsec/archive/$pkgver.tar.gz")
-sha512sums=('fe0144d67edcad366b1d0f4615983f5630afd8f22aa056f46d1e6564f1c3114c0a469675e64a06591540515b0d12b5bf9304845f5138b24e15acaf4e5b861961')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd python-xmlsec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-xmlsec-$pkgver
-  # https://github.com/mehcode/python-xmlsec/issues/84
-  python setup.py pytest || :
-}
-
-package() {
-  cd python-xmlsec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-xmlsec/repos/community-x86_64/PKGBUILD (from rev 1013154, python-xmlsec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-09 20:13:40 UTC (rev 1013155)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-xmlsec
+pkgver=1.3.12
+pkgrel=1
+pkgdesc="Python bindings for the XML Security Library"
+url="https://github.com/mehcode/python-xmlsec"
+license=('MIT')
+arch=('x86_64')
+depends=('python-lxml' 'xmlsec')
+makedepends=('python-pip' 'python-pkgconfig' 'python-setuptools-scm')
+checkdepends=('python-hypothesis' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mehcode/python-xmlsec/archive/$pkgver.tar.gz")
+sha512sums=('19c5e3bf58b4b0f8a1cca3e60c08348b02ae298620f8c02b8cfb325aecf0313cb2bd1af89507b754ebe4c35af3b031e232d15ddcd42deae0821c9c0d7571aa7c')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd python-xmlsec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-xmlsec-$pkgver
+  # https://github.com/mehcode/python-xmlsec/issues/84
+  python setup.py pytest || :
+}
+
+package() {
+  cd python-xmlsec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list