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

Daniel M. Capella polyzen at archlinux.org
Fri Feb 21 18:17:57 UTC 2020


    Date: Friday, February 21, 2020 @ 18:17:56
  Author: polyzen
Revision: 577840

upgpkg: python-sphinxcontrib-htmlhelp 1.0.3-1

Modified:
  python-sphinxcontrib-htmlhelp/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 18:17:44 UTC (rev 577839)
+++ PKGBUILD	2020-02-21 18:17:56 UTC (rev 577840)
@@ -2,8 +2,8 @@
 
 _name=sphinxcontrib-htmlhelp
 pkgname=python-sphinxcontrib-htmlhelp
-pkgver=1.0.2
-pkgrel=4
+pkgver=1.0.3
+pkgrel=1
 pkgdesc='Sphinx extension which renders HTML help files'
 arch=('any')
 url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
@@ -11,13 +11,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-html5lib' 'python-pytest' 'python-sphinx')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422')
+sha256sums=('e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b')
 
-prepare() {
-  cd $_name-$pkgver
-  rm -r tests/__pycache__
-}
-
 build() {
   cd $_name-$pkgver
   python setup.py build



More information about the arch-commits mailing list