Date: Saturday, March 25, 2023 @ 01:14:06
Author: felixonmars
Revision: 1427781
archrelease: copy trunk to community-testing-any
Added:
python-elementpath/repos/community-testing-any/PKGBUILD
(from rev 1427780, python-elementpath/trunk/PKGBUILD)
Deleted:
python-elementpath/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-25 01:13:53 UTC (rev 1427780)
+++ PKGBUILD 2023-03-25 01:14:06 UTC (rev 1427781)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-elementpath
-pkgver=4.0.1
-_commit=13e8b265b76a45881d8ba79332da9ff5093257fc
-pkgrel=1
-pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
-url="https://github.com/sissaschool/elementpath"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
-source=("git+https://github.com/sissaschool/elementpath.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd elementpath
- python setup.py build
-}
-
-check() {
- cd elementpath
- python -m pytest
-}
-
-package() {
- cd elementpath
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-elementpath/repos/community-testing-any/PKGBUILD (from rev
1427780, python-elementpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-25 01:14:06 UTC (rev 1427781)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-elementpath
+pkgver=4.1.0
+_commit=67e9fbee98c5b144db9fdc8b9cb0b5d09b660b7a
+pkgrel=1
+pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+url="https://github.com/sissaschool/elementpath"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
+source=("git+https://github.com/sissaschool/elementpath.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd elementpath
+ python setup.py build
+}
+
+check() {
+ cd elementpath
+ python -m pytest
+}
+
+package() {
+ cd elementpath
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}