[arch-commits] Commit in python-elementpath/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 10 16:15:41 UTC 2021
Date: Wednesday, February 10, 2021 @ 16:15:41
Author: felixonmars
Revision: 853663
archrelease: copy trunk to community-any
Added:
python-elementpath/repos/community-any/PKGBUILD
(from rev 853662, python-elementpath/trunk/PKGBUILD)
Deleted:
python-elementpath/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-10 16:15:10 UTC (rev 853662)
+++ PKGBUILD 2021-02-10 16:15:41 UTC (rev 853663)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-elementpath
-pkgver=2.1.3
-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-lxml' 'python-pytest' 'python-xmlschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz")
-sha512sums=('d48eef2f4f108b7ef4a3acba58222d4285f55797f9ed9210a0d2ea3b9fe92a08685d8941d3ddace7791bd7f749b8aff6ba4e00c308eb817f453f442d74872fdf')
-
-build() {
- cd elementpath-$pkgver
- python setup.py build
-}
-
-check() {
- cd elementpath-$pkgver
- python -m pytest
-}
-
-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 853662, python-elementpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-10 16:15:41 UTC (rev 853663)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-elementpath
+pkgver=2.1.4
+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-lxml' 'python-pytest' 'python-xmlschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz")
+sha512sums=('a843379abba9d1e66ddbb28048442beb6a640c91197284d41c2446cffbd4e90256dd93b14726560c998d0e294820b3f07620642b831f5b111c5d8e19ebfc64f4')
+
+build() {
+ cd elementpath-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd elementpath-$pkgver
+ python -m pytest
+}
+
+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