New package: python3-changelogs-0.14.0.
This commit is contained in:
parent
09f0a9dfec
commit
1f1d752bd4
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-changelogs/template
Normal file
22
srcpkgs/python3-changelogs/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'python3-changelogs'
|
||||
pkgname=python3-changelogs
|
||||
version=0.14.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="changelogs-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="changelogs"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-requests python3-lxml python3-packaging python3-validators
|
||||
python3-gitchangelog"
|
||||
short_desc="Changelog finder and parser for vendors like PyPi and npm"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pyupio/changelogs"
|
||||
changelog="https://raw.githubusercontent.com/pyupio/changelogs/master/HISTORY.rst"
|
||||
distfiles="https://github.com/pyupio/changelogs/archive/${version}.tar.gz"
|
||||
checksum=90f5e631e580f928b732e3941a5ce26520ba53879bd95daab57018e01dbfabc7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue