New package: python3-semanticversion-2.8.4

This commit is contained in:
bra1nwave 2020-02-14 16:20:03 +01:00 committed by Juan RP
parent 6aa9ab6736
commit c23f52a7cb

View file

@ -0,0 +1,20 @@
# 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
}