[arch-commits] Commit in python-elementpath/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 31 09:04:35 UTC 2019


    Date: Saturday, August 31, 2019 @ 09:04:34
  Author: felixonmars
Revision: 505686

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-31 09:04:24 UTC (rev 505685)
+++ PKGBUILD	2019-08-31 09:04:34 UTC (rev 505686)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-elementpath
-pkgver=1.2.0
-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=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-xmlschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz")
-sha512sums=('25a63eb40f0258116dbbe866f250cdb7370178575197f81a599126d2153146449645316e71908c15aa78073e7c77324fb3aa5558869d9da9f2721552ca132244')
-
-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-any/PKGBUILD (from rev 505685, python-elementpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-31 09:04:34 UTC (rev 505686)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-elementpath
+pkgver=1.2.1
+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=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-xmlschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz")
+sha512sums=('7f614b5b3dd24f3728063e82f5d126665b99f8a1de1b166fed896ea72e602599ee91074864757ac5e1a50ccf2d061fc516d07e6a58f8534efbdc308b0b5abfaa')
+
+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