New package: python3-semanticversion-2.8.4
This commit is contained in:
parent
6aa9ab6736
commit
c23f52a7cb
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-semanticversion/template
Normal file
20
srcpkgs/python3-semanticversion/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue