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.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/429c3189afe1
branches:  trunk
changeset: 389884:429c3189afe1
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 12 08:19:43 2022 +0000

description:
py-m2r: updated to 0.3.1

Version 0.3.0

* Drop support for Python 2.7, 3.4, 3.5, and 3.6
* Add compatibility with docutils 0.19
* Sync up assertion with changes in argparse
* Limit mistune dependency version range

diffstat:

 textproc/py-m2r/Makefile |  11 +++++------
 textproc/py-m2r/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r e0fe0c1a7535 -r 429c3189afe1 textproc/py-m2r/Makefile
--- a/textproc/py-m2r/Makefile  Mon Dec 12 07:57:18 2022 +0000
+++ b/textproc/py-m2r/Makefile  Mon Dec 12 08:19:43 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2022/01/05 15:41:25 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/12 08:19:43 adam Exp $
 
-DISTNAME=      m2r-0.2.1
+DISTNAME=      m2r-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/m2r/}
 
@@ -13,16 +12,16 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-mistune-[0-9]*:../../textproc/py-mistune
+TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONED_DEPENDENCIES= pygments:test
+USE_PKG_RESOURCES=     yes
 
-USE_PKG_RESOURCES=     yes
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} m2r m2r-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e0fe0c1a7535 -r 429c3189afe1 textproc/py-m2r/distinfo
--- a/textproc/py-m2r/distinfo  Mon Dec 12 07:57:18 2022 +0000
+++ b/textproc/py-m2r/distinfo  Mon Dec 12 08:19:43 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:23:07 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/12/12 08:19:43 adam Exp $
 
-BLAKE2s (m2r-0.2.1.tar.gz) = 3c3d0879a4edbe1d0c69215cc01f364ff60e8c01519e84c5eadff90be0451590
-SHA512 (m2r-0.2.1.tar.gz) = 4e68e8d5a2d4645d2f7c68c0412b24e1f69845af344a96b8a7120106117e9f08ebeba1ddf0351e33dc6eeb475f89836caf1eefe6168ad003750bfa9081534bbe
-Size (m2r-0.2.1.tar.gz) = 16058 bytes
+BLAKE2s (m2r-0.3.1.tar.gz) = 9cf4964daa2f29cea0a673ba1086fa29f9e5ba441e73f9f4e0dd19b251c53fa3
+SHA512 (m2r-0.3.1.tar.gz) = 9414d33c8a8f5246a21e92ebc9370f0f3de9c9636eb63b42f0367edef6e7eba24adcc31f2813ef5bbd601d4638bedc0c2ca7c5d18836fc883874dec688959b1d
+Size (m2r-0.3.1.tar.gz) = 16622 bytes



Home | Main Index | Thread Index | Old Index