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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 15 00:39:22 UTC 2022


    Date: Tuesday, February 15, 2022 @ 00:39:21
  Author: felixonmars
Revision: 1133303

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 00:39:09 UTC (rev 1133302)
+++ PKGBUILD	2022-02-15 00:39:21 UTC (rev 1133303)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-soupsieve
-pkgver=2.2.1
-pkgrel=4
-pkgdesc="A CSS4 selector implementation for Beautiful Soup"
-url="https://github.com/facelessuser/soupsieve"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 'python-lxml')
-source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('c1339cfca237af7f8915b6d644b8271f769f9a37aa68f8acf536236551baaf9bb44a2f2a736f9168a7649cde14d37b8c24614c9491acbf81e3f4fdaea96b4928')
-
-build() {
-  cd soupsieve-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd soupsieve-$pkgver
-  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
-  pytest \
-    --deselect tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html \
-    --deselect tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
-}
-
-package() {
-  cd soupsieve-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-soupsieve/repos/community-any/PKGBUILD (from rev 1133302, python-soupsieve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-15 00:39:21 UTC (rev 1133303)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-soupsieve
+pkgver=2.3
+pkgrel=1
+pkgdesc="A CSS4 selector implementation for Beautiful Soup"
+url="https://github.com/facelessuser/soupsieve"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 'python-lxml')
+source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('c5d46703aba737c6eea7cc482311fd75dbaaa4929ebf3ed45b580d7e89d1d0be806608adbab974803acd8df5d74435efe1e149bce5cdbd74f77c90bba960859a')
+
+build() {
+  cd soupsieve-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd soupsieve-$pkgver
+  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
+  pytest \
+    --deselect tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html \
+    --deselect tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
+}
+
+package() {
+  cd soupsieve-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



More information about the arch-commits mailing list