From bfd12f81aefe5346da95ef8e77ef71d5b10b01ad Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 14 Aug 2015 17:53:33 +0000 Subject: Update to 0.6.0: Version 0.6.0 ============= *released on 06 August 2015* - ``password_command`` invocations with non-zero exit code are now fatal (and will abort synchronization) instead of just producing a warning. - Vdirsyncer is now able to synchronize metadata of collections. Set ``metadata = ["displayname"]`` and run ``vdirsyncer metasync``. - **Packagers:** Don't use the GitHub tarballs, but the PyPI ones. - **Packagers:** ``build.sh`` is gone, and ``Makefile`` is included in tarballs. See the content of ``Makefile`` on how to run tests post-packaging. - ``verify_fingerprint`` doesn't automatically disable ``verify`` anymore. --- time/py-vdirsyncer/Makefile | 9 ++------- time/py-vdirsyncer/PLIST | 12 ++++++++++-- time/py-vdirsyncer/distinfo | 8 ++++---- 3 files changed, 16 insertions(+), 13 deletions(-) (limited to 'time') diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 08ebc5e4815..4da383b3ab0 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2015/07/20 10:43:46 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/08/14 17:53:33 wiz Exp $ -DISTNAME= vdirsyncer-0.5.2 +DISTNAME= vdirsyncer-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ @@ -20,14 +19,10 @@ DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt # optional, but recommended DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm USE_LANGUAGES= # none INSTALLATION_DIRS= share/examples/${PKGBASE} PLIST_SUBST+= PKGBASE=${PKGBASE} -post-install: - ${INSTALL_DATA} ${WRKSRC}/example.cfg ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/ - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-vdirsyncer/PLIST b/time/py-vdirsyncer/PLIST index 8885ae7b90d..ab8a2bac834 100644 --- a/time/py-vdirsyncer/PLIST +++ b/time/py-vdirsyncer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/05/31 13:20:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2015/08/14 17:53:33 wiz Exp $ bin/vdirsyncer ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -27,6 +27,12 @@ ${PYSITELIB}/vdirsyncer/exceptions.pyo ${PYSITELIB}/vdirsyncer/log.py ${PYSITELIB}/vdirsyncer/log.pyc ${PYSITELIB}/vdirsyncer/log.pyo +${PYSITELIB}/vdirsyncer/metasync.py +${PYSITELIB}/vdirsyncer/metasync.pyc +${PYSITELIB}/vdirsyncer/metasync.pyo +${PYSITELIB}/vdirsyncer/repair.py +${PYSITELIB}/vdirsyncer/repair.pyc +${PYSITELIB}/vdirsyncer/repair.pyo ${PYSITELIB}/vdirsyncer/storage/__init__.py ${PYSITELIB}/vdirsyncer/storage/__init__.pyc ${PYSITELIB}/vdirsyncer/storage/__init__.pyo @@ -66,4 +72,6 @@ ${PYSITELIB}/vdirsyncer/utils/password.pyo ${PYSITELIB}/vdirsyncer/utils/vobject.py ${PYSITELIB}/vdirsyncer/utils/vobject.pyc ${PYSITELIB}/vdirsyncer/utils/vobject.pyo -share/examples/${PKGBASE}/example.cfg +${PYSITELIB}/vdirsyncer/version.py +${PYSITELIB}/vdirsyncer/version.pyc +${PYSITELIB}/vdirsyncer/version.pyo diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 6e00ce94171..067b267eb42 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2015/07/20 10:43:46 wiz Exp $ +$NetBSD: distinfo,v 1.17 2015/08/14 17:53:33 wiz Exp $ -SHA1 (vdirsyncer-0.5.2.tar.gz) = 8ebbe6bfcdd276080ab29a0f8dc06531ae34ab6d -RMD160 (vdirsyncer-0.5.2.tar.gz) = 39fca92bc8573f17b6225d52246efb2dd3f06515 -Size (vdirsyncer-0.5.2.tar.gz) = 77916 bytes +SHA1 (vdirsyncer-0.6.0.tar.gz) = 2343d140cd1d2f3467ad0b5a2d2438b33d290ef1 +RMD160 (vdirsyncer-0.6.0.tar.gz) = 0c05d5539b5c20c2f7222ec367e327500fa6fed4 +Size (vdirsyncer-0.6.0.tar.gz) = 82066 bytes -- cgit v1.2.3