diff options
Diffstat (limited to 'time/py-vdirsyncer/Makefile')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 939c8644396..13f25346da2 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2016/01/02 10:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/02/01 13:11:53 wiz Exp $ -DISTNAME= vdirsyncer-0.7.5 +DISTNAME= vdirsyncer-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/} @@ -21,8 +21,6 @@ DEPENDS+= ${PYPKGPREFIX}-lxml>=3.1:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-requests>=2.9.1:../../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 |