mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-semver: update to 3.0.1.
This commit is contained in:
parent
e8a46c0016
commit
6c99d6d64f
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-semver'
|
||||
pkgname=python3-semver
|
||||
version=2.13.0
|
||||
revision=2
|
||||
version=3.0.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_target="test_semver.py"
|
||||
hostmakedepends="python3-wheel"
|
||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest-cov"
|
||||
short_desc="Python package to work with Semantic Versioning"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/python-semver/python-semver"
|
||||
homepage="https://python-semver.readthedocs.io/en/latest/"
|
||||
changelog="https://raw.githubusercontent.com/python-semver/python-semver/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/s/semver/semver-${version}.tar.gz"
|
||||
checksum=fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f
|
||||
checksum=9ec78c5447883c67b97f98c3b6212796708191d22e4ad30f4570f840171cbce1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue