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

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 25 13:49:28 UTC 2021


    Date: Saturday, December 25, 2021 @ 13:49:27
  Author: arojas
Revision: 1083631

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 13:49:17 UTC (rev 1083630)
+++ PKGBUILD	2021-12-25 13:49:27 UTC (rev 1083631)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=python-beautifulsoup4
-pkgver=4.9.3
-pkgrel=6
-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')
-depends=('python-soupsieve')
-optdepends=('python-chardet: to autodetect character encodings'
-            'python-lxml: alternative HTML parser'
-            'python-html5lib: alternative HTML parser')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz")
-sha512sums=('e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34')
-
-build() {
-  cd beautifulsoup4-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd beautifulsoup4-$pkgver/build
-  pytest
-}
-
-package() {
-  cd beautifulsoup4-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 1083630, python-beautifulsoup4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-25 13:49:27 UTC (rev 1083631)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=python-beautifulsoup4
+pkgver=4.10.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')
+depends=('python-soupsieve')
+optdepends=('python-chardet: to autodetect character encodings'
+            'python-lxml: alternative HTML parser'
+            'python-html5lib: alternative HTML parser')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz")
+sha512sums=('92be99ed0fd479b86519395143516e28f7b80f54a8251223d6e7b88dc98f8dfca9585079f5f1d89bfe68f577de3dff433711642486303203f46bc76754959a18')
+
+build() {
+  cd beautifulsoup4-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd beautifulsoup4-$pkgver
+  pytest
+}
+
+package() {
+  cd beautifulsoup4-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list