python3-changelogs: update to 0.15.0.
This commit is contained in:
parent
5f500c3e73
commit
728475ca2b
1 changed files with 5 additions and 6 deletions
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'python3-changelogs'
|
||||
pkgname=python3-changelogs
|
||||
version=0.14.0
|
||||
revision=3
|
||||
version=0.15.0
|
||||
revision=1
|
||||
wrksrc="changelogs-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="changelogs"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-requests python3-lxml python3-packaging python3-validators
|
||||
python3-gitchangelog"
|
||||
depends="python3-requests python3-lxml python3-packaging
|
||||
python3-validators python3-gitchangelog"
|
||||
short_desc="Changelog finder and parser for vendors like PyPi and npm"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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
|
||||
checksum=d2c14fd7c0847effe2f8eaebf33d77c7872c60f246aa592ca6906a1b32c02b9c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue