Skip to content

Commit

Permalink
Update to 0.2.4:
Browse files Browse the repository at this point in the history
Version 0.2.4
=============

*released on 18 August 2014*

- Include workaround for collection discovery with latest version of Radicale.

- Include metadata files such as the changelog or license in source
  distribution, see issues `#97`_ and `#98`_.

.. _`#97`: pimutils/vdirsyncer#97
.. _`#98`: pimutils/vdirsyncer#98
  • Loading branch information
wiz committed Aug 18, 2014
1 parent 7c3b70c commit d0f0fb0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 7 additions & 2 deletions time/py-vdirsyncer/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2014/08/18 09:48:44 wiz Exp $
# $NetBSD: Makefile,v 1.2 2014/08/18 11:04:21 wiz Exp $

DISTNAME= vdirsyncer-0.2.3
DISTNAME= vdirsyncer-0.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time
MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/
Expand All @@ -11,6 +11,11 @@ COMMENT= Synchronization tool for vdir
LICENSE= mit

USE_LANGUAGES= # none
INSTALLATION_DIRS= share/example/${PKGBASE}
PLIST_SUBST+= PKGBASE=${PKGBASE}

post-install:
${INSTALL_DATA} ${WRKSRC}/example.cfg ${DESTDIR}${PREFIX}/share/example/${PKGBASE}/

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
3 changes: 2 additions & 1 deletion time/py-vdirsyncer/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/08/18 09:48:44 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2014/08/18 11:04:21 wiz Exp $
bin/vdirsyncer
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -51,3 +51,4 @@ ${PYSITELIB}/vdirsyncer/utils/compat.pyo
${PYSITELIB}/vdirsyncer/utils/vobject.py
${PYSITELIB}/vdirsyncer/utils/vobject.pyc
${PYSITELIB}/vdirsyncer/utils/vobject.pyo
share/example/${PKGBASE}/example.cfg
8 changes: 4 additions & 4 deletions time/py-vdirsyncer/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/08/18 09:48:44 wiz Exp $
$NetBSD: distinfo,v 1.2 2014/08/18 11:04:21 wiz Exp $

SHA1 (vdirsyncer-0.2.3.tar.gz) = 5b383386612f4f749a57de8102c772b4e08afd56
RMD160 (vdirsyncer-0.2.3.tar.gz) = 1c41955d2b222684594587cca5a28b53d7e7e23c
Size (vdirsyncer-0.2.3.tar.gz) = 24408 bytes
SHA1 (vdirsyncer-0.2.4.tar.gz) = 24dfc43c6377cea431dacef34cb3d8fef0eda7a5
RMD160 (vdirsyncer-0.2.4.tar.gz) = ca65d36fe99444a6c58d2feafa13c6677614a611
Size (vdirsyncer-0.2.4.tar.gz) = 37092 bytes

0 comments on commit d0f0fb0

Please sign in to comment.