pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pygments25



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Nov 10 14:18:33 UTC 2021

Modified Files:
        pkgsrc/textproc/py-pygments25: Makefile

Log Message:
Make sure we build this python 2 compatible package against, well,
python 2.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-pygments25/Makefile

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-pygments25/Makefile
diff -u pkgsrc/textproc/py-pygments25/Makefile:1.1 pkgsrc/textproc/py-pygments25/Makefile:1.2
--- pkgsrc/textproc/py-pygments25/Makefile:1.1  Tue Apr  6 14:11:12 2021
+++ pkgsrc/textproc/py-pygments25/Makefile      Wed Nov 10 14:18:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/06 14:11:12 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/10 14:18:33 hauke Exp $
 
 DISTNAME=      Pygments-2.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,6 +15,8 @@ LICENSE=      2-clause-bsd
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 USE_LANGUAGES= # none
 
 post-install:



Home | Main Index | Thread Index | Old Index