[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2020-10-04 Thread Felix Yan via arch-commits
Date: Sunday, October 4, 2020 @ 06:40:32
  Author: felixonmars
Revision: 717224

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 717223, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-04 06:40:21 UTC (rev 717223)
+++ PKGBUILD2020-10-04 06:40:32 UTC (rev 717224)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.9.2
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="https://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
-sha512sums=('3bac5d57404e0be1e77a1bd560750e831c8636fc5f9b3c05b375c0cf44d6846ed73127a2a7d1d8ca657c21ec33854b8194f76b62820fb627d80a5906229a7454')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-soupsieve')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-soupsieve')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 717223, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-04 06:40:32 UTC (rev 717224)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.9.3
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="https://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
+sha512sums=('e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python-soupsieve')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2-soupsieve')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2020-09-26 Thread Felix Yan via arch-commits
Date: Saturday, September 26, 2020 @ 19:11:37
  Author: felixonmars
Revision: 712522

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 712521, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 19:11:19 UTC (rev 712521)
+++ PKGBUILD2020-09-26 19:11:37 UTC (rev 712522)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="https://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
-sha512sums=('a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-soupsieve')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-soupsieve')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 712521, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 19:11:37 UTC (rev 712522)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.9.2
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="https://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
+sha512sums=('3bac5d57404e0be1e77a1bd560750e831c8636fc5f9b3c05b375c0cf44d6846ed73127a2a7d1d8ca657c21ec33854b8194f76b62820fb627d80a5906229a7454')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python-soupsieve')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2-soupsieve')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2020-05-18 Thread Felix Yan via arch-commits
Date: Monday, May 18, 2020 @ 20:31:56
  Author: felixonmars
Revision: 629702

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 629701, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-18 20:31:36 UTC (rev 629701)
+++ PKGBUILD2020-05-18 20:31:56 UTC (rev 629702)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.9.0
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="https://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
-sha512sums=('8c8d3c23f9e76955e465c6d343addb5165480f59d785755f6550aa3e77e8efe0c3dd4a2f310d485162dc046b05f797a8a6aee96a515d59659c820993e0ee37d7')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-soupsieve')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-soupsieve')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 629701, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-18 20:31:56 UTC (rev 629702)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.9.1
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="https://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
+sha512sums=('a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python-soupsieve')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2-soupsieve')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2019-12-25 Thread Felix Yan via arch-commits
Date: Wednesday, December 25, 2019 @ 09:32:40
  Author: felixonmars
Revision: 540643

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 540642, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-25 09:32:28 UTC (rev 540642)
+++ PKGBUILD2019-12-25 09:32:40 UTC (rev 540643)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.8.1
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="https://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
-sha512sums=('7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-soupsieve')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-soupsieve')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 540642, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-25 09:32:40 UTC (rev 540643)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.8.2
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="https://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
+sha512sums=('aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python-soupsieve')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2-soupsieve')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 08:39:49
  Author: felixonmars
Revision: 528967

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 528966, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 08:39:34 UTC (rev 528966)
+++ PKGBUILD2019-11-15 08:39:49 UTC (rev 528967)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.8.0
-pkgrel=3
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="https://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
-sha512sums=('00e157f8031dbb0e30e49158ca30f9e9207647dd3355edf23c2906b9d0c8b93250669edf5b20372e62546501a0cd2d7e87b793faf30bc122b5544f9358c1a4db')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-soupsieve')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-soupsieve')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 528966, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 08:39:49 UTC (rev 528967)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.8.1
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="https://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
+sha512sums=('7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python-soupsieve')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2-soupsieve')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:18:20
  Author: felixonmars
Revision: 492711

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 492710, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:18:10 UTC (rev 492710)
+++ PKGBUILD2019-07-24 17:18:20 UTC (rev 492711)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-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' 'python-soupsieve' 
'python2-soupsieve')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
-sha512sums=('7aa77bc6008bbcbbbe91b0a850007ab237d2832b63a787fbd94b7cbf47d4276b185e0c61c134df73221406458edff2b75b6b8c2b53b543aa3bb1b0e2202dac5a')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-soupsieve')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-soupsieve')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 492710, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:18:20 UTC (rev 492711)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="https://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+sha512sums=('00e157f8031dbb0e30e49158ca30f9e9207647dd3355edf23c2906b9d0c8b93250669edf5b20372e62546501a0cd2d7e87b793faf30bc122b5544f9358c1a4db')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python-soupsieve')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2-soupsieve')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2019-01-22 Thread Felix Yan via arch-commits
Date: Wednesday, January 23, 2019 @ 06:20:53
  Author: felixonmars
Revision: 427133

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 427132, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  113 ++---
 1 file changed, 56 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-23 06:20:33 UTC (rev 427132)
+++ PKGBUILD2019-01-23 06:20:53 UTC (rev 427133)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.6.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;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
-sha512sums=('0cacae77843326ebee87d108b6706a7ca6943684b62554d2ae5d77dfd181c97435ceca9d3e2e51962b024bbe52bc08d7f0dc516311aa87b3a1f87fb4ae23')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 427132, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-23 06:20:53 UTC (rev 427133)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+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' 'python-soupsieve' 
'python2-soupsieve')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+sha512sums=('7aa77bc6008bbcbbbe91b0a850007ab237d2832b63a787fbd94b7cbf47d4276b185e0c61c134df73221406458edff2b75b6b8c2b53b543aa3bb1b0e2202dac5a')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python-soupsieve')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2-soupsieve')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2018-08-14 Thread Felix Yan via arch-commits
Date: Tuesday, August 14, 2018 @ 08:41:29
  Author: felixonmars
