mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
New package: etesync-dav-0.16.0
This commit is contained in:
parent
d5a2a16826
commit
298c7c833e
1 changed files with 20 additions and 0 deletions
20
srcpkgs/etesync-dav/template
Normal file
20
srcpkgs/etesync-dav/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'etesync-dav'
|
||||
pkgname=etesync-dav
|
||||
version=0.16.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="etesync-dav-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"
|
||||
checkdepends="$depends python3-pytest"
|
||||
short_desc="CalDAV and CardDAV frontend for EteSync"
|
||||
maintainer="projectmoon <projectmoon@agnos.is>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="http://www.etesync.com"
|
||||
distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
|
||||
checksum="c9ec3f39bd9a096823f5439aa3d7a3a93b7dfdf19fdef8a1f9ed3c48b3280de4"
|
||||
|
||||
do_check() {
|
||||
pytest3
|
||||
}
|
Loading…
Add table
Reference in a new issue