[arch-commits] Commit in python-sphinxcontrib-htmlhelp/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Jun 11 18:55:49 UTC 2019
Date: Tuesday, June 11, 2019 @ 18:55:48
Author: polyzen
Revision: 480512
upgpkg: python-sphinxcontrib-htmlhelp 1.0.2-1
Modified:
python-sphinxcontrib-htmlhelp/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-11 17:43:08 UTC (rev 480511)
+++ PKGBUILD 2019-06-11 18:55:48 UTC (rev 480512)
@@ -2,7 +2,7 @@
_name=sphinxcontrib-htmlhelp
pkgname=python-sphinxcontrib-htmlhelp
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Sphinx extension which renders HTML help files'
arch=('any')
@@ -12,8 +12,13 @@
makedepends=('python-setuptools')
checkdepends=('python-html5lib' 'python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('0d691ca8edf5995fbacfe69b191914256071a94cbad03c3688dca47385c9206c')
+sha256sums=('4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422')
+prepare() {
+ cd $_name-$pkgver
+ rm -r tests/__pycache__
+}
+
build() {
cd $_name-$pkgver
python setup.py build
More information about the arch-commits
mailing list