mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
etesync-dav: fix build.
This commit is contained in:
parent
88467c6101
commit
a0524a809a
2 changed files with 18 additions and 2 deletions
15
srcpkgs/etesync-dav/patches/add-missing-colon.diff
Normal file
15
srcpkgs/etesync-dav/patches/add-missing-colon.diff
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
See https://github.com/etesync/etesync-dav/pull/293.
|
||||||
|
|
||||||
|
diff --git a/setup.py b/setup.py
|
||||||
|
index a69cd1a..77c7fc5 100644
|
||||||
|
--- a/setup.py
|
||||||
|
+++ b/setup.py
|
||||||
|
@@ -115,7 +115,7 @@ INSTALL_REQUIRES = [
|
||||||
|
'Flask>=1.1.1',
|
||||||
|
'Flask-WTF>=0.14.2,<1.0.0',
|
||||||
|
'requests[socks]>=2.21',
|
||||||
|
- 'types-setuptools>=50.0.0'
|
||||||
|
+ 'types-setuptools>=50.0.0',
|
||||||
|
'pyobjc-framework-Cocoa>=7.0.0 ; sys_platform=="darwin"',
|
||||||
|
]
|
||||||
|
|
|
@ -9,7 +9,8 @@ checkdepends="$depends python3-pytest"
|
||||||
short_desc="CalDAV and CardDAV frontend for EteSync"
|
short_desc="CalDAV and CardDAV frontend for EteSync"
|
||||||
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="http://www.etesync.com"
|
homepage="https://www.etesync.com"
|
||||||
|
changelog="https://raw.githubusercontent.com/etesync/etesync-dav/master/ChangeLog.md"
|
||||||
distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
|
||||||
checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720
|
checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720
|
||||||
make_check=no #there are no tests to run
|
make_check=no # there are no tests to run
|
||||||
|
|
Loading…
Add table
Reference in a new issue