diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-04 12:06:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-04 12:06:24 +0000 |
commit | ead63e455a36d8d511cdecdd1e46fa9a3dd76926 (patch) | |
tree | ee417ec4c4bc7689b0239275773d176838b9231d /time | |
parent | f8b0bb2406efc6466cf17c6c69e887446c2467ef (diff) | |
download | pkgsrc-ead63e455a36d8d511cdecdd1e46fa9a3dd76926.tar.gz |
Depend on py-atomicwrites, because it's required. Bump PKGREVISION.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index fa37a3a880a..13a4fa9f1c9 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2015/02/01 19:52:51 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/02/04 12:06:24 wiz Exp $ DISTNAME= vdirsyncer-0.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= time MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ @@ -12,12 +13,14 @@ LICENSE= mit EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps +DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-icalendar>=3.6:../../time/py-icalendar -DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbelt +# optional, but recommended +DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring USE_LANGUAGES= # none INSTALLATION_DIRS= share/example/${PKGBASE} |