pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-m2r



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 12 08:19:43 UTC 2022

Modified Files:
        pkgsrc/textproc/py-m2r: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-m2r/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-m2r/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-m2r/Makefile
diff -u pkgsrc/textproc/py-m2r/Makefile:1.16 pkgsrc/textproc/py-m2r/Makefile:1.17
--- pkgsrc/textproc/py-m2r/Makefile:1.16        Wed Jan  5 15:41:25 2022
+++ pkgsrc/textproc/py-m2r/Makefile     Mon Dec 12 08:19:43 2022
@@ -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 @@ LICENSE=    mit
 
 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
 
+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"

Index: pkgsrc/textproc/py-m2r/distinfo
diff -u pkgsrc/textproc/py-m2r/distinfo:1.14 pkgsrc/textproc/py-m2r/distinfo:1.15
--- pkgsrc/textproc/py-m2r/distinfo:1.14        Tue Oct 26 11:23:07 2021
+++ pkgsrc/textproc/py-m2r/distinfo     Mon Dec 12 08:19:43 2022
@@ -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