mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/py3-elementpath: adopt aport
This commit is contained in:
parent
a54832fdcb
commit
2ffc1f4066
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user