pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-landslide py-landslide: Fix compatibility with ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/21f0b4f60cf1
branches: trunk
changeset: 333661:21f0b4f60cf1
user: kamil <kamil%pkgsrc.org@localhost>
date: Sat May 11 22:07:01 2019 +0000
description:
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.
diffstat:
www/py-landslide/Makefile | 4 +++-
www/py-landslide/distinfo | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 8a05d9f907ba -r 21f0b4f60cf1 www/py-landslide/Makefile
--- a/www/py-landslide/Makefile Sat May 11 22:02:24 2019 +0000
+++ b/www/py-landslide/Makefile Sat May 11 22:07:01 2019 +0000
@@ -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}-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 \
diff -r 8a05d9f907ba -r 21f0b4f60cf1 www/py-landslide/distinfo
--- a/www/py-landslide/distinfo Sat May 11 22:02:24 2019 +0000
+++ b/www/py-landslide/distinfo Sat May 11 22:07:01 2019 +0000
@@ -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