New package: python3-parver-0.3.1

This commit is contained in:
Evgeny Ermakov 2021-12-31 11:01:30 +11:00 committed by classabbyamp
parent cfb923113a
commit 15e758e976
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'python3-parver'
pkgname=python3-parver
version=0.3.1
revision=1
wrksrc="parver-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Arpeggio python3-attrs python3-six"
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=db9cb60d6fa8fa5fe88af7016c26846a297dec8ce30f4966f29edf1351e4a544
post_install() {
vlicense LICENSE
}