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

Johannes Löthberg demize at archlinux.org
Sat Jan 21 19:19:53 UTC 2017


    Date: Saturday, January 21, 2017 @ 19:19:52
  Author: demize
Revision: 208307

python-bleach: remove html5lib from makedepends

Modified:
  python-bleach/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-21 19:18:17 UTC (rev 208306)
+++ PKGBUILD	2017-01-21 19:19:52 UTC (rev 208307)
@@ -10,10 +10,10 @@
 arch=('any')
 license=('Apache')
 
-makedepends=('python-setuptools'
-             'python-html5lib-7-9s'
-             'python2-setuptools'
-             'python2-html5lib-7-9s')
+makedepends=('python'
+             'python-setuptools'
+             'python2'
+             'python2-setuptools')
 
 source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz"
         "html5lib-python-0.9999999.tar.gz::https://github.com/html5lib/html5lib-python/archive/0.9999999.tar.gz"
@@ -34,7 +34,6 @@
 	cd "$srcdir"/bleach-$pkgver
 	python setup.py build
 
-
 	cd "$srcdir"/bleach-$pkgver-python2
 	python2 setup.py build
 }



More information about the arch-commits mailing list