mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
etesync-dav: update to 0.32.1, adopt.
This commit is contained in:
parent
2b5ab621c9
commit
ab4a2b742f
1 changed files with 7 additions and 13 deletions
|
@ -1,22 +1,16 @@
|
||||||
# Template file for 'etesync-dav'
|
# Template file for 'etesync-dav'
|
||||||
pkgname=etesync-dav
|
pkgname=etesync-dav
|
||||||
version=0.20.4
|
version=0.32.1
|
||||||
revision=3
|
revision=1
|
||||||
|
archs="x86_64"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"
|
depends="python3-etesync python3-etebase radicale2 python3-Flask python3-Flask-WTF"
|
||||||
checkdepends="$depends python3-pytest"
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="CalDAV and CardDAV frontend for EteSync"
|
short_desc="CalDAV and CardDAV frontend for EteSync"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="http://www.etesync.com"
|
homepage="http://www.etesync.com"
|
||||||
distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
|
||||||
checksum=0f112d0ae98bfb5908d581e392cfba24e7f9f4ccac3109d21173e8c0ab5bc03f
|
checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720
|
||||||
|
make_check=no #there are no tests to run
|
||||||
do_check() {
|
|
||||||
pytest3
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue