Date: Thursday, December 2, 2021 @ 12:00:53
  Author: foutrelis
Revision: 1061713

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-02 12:00:52 UTC (rev 1061712)
+++ PKGBUILD    2021-12-02 12:00:53 UTC (rev 1061713)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Giovanni Scafora <[email protected]>
-
-pkgname=python-beautifulsoup4
-pkgver=4.9.3
-pkgrel=5
-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-staging-any/PKGBUILD (from rev 
1061711, python-beautifulsoup4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-12-02 12:00:53 UTC (rev 1061713)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <[email protected]>
+
+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
+}

Reply via email to