19 lines
653 B
Bash
19 lines
653 B
Bash
# Template file for 'python3-semanticversion'
|
|
pkgname=python3-semanticversion
|
|
version=2.8.5
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Semantic version comparison (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/rbarrois/python-semanticversion/"
|
|
changelog="https://raw.githubusercontent.com/rbarrois/python-semanticversion/master/ChangeLog"
|
|
distfiles="${PYPI_SITE}/s/semantic-version/semantic_version-${version}.tar.gz"
|
|
checksum=d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|