[arch-commits] Commit in python-beautifulsoup4/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jul 29 03:34:26 UTC 2018


    Date: Sunday, July 29, 2018 @ 03:34:26
  Author: felixonmars
Revision: 363960

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-29 03:34:13 UTC (rev 363959)
+++ PKGBUILD	2018-07-29 03:34:26 UTC (rev 363960)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.6.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')
-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
-}

Copied: python-beautifulsoup4/repos/community-staging-any/PKGBUILD (from rev 363959, python-beautifulsoup4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-29 03:34:26 UTC (rev 363960)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list