586ff2d587
Version 0.7.4 ============= *released on 22 December 2015* - Improved error messages instead of faulty server behavior, see :gh:`290` and :gh:`300`. - Safer shutdown of threadpool, avoid exceptions, see :gh:`291`. - Fix a sync bug for read-only storages see commmit `ed22764921b2e5bf6a934cf14aa9c5fede804d8e`. - Etag changes are no longer sufficient to trigger sync operations. An actual content change is also necessary. See :gh:`257`. - :storage:`remotestorage` now automatically opens authentication dialogs in your configured GUI browser. - **Packagers:** ``lxml>=3.1`` is now required (newer lower-bound version).
35 lines
1.4 KiB
Makefile
35 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2015/12/27 23:41:25 wiz Exp $
|
|
|
|
DISTNAME= vdirsyncer-0.7.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/
|
|
COMMENT= Synchronization tool for vdir
|
|
LICENSE= mit
|
|
|
|
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>=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>=3.1:../../textproc/py-lxml
|
|
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
|
|
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib-[0-9]*:../../security/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}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|