Date: Monday, April 10, 2023 @ 05:09:46
  Author: felixonmars
Revision: 1443637

archrelease: copy trunk to community-staging-any

Added:
  python-elementpath/repos/community-staging-any/PKGBUILD
    (from rev 1443635, python-elementpath/trunk/PKGBUILD)
Deleted:
  python-elementpath/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 05:09:44 UTC (rev 1443636)
+++ PKGBUILD    2023-04-10 05:09:46 UTC (rev 1443637)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-elementpath
-pkgver=4.1.0
-_commit=67e9fbee98c5b144db9fdc8b9cb0b5d09b660b7a
-pkgrel=2
-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-staging-any/PKGBUILD (from rev 
1443635, python-elementpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 05:09:46 UTC (rev 1443637)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-elementpath
+pkgver=4.1.0
+_commit=67e9fbee98c5b144db9fdc8b9cb0b5d09b660b7a
+pkgrel=3
+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/
+}

Reply via email to