summaryrefslogtreecommitdiff
path: root/time/py-vdirsyncer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/py-vdirsyncer/Makefile')
-rw-r--r--time/py-vdirsyncer/Makefile14
1 files changed, 10 insertions, 4 deletions
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}