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

Felix Yan felixonmars at archlinux.org
Sun Dec 13 21:28:41 UTC 2020


    Date: Sunday, December 13, 2020 @ 21:28:41
  Author: felixonmars
Revision: 774552

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-13 21:28:30 UTC (rev 774551)
+++ PKGBUILD	2020-12-13 21:28:41 UTC (rev 774552)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-soupsieve
-pkgver=2.0.1
-pkgrel=3
-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=('f4ef4deee81bb31952e1d3216250712f09b425e7a2253e15bd1b38cb74b680e421e7d086a8770737898f6b57867f07f2dd07b8a98108d05e338bce92b274b85f')
-
-build() {
-  cd soupsieve-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd soupsieve-$pkgver
-  pytest
-}
-
-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 774551, python-soupsieve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-13 21:28:41 UTC (rev 774552)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-soupsieve
+pkgver=2.1.0
+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=('19cd4ee596d189a001bbaf9f047e6c9eff569e2149ef5424bfe55c9b4325d856c957de87d55510335f748aab322dbb847b06b48931fbdeadbcc3790259c69eb1')
+
+build() {
+  cd soupsieve-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd soupsieve-$pkgver
+  pytest
+}
+
+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