20 lines
695 B
Bash
20 lines
695 B
Bash
# Template file for 'python3-semanticversion'
|
|
pkgname=python3-semanticversion
|
|
version=2.8.5
|
|
revision=2
|
|
wrksrc="semantic_version-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Semantic version comparison (Python3)"
|
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|
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
|
|
}
|