[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:40:51
  Author: arojas
Revision: 1258941

upgpkg: python-soupsieve 2.3.2.post1-1: Update to 2.3.2.post1

Modified:
  python-soupsieve/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:37:11 UTC (rev 1258940)
+++ PKGBUILD2022-07-27 20:40:51 UTC (rev 1258941)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-soupsieve
-pkgver=2.3.1
+pkgver=2.3.2.post1
 pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
@@ -8,14 +8,14 @@
 license=('MIT')
 arch=('any')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
 checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
 
source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac')
+sha512sums=('80eae1e7256cbcf2f2b8520779a5bdb68798e9813ed738ee933204ff1c23ad52553e21f3aa89ad61b900b906dcaa7a1eebd819300417304df782cda9e2d79c4a')
 
 build() {
   cd soupsieve-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -28,7 +28,7 @@
 
 package() {
   cd soupsieve-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
 }



[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

2022-02-23 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 08:50:31
  Author: felixonmars
Revision: 1136254

upgpkg: python-soupsieve 2.3.1-1

Modified:
  python-soupsieve/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 08:25:41 UTC (rev 1136253)
+++ PKGBUILD2022-02-23 08:50:31 UTC (rev 1136254)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-soupsieve
-pkgver=2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
@@ -11,7 +11,7 @@
 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')
+sha512sums=('3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac')
 
 build() {
   cd soupsieve-$pkgver



[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:39:09
  Author: felixonmars
Revision: 1133302

upgpkg: python-soupsieve 2.3-1

Modified:
  python-soupsieve/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 00:17:53 UTC (rev 1133301)
+++ PKGBUILD2022-02-15 00:39:09 UTC (rev 1133302)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-soupsieve
-pkgver=2.2.1
-pkgrel=4
+pkgver=2.3
+pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
 license=('MIT')
@@ -11,7 +11,7 @@
 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')
+sha512sums=('c5d46703aba737c6eea7cc482311fd75dbaaa4929ebf3ed45b580d7e89d1d0be806608adbab974803acd8df5d74435efe1e149bce5cdbd74f77c90bba960859a')
 
 build() {
   cd soupsieve-$pkgver



[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 01:10:32
  Author: felixonmars
Revision: 1061546

upgpkg: python-soupsieve 2.2.1-4: Python 3.10 rebuild

Modified:
  python-soupsieve/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 01:10:04 UTC (rev 1061545)
+++ PKGBUILD2021-12-02 01:10:32 UTC (rev 1061546)
@@ -2,7 +2,7 @@
 
 pkgname=python-soupsieve
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
 license=('MIT')



[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 01:09:55
  Author: foutrelis
Revision: 1061544

Ignore two tests that fail with libxml 2.9.11

Modified:
  python-soupsieve/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 01:09:43 UTC (rev 1061543)
+++ PKGBUILD2021-12-02 01:09:55 UTC (rev 1061544)
@@ -20,7 +20,10 @@
 
 check() {
   cd soupsieve-$pkgver
-  pytest
+  # 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() {



[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

2021-09-07 Thread Morten Linderud via arch-commits
Date: Tuesday, September 7, 2021 @ 21:55:35
  Author: foxboron
Revision: 1012045

upgpkg: python-soupsieve 2.2.1-2: Unreproducible python bytecode

Modified:
  python-soupsieve/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-07 21:53:23 UTC (rev 1012044)
+++ PKGBUILD2021-09-07 21:55:35 UTC (rev 1012045)
@@ -2,7 +2,7 @@
 
 pkgname=python-soupsieve
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
 license=('MIT')



[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

2021-03-19 Thread Felix Yan via arch-commits
Date: Friday, March 19, 2021 @ 19:50:53
  Author: felixonmars
Revision: 894963

upgpkg: python-soupsieve 2.2.1-1

Modified:
  python-soupsieve/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-19 19:50:48 UTC (rev 894962)
+++ PKGBUILD2021-03-19 19:50:53 UTC (rev 894963)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-soupsieve
-pkgver=2.2
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
@@ -11,7 +11,7 @@
 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=('26402c831c19c9b133442dd8ea31363e1eadc3cafe172b933cdbc746df6dc9961e930d4fbe8399b847848bf3fcd5893d2449e912ed0cdf8766468997acf5ee87')
+sha512sums=('c1339cfca237af7f8915b6d644b8271f769f9a37aa68f8acf536236551baaf9bb44a2f2a736f9168a7649cde14d37b8c24614c9491acbf81e3f4fdaea96b4928')
 
 build() {
   cd soupsieve-$pkgver


[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

2021-02-09 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 20:05:10
  Author: felixonmars
Revision: 851506

upgpkg: python-soupsieve 2.2-1

Modified:
  python-soupsieve/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 20:05:08 UTC (rev 851505)
+++ PKGBUILD2021-02-09 20:05:10 UTC (rev 851506)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-soupsieve
-pkgver=2.1.0
+pkgver=2.2
 pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
@@ -11,7 +11,7 @@
 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=('19cd4ee596d189a001bbaf9f047e6c9eff569e2149ef5424bfe55c9b4325d856c957de87d55510335f748aab322dbb847b06b48931fbdeadbcc3790259c69eb1')
+sha512sums=('26402c831c19c9b133442dd8ea31363e1eadc3cafe172b933cdbc746df6dc9961e930d4fbe8399b847848bf3fcd5893d2449e912ed0cdf8766468997acf5ee87')
 
 build() {
   cd soupsieve-$pkgver