pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-m2r py-m2r: updated to 0.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70c41270922b
branches:  trunk
changeset: 313923:70c41270922b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 14 12:10:47 2018 +0000

description:
py-m2r: updated to 0.2.1

Version 0.2.1:
Add --disable-inline-math and m2r_disable_inline_math sphinx option

diffstat:

 textproc/py-m2r/ALTERNATIVES |   2 +-
 textproc/py-m2r/Makefile     |   6 +++---
 textproc/py-m2r/PLIST        |   4 ++--
 textproc/py-m2r/distinfo     |  10 +++++-----
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (53 lines):

diff -r 78dc447836fb -r 70c41270922b textproc/py-m2r/ALTERNATIVES
--- a/textproc/py-m2r/ALTERNATIVES      Sun Oct 14 12:09:56 2018 +0000
+++ b/textproc/py-m2r/ALTERNATIVES      Sun Oct 14 12:10:47 2018 +0000
@@ -1,1 +1,1 @@
-bin/m2r @PREFIX@/bin/m2r@PYVERSSUFFIX@
+bin/m2r @PREFIX@/bin/m2r-@PYVERSSUFFIX@
diff -r 78dc447836fb -r 70c41270922b textproc/py-m2r/Makefile
--- a/textproc/py-m2r/Makefile  Sun Oct 14 12:09:56 2018 +0000
+++ b/textproc/py-m2r/Makefile  Sun Oct 14 12:10:47 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/08/16 11:39:04 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/10/14 12:10:47 adam Exp $
 
-DISTNAME=      m2r-0.2.0
+DISTNAME=      m2r-0.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/m2r/}
@@ -17,7 +17,7 @@
 USE_LANGUAGES= # none
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} m2r m2r${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} m2r m2r-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 78dc447836fb -r 70c41270922b textproc/py-m2r/PLIST
--- a/textproc/py-m2r/PLIST     Sun Oct 14 12:09:56 2018 +0000
+++ b/textproc/py-m2r/PLIST     Sun Oct 14 12:10:47 2018 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2017/08/15 16:56:50 wiz Exp $
-bin/m2r${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.5 2018/10/14 12:10:47 adam Exp $
+bin/m2r-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff -r 78dc447836fb -r 70c41270922b textproc/py-m2r/distinfo
--- a/textproc/py-m2r/distinfo  Sun Oct 14 12:09:56 2018 +0000
+++ b/textproc/py-m2r/distinfo  Sun Oct 14 12:10:47 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/08/16 11:39:04 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/10/14 12:10:47 adam Exp $
 
-SHA1 (m2r-0.2.0.tar.gz) = a8da99cfb8d964fbd1404eff8fe3782dfa2ff3a6
-RMD160 (m2r-0.2.0.tar.gz) = e44179f7e94a9bd10945707e470bbafaf6ab7304
-SHA512 (m2r-0.2.0.tar.gz) = 165e20c68dc4dadad3fa5ebb7c4ebfd9e8971e3529e30aa964cbc820bf8f01c7cf9bfbfedd35ffe7e9651d20e5e5a4e09a4a3f130cdd07b5524edebce88618b1
-Size (m2r-0.2.0.tar.gz) = 15818 bytes
+SHA1 (m2r-0.2.1.tar.gz) = 85aba7e05a3392df254c52bcc63a80905141854d
+RMD160 (m2r-0.2.1.tar.gz) = dc80b1d19e91fe822e0005315d15cdbfaaca2742
+SHA512 (m2r-0.2.1.tar.gz) = 4e68e8d5a2d4645d2f7c68c0412b24e1f69845af344a96b8a7120106117e9f08ebeba1ddf0351e33dc6eeb475f89836caf1eefe6168ad003750bfa9081534bbe
+Size (m2r-0.2.1.tar.gz) = 16058 bytes



Home | Main Index | Thread Index | Old Index