mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python3-parver: update to 0.4.
This commit is contained in:
parent
36253f7784
commit
0b5d8b7a39
1 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# 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"
|
||||
version=0.4
|
||||
revision=1
|
||||
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>"
|
||||
|
@ -12,7 +12,8 @@ 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
|
||||
checksum=ffc75ffb4a80a91c6d1dc74d00e593f81d1dceda4b523a62683f2d93f15d0cfe
|
||||
make_check_pre="env PYTHONPATH=src"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue