pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-jrnl py-jrnl: prefer py-cryptodome over py-cry...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2305004ca901
branches:  trunk
changeset: 340009:2305004ca901
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 20 16:52:46 2019 +0000

description:
py-jrnl: prefer py-cryptodome over py-crypto; bump revision

diffstat:

 time/py-jrnl/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 3ae3662fec99 -r 2305004ca901 time/py-jrnl/Makefile
--- a/time/py-jrnl/Makefile     Fri Sep 20 16:51:25 2019 +0000
+++ b/time/py-jrnl/Makefile     Fri Sep 20 16:52:46 2019 +0000
@@ -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@localhost
-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 @@
 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"



Home | Main Index | Thread Index | Old Index