python3-icalendar: update to 4.0.7.
This commit is contained in:
parent
e7de40b56a
commit
2937d5bbdd
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-icalendar'
|
# Template file for 'python3-icalendar'
|
||||||
pkgname=python3-icalendar
|
pkgname=python3-icalendar
|
||||||
version=4.0.6
|
version=4.0.7
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="icalendar-${version}"
|
wrksrc="icalendar-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,9 +12,13 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/collective/icalendar"
|
homepage="https://github.com/collective/icalendar"
|
||||||
distfiles="${PYPI_SITE}/i/icalendar/icalendar-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/icalendar/icalendar-${version}.tar.gz"
|
||||||
checksum=7e6fe7232622abe32d8f54d0936ffcd5a9087198a4c2f1ec1803a7dd9fdd979f
|
checksum=0fc18d87f66e0b5da84fa731389496cfe18e4c21304e8f6713556b2e8724a7a4
|
||||||
conflicts="python-icalendar>=0"
|
conflicts="python-icalendar>=0"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH=src python3 -m pytest src/icalendar/tests
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst LICENSE
|
vlicense LICENSE.rst LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue