void-packages/srcpkgs/python3-parver/template

20 lines
728 B
Bash

# Template file for 'python3-parver'
pkgname=python3-parver
version=0.3.1
revision=2
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
}