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

Felix Yan felixonmars at archlinux.org
Fri May 22 14:07:37 UTC 2020


    Date: Friday, May 22, 2020 @ 14:07:37
  Author: felixonmars
Revision: 631563

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-22 14:07:19 UTC (rev 631562)
+++ PKGBUILD	2020-05-22 14:07:37 UTC (rev 631563)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-xmlsec
-pkgver=1.3.7
-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=('87949b445ac962e68467c9466275cb72cb17cedd7736046997e1b2f70d80c6159f5740577b7762f9f4518a1bb9c0e1553061010118d6eb688c276335532fa6d5')
-
-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 631562, python-xmlsec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-22 14:07:37 UTC (rev 631563)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-xmlsec
+pkgver=1.3.8
+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=('db1a80443b0f86f84eb6256a9d67827da023b989c6b24cdfc0588b34c7a120071758ccc7b21b0b105f0a6e879a4769a325794b8db82c0c41ec12004cd7ea185c')
+
+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