Date: Friday, March 13, 2020 @ 22:42:46
  Author: felixonmars
Revision: 596343

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-03-13 22:42:39 UTC (rev 596342)
+++ PKGBUILD    2020-03-13 22:42:46 UTC (rev 596343)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-elementpath
-pkgver=1.4.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=('6fcd13fb582b470a57ca759eae363dc63da5c2a14bf4fedc6b34e26e76fb81f7ad94d23a0893e7b5ee717d654caf66486abe69080dc825025e9dc7ba8835c88d')
-
-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 596342, 
python-elementpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-03-13 22:42:46 UTC (rev 596343)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-elementpath
+pkgver=1.4.2
+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=('511904ba72d5d0b349fd01a1a0976586a41c0ea4b8bc577b64058ef16c1b73419e1864373e845c8c221edf2195229520fdf5659b16f1fca76994011a48e98bce')
+
+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/
+}

Reply via email to