void-packages/srcpkgs/python3-semanticversion/template
2020-02-14 20:00:13 +01:00

21 lines
708 B
Bash

# Template file for 'python3-semanticversion'
pkgname=python3-semanticversion
version=2.8.4
revision=1
archs=noarch
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=352459f640f3db86551d8054d1288608b29a96e880c7746f0a59c92879d412a3
post_install() {
vlicense LICENSE
}