summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-23 20:20:46 +0200
committerMarcell Meszaros2022-06-23 20:21:06 +0200
commit5db1465033e747bea970f093fe66a4f4d10857ea (patch)
tree268b4e9246de27b462265a34e7a66cdedb58f44d
parent8c97f1342c478eedcd67f304499eb2af0355ce9c (diff)
downloadaur-5db1465033e747bea970f093fe66a4f4d10857ea.tar.gz
bump 1.1-12: drop lxml checkdepends; it's only optional for a few tests
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86e89add548d..da0e38da64ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python2-html5lib
pkgdesc = HTML parser based on the WHATWG HTML specification (for Python 2)
pkgver = 1.1
- pkgrel = 11
+ pkgrel = 12
url = https://pypi.org/project/html5lib-python/1.1/
arch = any
license = MIT
checkdepends = python2-chardet
- checkdepends = python2-lxml
checkdepends = python2-mock
checkdepends = python2-pytest
checkdepends = python2-pytest-expect
diff --git a/PKGBUILD b/PKGBUILD
index 0cbf3bd0e39f..568e9b748736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname='python2-html5lib'
_basename="${pkgname#python2-}"
_distname="${_basename}-python"
pkgver=1.1
-pkgrel=11
+pkgrel=12
pkgdesc='HTML parser based on the WHATWG HTML specification (for Python 2)'
arch=('any')
url="https://pypi.org/project/${_distname}/${pkgver}/"
@@ -25,7 +25,7 @@ optdepends=(
)
checkdepends=(
'python2-chardet'
- 'python2-lxml'
+# 'python2-lxml' # heavy build from AUR, for a few optional tests (skipped if not found)
'python2-mock'
'python2-pytest'
'python2-pytest-expect'