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

Felix Yan felixonmars at archlinux.org
Wed Jan 23 06:20:36 UTC 2019


    Date: Wednesday, January 23, 2019 @ 06:20:33
  Author: felixonmars
Revision: 427132

upgpkg: python-beautifulsoup4 4.7.1-1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 06:20:06 UTC (rev 427131)
+++ PKGBUILD	2019-01-23 06:20:33 UTC (rev 427132)
@@ -4,16 +4,16 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.6.3
+pkgver=4.7.1
 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"
 license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 'python2-soupsieve')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz")
-sha512sums=('0cacae77843326ebee87d108b6706a7ca6943684bcccc62554d2ae5d77dfd181c97435ceca9d3e2e51962b024bbe52bc08d7f0dc516311aa87b3a1f87fb4ae23')
+sha512sums=('7aa77bc6008bbcbbbe91b0a850007ab237d2832b63a787fbd94b7cbf47d4276b185e0c61c134df73221406458edff2b75b6b8c2b53b543aa3bb1b0e2202dac5a')
 
 prepare() {
   cp -a beautifulsoup4-$pkgver{,-py2}
@@ -36,7 +36,7 @@
 }
 
 package_python-beautifulsoup4() {
-  depends=('python')
+  depends=('python-soupsieve')
   optdepends=('python-chardet: to autodetect character encodings'
               'python-lxml: alternative HTML parser'
               'python-html5lib: alternative HTML parser')
@@ -46,7 +46,7 @@
 }
 
 package_python2-beautifulsoup4() {
-  depends=('python2')
+  depends=('python2-soupsieve')
   optdepends=('python2-chardet: to autodetect character encodings'
               'python2-lxml: alternative HTML parser'
               'python2-html5lib: alternative HTML parser')



More information about the arch-commits mailing list