Version: 0.16.8, Package name: vdirsyncer-0.16.8 |
Maintained by: Remi Locherer |
Master sites: |
Description Vdirsyncer synchronizes your calendars and addressbooks between two storages. The most popular purpose is to synchronize a CalDAV/CardDAV server with a local folder or file. The local data can then be accessed via a variety of programs, none of which have to know or worry about syncing to a server. |
Filesize: 113.104 KB |
Version History (View Complete History) |
|
2020-12-09 19:20:31 by Daniel Dickman | Files touched by this commit (45) |
Log message: update py-sphinx to 1.5.6 main changes are: - add a new dep on py-requests - undo the no longer needed iftex.sty workaround - move MODPY variables to more standard location - regen plist Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the 1.5 series. This means we have to update PLISTs for about 20+ ports as a result of this version update. Hopefully future updates of py-sphinx won't be quite as involved. ok sthen@ |
2020-12-01 17:50:26 by Daniel Dickman | Files touched by this commit (4) |
Log message: py-sphinx no longer depends on py-sphinx_rtd_theme Release 1.4 of py-sphinx made this dependency optional. So adapt the port to match. Instead we add a BUILD_DEP on py-sphinx_rtd_theme to the 3 ports that actually depend on it. This may make updating py-sphinx_rtd_theme a bit easier to update in the future as fewer consumers would need testing. ok kmos@, sthen@ |
2020-11-26 18:59:28 by Daniel Dickman | Files touched by this commit (10) |
Log message: update py-sphinx_rtd_theme to 0.4.3 This update was submitted by Aisha Tammy as part of the batch of diffs to get py-sphinx updated. However updating the rtd theme port also requires regenerating packing lists for these consumers of py-sphinx: devel/luacheck devel/py-virtualenv productivity/vdirsyncer |
2020-08-12 13:48:29 by Remi Locherer | Files touched by this commit (5) |
Log message: Update vdirsyncer to version 0.16.8. The patch "patch-docs_conf_py" is now included and not needed anymore. Backport two simple patches from master. They are needed for vdirsyncer to work with newer click versions. ok sthen@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-08-03 11:08:45 by Kurt Mosiejczuk | Files touched by this commit (2) |
Log message: Fix build of vdirsyncer with setuptools_scm 3.3.3 vdirsyncer calls setuptools_scm from within sphinx which is a no-no. Fix it with patch from From https://github.com/pimutils/vdirsyncer/pull/799/ OK remi@ sthen@ |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-25 08:29:53 by Klemens Nanni | Files touched by this commit (70) |
Log message: Convert devel/py-test consumers to new MODPY_PYTEST lang/python/python.port.mk revision 1.102 and 1.103 added MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the usual pytest dance. This removes hand-rolled do-tests from all 70 ports by setting MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV as needed. From Kurt Mosiejczuk <kurt at cranky dot work>, thanks! OK sthen |
2018-08-16 15:37:55 by Remi Locherer | Files touched by this commit (1) |
Log message: Add www/py-requests-oauthlib as additional dependency. This allows vdirsyncer to synchronize contactc and calendars with google. ok danj@ |
2018-08-11 03:28:31 by Remi Locherer | Files touched by this commit (2) |
Log message: update to vdirsyncer 0.16.7 ok danj@ |
2017-08-31 10:30:23 by Daniel Jakots | Files touched by this commit (3) |
Log message: Update to vdirsyncer-0.16.2 From Remi Locherer (maintainer) |
2017-03-18 08:44:26 by Stuart Henderson | Files touched by this commit (1) |
Log message: BDEP on py-setuptools_scm, spotted by naddy |