diff --git a/srcpkgs/etesync-dav/patches/add-missing-colon.diff b/srcpkgs/etesync-dav/patches/add-missing-colon.diff new file mode 100644 index 00000000000..3938c57abc8 --- /dev/null +++ b/srcpkgs/etesync-dav/patches/add-missing-colon.diff @@ -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"', + ] + diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template index 667f5ec8563..d87b0fe51da 100644 --- a/srcpkgs/etesync-dav/template +++ b/srcpkgs/etesync-dav/template @@ -9,7 +9,8 @@ checkdepends="$depends python3-pytest" short_desc="CalDAV and CardDAV frontend for EteSync" maintainer="DragonGhost7 " 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" checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720 -make_check=no #there are no tests to run +make_check=no # there are no tests to run