summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-20 16:52:46 +0000
committeradam <adam@pkgsrc.org>2019-09-20 16:52:46 +0000
commit252ca5a7ac272eced31373a7e19ac1319dddccda (patch)
tree0d544b255a89cf650d63920a32b4f18cf6e981d7 /time
parentc747058889295e00a716e45025e8dd4e647233d6 (diff)
downloadpkgsrc-252ca5a7ac272eced31373a7e19ac1319dddccda.tar.gz
py-jrnl: prefer py-cryptodome over py-crypto; bump revision
Diffstat (limited to 'time')
-rw-r--r--time/py-jrnl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/time/py-jrnl/Makefile b/time/py-jrnl/Makefile
index aa813edd1e1..d623cfc7e03 100644
--- a/time/py-jrnl/Makefile
+++ b/time/py-jrnl/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2017/12/20 11:08:06 leot Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/20 16:52:46 adam Exp $
DISTNAME= jrnl-1.9.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time python
GITHUB_PROJECT= jrnl
MASTER_SITES= ${MASTER_SITE_GITHUB:=maebert/}
MAINTAINER= leot@NetBSD.org
-HOMEPAGE= http://jrnl.sh/
+HOMEPAGE= https://jrnl.sh/
COMMENT= Command line journal application
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-crypto>=2.6:../../security/py-crypto
+DEPENDS+= ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.2:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-keyring>=3.3:../../security/py-keyring
DEPENDS+= ${PYPKGPREFIX}-keyrings.alt>=1.3:../../security/py-keyrings.alt
@@ -26,6 +27,5 @@ USE_LANGUAGES= # none
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/jrnl ${DESTDIR}${PREFIX}/bin/jrnl-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"