[arch-commits] Commit in python-elementpath/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 18:18:04 UTC 2019


    Date: Thursday, October 31, 2019 @ 18:18:04
  Author: foutrelis
Revision: 521638

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 18:18:03 UTC (rev 521637)
+++ PKGBUILD	2019-10-31 18:18:04 UTC (rev 521638)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-elementpath
-pkgver=1.3.1
-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=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-xmlschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz")
-sha512sums=('14688c0c5f77f1ed236f8f97a72770ee5536b4060e4de273a5d74006a6f48ee4ee0662dc9607b1685cefdc4d439ee60aa0f18f60ea18e8d525f319558148ec71')
-
-build() {
-  cd elementpath-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd elementpath-$pkgver
-  python setup.py pytest || warning "missing it_IT locale for testing"
-}
-
-package() {
-  cd elementpath-$pkgver
-  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 521636, python-elementpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 18:18:04 UTC (rev 521638)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-elementpath
+pkgver=1.3.1
+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=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-xmlschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz")
+sha512sums=('14688c0c5f77f1ed236f8f97a72770ee5536b4060e4de273a5d74006a6f48ee4ee0662dc9607b1685cefdc4d439ee60aa0f18f60ea18e8d525f319558148ec71')
+
+build() {
+  cd elementpath-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd elementpath-$pkgver
+  python setup.py pytest || warning "missing it_IT locale for testing"
+}
+
+package() {
+  cd elementpath-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list