Date: Monday, April 10, 2023 @ 11:32:54
  Author: felixonmars
Revision: 473758

archrelease: copy trunk to staging-any

Added:
  python-cssselect/repos/staging-any/PKGBUILD
    (from rev 473757, python-cssselect/trunk/PKGBUILD)
Deleted:
  python-cssselect/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 11:32:46 UTC (rev 473757)
+++ PKGBUILD    2023-04-10 11:32:54 UTC (rev 473758)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-
-pkgname=python-cssselect
-pkgver=1.2.0
-pkgrel=2
-license=('BSD')
-arch=('any')
-url="https://pypi.python.org/pypi/cssselect";
-pkgdesc="A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-lxml' 'python-sybil')
-source=("https://github.com/scrapy/cssselect/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('439f83e37c381f962abcfca0b83050372cbad44179e876591d8504abc2da1d4fe80891c8c8e1763341cf152525259565dc5e80038fa7c14e8c69f22a11f83d94')
-
-build() {
-  cd cssselect-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cssselect-$pkgver
-  pytest
-}
-
-package() {
-  cd cssselect-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cssselect/repos/staging-any/PKGBUILD (from rev 473757, 
python-cssselect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 11:32:54 UTC (rev 473758)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+
+pkgname=python-cssselect
+pkgver=1.2.0
+pkgrel=3
+license=('BSD')
+arch=('any')
+url="https://pypi.python.org/pypi/cssselect";
+pkgdesc="A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-lxml' 'python-sybil')
+source=("https://github.com/scrapy/cssselect/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('439f83e37c381f962abcfca0b83050372cbad44179e876591d8504abc2da1d4fe80891c8c8e1763341cf152525259565dc5e80038fa7c14e8c69f22a11f83d94')
+
+build() {
+  cd cssselect-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cssselect-$pkgver
+  pytest
+}
+
+package() {
+  cd cssselect-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to