21 lines
745 B
Bash
21 lines
745 B
Bash
# Template file for 'python3-parver'
|
|
pkgname=python3-parver
|
|
version=0.4
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3-Arpeggio python3-attrs"
|
|
checkdepends="${depends} python3-hypothesis python3-pretend python3-pytest"
|
|
short_desc="Allows parsing and manipulation of PEP 440 version numbers"
|
|
maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/RazerM/parver"
|
|
changelog="https://raw.githubusercontent.com/RazerM/parver/master/CHANGELOG.md"
|
|
distfiles="https://github.com/RazerM/parver/archive/${version}.tar.gz"
|
|
checksum=ffc75ffb4a80a91c6d1dc74d00e593f81d1dceda4b523a62683f2d93f15d0cfe
|
|
make_check_pre="env PYTHONPATH=src"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|