[arch-commits] Commit in python-xmlsec/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 21 06:54:04 UTC 2020


    Date: Thursday, May 21, 2020 @ 06:54:03
  Author: felixonmars
Revision: 631048

upgpkg: python-xmlsec 1.3.7-1

Modified:
  python-xmlsec/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 06:40:42 UTC (rev 631047)
+++ PKGBUILD	2020-05-21 06:54:03 UTC (rev 631048)
@@ -1,18 +1,20 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-xmlsec
-pkgver=1.3.6
-pkgrel=2
+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-pkgconfig' 'python-lxml' 'xmlsec')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
+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=('ccfbe4c8266a5340f67331eac35174ae2cc175ce32ea8482c8b9757275466f058a5977ce62f39bce3c3abeda28988455c93302362c7f219d7b88b44ef245e972')
+sha512sums=('87949b445ac962e68467c9466275cb72cb17cedd7736046997e1b2f70d80c6159f5740577b7762f9f4518a1bb9c0e1553061010118d6eb688c276335532fa6d5')
 
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
 build() {
   cd python-xmlsec-$pkgver
   python setup.py build
@@ -20,7 +22,8 @@
 
 check() {
   cd python-xmlsec-$pkgver
-  python setup.py pytest || warning "https://github.com/mehcode/python-xmlsec/issues/84"
+  # https://github.com/mehcode/python-xmlsec/issues/84
+  python setup.py pytest || :
 }
 
 package() {



More information about the arch-commits mailing list