Revision: 371390

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 371389, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-14 08:41:08 UTC (rev 371389)
+++ PKGBUILD2018-08-14 08:41:29 UTC (rev 371390)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.6.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')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
-sha512sums=('598f6be620d6c656bdab6d0d6e767a1ffc695a790dc5e3e8cc0f411555de1c52ef1972c93d0916135375c74e5272dd112f00e5ed2fb12a12c90d5d30d852e91c')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 371389, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-14 08:41:29 UTC (rev 371390)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.6.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;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+sha512sums=('0cacae77843326ebee87d108b6706a7ca6943684b62554d2ae5d77dfd181c97435ceca9d3e2e51962b024bbe52bc08d7f0dc516311aa87b3a1f87fb4ae23')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2017-05-07 Thread Felix Yan
Date: Sunday, May 7, 2017 @ 16:01:55
  Author: felixonmars
Revision: 227268

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 227267, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-07 16:01:34 UTC (rev 227267)
+++ PKGBUILD2017-05-07 16:01:55 UTC (rev 227268)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-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;
-license=('PSF')
-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=('937e0df0d699a1237646f38fd567f0c6')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  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
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  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
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 227267, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-07 16:01:55 UTC (rev 227268)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.6.0
+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')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+sha512sums=('1a7eee4218e58cc3852e71fe4f0892f673bb46a851941264766a38eff8ef05d612d88b4641fcb478ce8f66ac50dc987ca039923c4bbb11867c74813289f7e578')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  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
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  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
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:22:34
  Author: felixonmars
Revision: 184921

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 184920, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:21:51 UTC (rev 184920)
+++ PKGBUILD2016-08-03 03:22:34 UTC (rev 184921)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.5.0
-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')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
-md5sums=('2b3805e0078a2033b269ecea2403acf1')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd beautifulsoup4-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd beautifulsoup4-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 184920, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:22:34 UTC (rev 184921)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.5.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')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+md5sums=('994abd90e691beaf7d42c00ffb2f3a67')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:19:56
  Author: felixonmars
Revision: 183664

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 183663, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  105 +++--
 1 file changed, 55 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 15:19:38 UTC (rev 183663)
+++ PKGBUILD2016-07-21 15:19:56 UTC (rev 183664)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.4.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')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('8fbd9a7cac0704645fa20d1419036815')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 183663, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 15:19:56 UTC (rev 183664)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.5.0
+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')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+md5sums=('2b3805e0078a2033b269ecea2403acf1')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:08:15
  Author: dwallace
Revision: 144645

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 144644, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 00:06:52 UTC (rev 144644)
+++ PKGBUILD2015-10-22 00:08:15 UTC (rev 144645)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.4.0
-pkgrel=2
-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')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('63d1f33e6524f408cb6efbc5da1ae8a5')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 144644, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 00:08:15 UTC (rev 144645)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.4.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')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('8fbd9a7cac0704645fa20d1419036815')
+
+build() {
+  cd "${srcdir}"
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:30:02
  Author: dwallace
Revision: 139636

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 139635, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:29:41 UTC (rev 139635)
+++ PKGBUILD2015-09-08 17:30:02 UTC (rev 139636)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.2
-pkgrel=3
-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')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 139635, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:30:02 UTC (rev 139636)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.4.0
+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')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('63d1f33e6524f408cb6efbc5da1ae8a5')
+
+build() {
+  cd "${srcdir}"
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2015-07-02 Thread Balló György
Date: Thursday, July 2, 2015 @ 16:07:59
  Author: bgyorgy
Revision: 136272

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 136271, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 +++--
 1 file changed, 50 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-02 14:07:54 UTC (rev 136271)
+++ PKGBUILD2015-07-02 14:07:59 UTC (rev 136272)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.2
-pkgrel=2
-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')
-source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
-
-build() {
-  cd ${srcdir}
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 136271, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-02 14:07:59 UTC (rev 136272)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.3.2
+pkgrel=3
+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')
+source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
+
+build() {
+  cd ${srcdir}
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}


[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 23:03:39
  Author: dwallace
Revision: 100373

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 100372, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 22:03:15 UTC (rev 100372)
+++ PKGBUILD2013-11-02 22:03:39 UTC (rev 100373)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.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')
-source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('508095f2784c64114e06856edc1dafed')
-
-build() {
-  cd ${srcdir}
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 100372, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 22:03:39 UTC (rev 100373)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.3.2
+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')
+source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
+
+build() {
+  cd ${srcdir}
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}



[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:21:09
  Author: dwallace
Revision: 93514

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 93513, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-04 21:20:48 UTC (rev 93513)
+++ PKGBUILD2013-07-04 21:21:09 UTC (rev 93514)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.2.0
-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-distribute' 'python2-distribute')
-source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('3e709c68b7705b49635dca0c551a4362')
-
-build() {
-  cd ${srcdir}
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 93513, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-04 21:21:09 UTC (rev 93514)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.2.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-distribute' 'python2-distribute')
+source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('91ea70ce16a5f1f43e58f2ef05651679')
+
+build() {
+  cd ${srcdir}
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}



[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:10:20
  Author: dwallace
Revision: 91448

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 91447, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 +
 1 file changed, 48 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 23:09:56 UTC (rev 91447)
+++ PKGBUILD2013-05-22 23:10:20 UTC (rev 91448)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.1.3
-pkgrel=2
-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-distribute' 'python2-distribute')
-source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('5aece3c0b8a080658155958111fa2fa9')
-
-build() {
-  cd ${srcdir}
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-distribute')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-distribute')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 91447, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 23:10:20 UTC (rev 91448)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.2.0
+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-distribute' 'python2-distribute')
+source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('3e709c68b7705b49635dca0c551a4362')
+
+build() {
+  cd ${srcdir}
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}