20 lines
677 B
Bash
20 lines
677 B
Bash
# Template file for 'python3-semver'
|
|
pkgname=python3-semver
|
|
version=3.0.1
|
|
revision=2
|
|
build_style=python3-pep517
|
|
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://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=9ec78c5447883c67b97f98c3b6212796708191d22e4ad30f4570f840171cbce1
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|