From c23f52a7cb969d55ee10a9878fdd43dd570ce6c9 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 14 Feb 2020 16:20:03 +0100 Subject: [PATCH] New package: python3-semanticversion-2.8.4 --- srcpkgs/python3-semanticversion/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-semanticversion/template diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template new file mode 100644 index 00000000000..0ccf3c01142 --- /dev/null +++ b/srcpkgs/python3-semanticversion/template @@ -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 " +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 +}