Date: Monday, April 10, 2023 @ 06:11:27
Author: felixonmars
Revision: 1443668
archrelease: copy trunk to community-staging-any
Added:
python-pyquery/repos/community-staging-any/PKGBUILD
(from rev 1443667, python-pyquery/trunk/PKGBUILD)
Deleted:
python-pyquery/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 06:11:22 UTC (rev 1443667)
+++ PKGBUILD 2023-04-10 06:11:27 UTC (rev 1443668)
@@ -1,33 +0,0 @@
-# Maintainer : Felix Yan <[email protected]>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Arnau Sanchez <tokland {at} gmail {dot} com>
-
-pkgname=python-pyquery
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="A jquery-like library for python."
-arch=('any')
-url="https://github.com/gawel/pyquery/"
-license=('BSD')
-depends=('python-lxml' 'python-cssselect')
-optdepends=('python-webob: query wsgi app')
-makedepends=('python-setuptools')
-checkdepends=('python-requests' 'python-webob' 'python-pytest'
'python-webtest')
-source=("https://github.com/gawel/pyquery/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0c44ca00ee30922e72aff23764d4a6a8ab9f4df684de77703b69b87af4b461ee2338ef5fb134dce280926e2575b976a1b86d16b1234e13fc450811e4874a34e9')
-
-build() {
- cd pyquery-$pkgver
- python setup.py build
-}
-
-check() {
- cd pyquery-$pkgver
- pytest
-}
-
-package() {
- cd pyquery-$pkgver
- python setup.py install -O1 --root="$pkgdir"
- install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-pyquery/repos/community-staging-any/PKGBUILD (from rev 1443667,
python-pyquery/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 06:11:27 UTC (rev 1443668)
@@ -0,0 +1,33 @@
+# Maintainer : Felix Yan <[email protected]>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Arnau Sanchez <tokland {at} gmail {dot} com>
+
+pkgname=python-pyquery
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="A jquery-like library for python."
+arch=('any')
+url="https://github.com/gawel/pyquery/"
+license=('BSD')
+depends=('python-lxml' 'python-cssselect')
+optdepends=('python-webob: query wsgi app')
+makedepends=('python-setuptools')
+checkdepends=('python-requests' 'python-webob' 'python-pytest'
'python-webtest')
+source=("https://github.com/gawel/pyquery/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('0c44ca00ee30922e72aff23764d4a6a8ab9f4df684de77703b69b87af4b461ee2338ef5fb134dce280926e2575b976a1b86d16b1234e13fc450811e4874a34e9')
+
+build() {
+ cd pyquery-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd pyquery-$pkgver
+ pytest
+}
+
+package() {
+ cd pyquery-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+ install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}