pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-landslide
Module Name: pkgsrc
Committed By: kamil
Date: Sat May 11 22:07:01 UTC 2019
Modified Files:
pkgsrc/www/py-landslide: Makefile distinfo
Log Message:
py-landslide: Fix compatibility with py3 and markdown 3+
Register missing dependenct on py-six in order to fix py3 version.
Cherry-pick upstream patch for compatibility with markdown 3+.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-landslide/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-landslide/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-landslide/Makefile
diff -u pkgsrc/www/py-landslide/Makefile:1.2 pkgsrc/www/py-landslide/Makefile:1.3
--- pkgsrc/www/py-landslide/Makefile:1.2 Sun Feb 26 15:39:59 2017
+++ pkgsrc/www/py-landslide/Makefile Sat May 11 22:07:01 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/02/26 15:39:59 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/11 22:07:01 kamil Exp $
GITHUB_PROJECT= landslide
DISTNAME= landslide-1.1.3
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=adamzap/}
@@ -17,6 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*
DEPENDS+= ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/landslide \
Index: pkgsrc/www/py-landslide/distinfo
diff -u pkgsrc/www/py-landslide/distinfo:1.1 pkgsrc/www/py-landslide/distinfo:1.2
--- pkgsrc/www/py-landslide/distinfo:1.1 Sat Feb 25 14:53:49 2017
+++ pkgsrc/www/py-landslide/distinfo Sat May 11 22:07:01 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/02/25 14:53:49 kamil Exp $
+$NetBSD: distinfo,v 1.2 2019/05/11 22:07:01 kamil Exp $
SHA1 (landslide-1.1.3.tar.gz) = 07e5adbe9c0264a66c348a92aebea1d64f2baea2
RMD160 (landslide-1.1.3.tar.gz) = 03eb20ea51997234a50b0aac0995f8b3ec286bd7
SHA512 (landslide-1.1.3.tar.gz) = ba46dca4a93630ef700b2d5a6e1871d5ffbeb9943c165a00874ed9d931693c4b8d824658105792ca05e4d17d017066d4075b04c2a82d565749ee21670f8dc240
Size (landslide-1.1.3.tar.gz) = 150998 bytes
+SHA1 (patch-src_landslide_parser.py) = 918b96e85298c2631422f7ce099ca4b05436ce14
Home |
Main Index |
Thread Index |
Old Index