main/py3-elementpath: adopt aport

This commit is contained in:
Celeste 2024-06-15 03:05:04 +00:00
parent a54832fdcb
commit 2ffc1f4066

View File

@ -1,8 +1,8 @@
# Contributor: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=py3-elementpath
pkgver=4.4.0
pkgrel=0
pkgrel=1
pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
url="https://github.com/sissaschool/elementpath"
arch="noarch"
@ -11,7 +11,7 @@ makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest py3-lxml"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/elementpath-$pkgver/"
builddir="$srcdir/elementpath-$pkgver"
build() {
gpep517 build-wheel \