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

Felix Yan felixonmars at archlinux.org
Tue Jan 3 05:14:05 UTC 2017


    Date: Tuesday, January 3, 2017 @ 05:14:04
  Author: felixonmars
Revision: 204591

upgpkg: python-beautifulsoup4 4.5.3-1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-03 05:05:40 UTC (rev 204590)
+++ PKGBUILD	2017-01-03 05:14:04 UTC (rev 204591)
@@ -5,8 +5,8 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.5.1
-pkgrel=2
+pkgver=4.5.3
+pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping"
 arch=('any')
 url="http://www.crummy.com/software/BeautifulSoup/index.html"
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz")
-md5sums=('994abd90e691beaf7d42c00ffb2f3a67')
+md5sums=('937e0df0d699a1237646f38fd567f0c6')
 
 prepare() {
   cp -a beautifulsoup4-$pkgver{,-py2}
@@ -38,8 +38,9 @@
 
 package_python-beautifulsoup4() {
   depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-              'python-lxml: pythonic binding for the libxml2 and libxslt libraries')
+  optdepends=('python-chardet: to autodetect character encodings'
+              'python-lxml: alternative HTML parser'
+              'python-html5lib: alternative HTML parser')
 
   cd beautifulsoup4-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -47,8 +48,9 @@
 
 package_python2-beautifulsoup4() {
   depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-              'python2-lxml: pythonic binding for the libxml2 and libxslt libraries')
+  optdepends=('python2-chardet: to autodetect character encodings'
+              'python2-lxml: alternative HTML parser'
+              'python2-html5lib: alternative HTML parser')
 
   cd beautifulsoup4-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list