From 53ea4b3b3ca4cc011d21ac63fb1a5180e8339f35 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 6 Nov 2015 11:06:56 +0000 Subject: Update py-vdirsyncer to 0.7.3. Add more (new) dependencies. Version 0.7.3 ============= *released on 05 November 2015* - Make remotestorage-dependencies actually optional. Version 0.7.2 ============= *released on 05 November 2015* - Un-break testsuite. Version 0.7.1 ============= *released on 05 November 2015* - **Packagers:** The setuptools extras ``keyring`` and ``remotestorage`` have been added. They're basically optional dependencies. See ``setup.py`` for more details. - Highly experimental remoteStorage support has been added. It may be completely overhauled or even removed in any version. - Removed mentions of old ``password_command`` in documentation. Version 0.7.0 ============= *released on 27 October 2015* - **Packagers:** New dependencies are ``click_threading``, ``click_log`` and ``click>=5.0``. - ``password_command`` is gone. Keyring support got completely overhauled. See :doc:`keyring`. --- time/py-vdirsyncer/Makefile | 14 ++++++++++---- time/py-vdirsyncer/PLIST | 17 ++++++++++------- time/py-vdirsyncer/distinfo | 10 +++++----- 3 files changed, 25 insertions(+), 16 deletions(-) (limited to 'time/py-vdirsyncer') diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index dfe02512a56..d5042adbf84 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2015/09/02 11:03:12 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/11/06 11:06:56 wiz Exp $ -DISTNAME= vdirsyncer-0.6.0 +DISTNAME= vdirsyncer-0.7.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time -MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ +MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/ @@ -14,13 +14,19 @@ EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites -DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click +DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click +DEPENDS+= ${PYPKGPREFIX}-click-log-[0-9]*:../../devel/py-click-log +DEPENDS+= ${PYPKGPREFIX}-click-threading-[0-9]*:../../devel/py-click-threading DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib-[0-9]*:../../devel/py-requests-oauthlib DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt # optional, but recommended DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring +# tests need DAV_SERVER and REMOTESTORAGE_SERVER environment variables set +#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test + USE_LANGUAGES= # none INSTALLATION_DIRS= share/examples/${PKGBASE} PLIST_SUBST+= PKGBASE=${PKGBASE} diff --git a/time/py-vdirsyncer/PLIST b/time/py-vdirsyncer/PLIST index ab8a2bac834..0fa93f10399 100644 --- a/time/py-vdirsyncer/PLIST +++ b/time/py-vdirsyncer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/08/14 17:53:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2015/11/06 11:06:56 wiz Exp $ bin/vdirsyncer ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -12,15 +12,18 @@ ${PYSITELIB}/vdirsyncer/__init__.pyo ${PYSITELIB}/vdirsyncer/cli/__init__.py ${PYSITELIB}/vdirsyncer/cli/__init__.pyc ${PYSITELIB}/vdirsyncer/cli/__init__.pyo +${PYSITELIB}/vdirsyncer/cli/config.py +${PYSITELIB}/vdirsyncer/cli/config.pyc +${PYSITELIB}/vdirsyncer/cli/config.pyo +${PYSITELIB}/vdirsyncer/cli/fetchparams.py +${PYSITELIB}/vdirsyncer/cli/fetchparams.pyc +${PYSITELIB}/vdirsyncer/cli/fetchparams.pyo ${PYSITELIB}/vdirsyncer/cli/tasks.py ${PYSITELIB}/vdirsyncer/cli/tasks.pyc ${PYSITELIB}/vdirsyncer/cli/tasks.pyo ${PYSITELIB}/vdirsyncer/cli/utils.py ${PYSITELIB}/vdirsyncer/cli/utils.pyc ${PYSITELIB}/vdirsyncer/cli/utils.pyo -${PYSITELIB}/vdirsyncer/doubleclick.py -${PYSITELIB}/vdirsyncer/doubleclick.pyc -${PYSITELIB}/vdirsyncer/doubleclick.pyo ${PYSITELIB}/vdirsyncer/exceptions.py ${PYSITELIB}/vdirsyncer/exceptions.pyc ${PYSITELIB}/vdirsyncer/exceptions.pyo @@ -51,6 +54,9 @@ ${PYSITELIB}/vdirsyncer/storage/http.pyo ${PYSITELIB}/vdirsyncer/storage/memory.py ${PYSITELIB}/vdirsyncer/storage/memory.pyc ${PYSITELIB}/vdirsyncer/storage/memory.pyo +${PYSITELIB}/vdirsyncer/storage/remotestorage.py +${PYSITELIB}/vdirsyncer/storage/remotestorage.pyc +${PYSITELIB}/vdirsyncer/storage/remotestorage.pyo ${PYSITELIB}/vdirsyncer/storage/singlefile.py ${PYSITELIB}/vdirsyncer/storage/singlefile.pyc ${PYSITELIB}/vdirsyncer/storage/singlefile.pyo @@ -66,9 +72,6 @@ ${PYSITELIB}/vdirsyncer/utils/compat.pyo ${PYSITELIB}/vdirsyncer/utils/http.py ${PYSITELIB}/vdirsyncer/utils/http.pyc ${PYSITELIB}/vdirsyncer/utils/http.pyo -${PYSITELIB}/vdirsyncer/utils/password.py -${PYSITELIB}/vdirsyncer/utils/password.pyc -${PYSITELIB}/vdirsyncer/utils/password.pyo ${PYSITELIB}/vdirsyncer/utils/vobject.py ${PYSITELIB}/vdirsyncer/utils/vobject.pyc ${PYSITELIB}/vdirsyncer/utils/vobject.pyo diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 13d0d5f0e8b..8a183cf724e 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2015/11/02 23:31:44 agc Exp $ +$NetBSD: distinfo,v 1.19 2015/11/06 11:06:56 wiz Exp $ -SHA1 (vdirsyncer-0.6.0.tar.gz) = 2343d140cd1d2f3467ad0b5a2d2438b33d290ef1 -RMD160 (vdirsyncer-0.6.0.tar.gz) = 0c05d5539b5c20c2f7222ec367e327500fa6fed4 -SHA512 (vdirsyncer-0.6.0.tar.gz) = 7ffcb12cd6470b18e145b467c1d68059b9bc23b4c3b00eca5120dcd2a7e18d2e1a8d4ca401e0e6df665ebbeb24476c89fa61f78fa5dd97e1a6dad4b5509963ae -Size (vdirsyncer-0.6.0.tar.gz) = 82066 bytes +SHA1 (vdirsyncer-0.7.3.tar.gz) = 4822d5e316b2aa250cf7e8d0317ed55d18c7c955 +RMD160 (vdirsyncer-0.7.3.tar.gz) = cfafeb2318ab8f2ebe741c62b77c0f45365002a6 +SHA512 (vdirsyncer-0.7.3.tar.gz) = 2da410c8e3f8fb472a0d0ea508c23dee1feb978cc1f4acc51372d72441b9dfd1ce26dcbb42bacc366b10806267fb9a644ca1a4ab5640acf39d1792862488f745 +Size (vdirsyncer-0.7.3.tar.gz) = 82883 bytes -- cgit v1.2.3