mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-icalendar: update to 4.0.6.
- Fix xlint errors. - Remove obsolete do_check
This commit is contained in:
parent
70cdd41639
commit
d7e1434b29
1 changed files with 4 additions and 10 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-icalendar'
|
# Template file for 'python-icalendar'
|
||||||
pkgname=python-icalendar
|
pkgname=python-icalendar
|
||||||
version=4.0.3
|
version=4.0.6
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="icalendar-${version}"
|
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
wrksrc="icalendar-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="icalendar"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-dateutil python-pytz"
|
depends="python-setuptools python-dateutil python-pytz"
|
||||||
checkdepends="python3-dateutil python3-pytz python3-pytest python3-hypothesis"
|
checkdepends="python3-dateutil python3-pytz python3-pytest python3-hypothesis"
|
||||||
|
@ -14,20 +13,15 @@ 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=07c2447a1d44cbb27c90b8c6a5c98e890cc1853c6223e2a52195cddec26c6356
|
checksum=7e6fe7232622abe32d8f54d0936ffcd5a9087198a4c2f1ec1803a7dd9fdd979f
|
||||||
alternatives="icalendar:icalendar:/usr/bin/icalendar2"
|
alternatives="icalendar:icalendar:/usr/bin/icalendar2"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 setup.py test
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst LICENSE
|
vlicense LICENSE.rst LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-icalendar_package() {
|
python3-icalendar_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="icalendar"
|
|
||||||
depends="python3-setuptools python3-dateutil python3-pytz"
|
depends="python3-setuptools python3-dateutil python3-pytz"
|
||||||
alternatives="icalendar:icalendar:/usr/bin/icalendar3"
|
alternatives="icalendar:icalendar:/usr/bin/icalendar3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue