pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-jsonschema
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 15 21:58:10 UTC 2024
Modified Files:
pkgsrc/textproc/py-jsonschema: Makefile
Log Message:
py-jsonschema: remove support for Python 3.8
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/py-jsonschema/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-jsonschema/Makefile
diff -u pkgsrc/textproc/py-jsonschema/Makefile:1.42 pkgsrc/textproc/py-jsonschema/Makefile:1.43
--- pkgsrc/textproc/py-jsonschema/Makefile:1.42 Wed Jul 17 08:09:19 2024
+++ pkgsrc/textproc/py-jsonschema/Makefile Thu Aug 15 21:58:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/07/17 08:09:19 adam Exp $
+# $NetBSD: Makefile,v 1.43 2024/08/15 21:58:10 wiz Exp $
DISTNAME= jsonschema-4.23.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -23,12 +23,6 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 309
-DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.4.0:../../devel/py-importlib-resources
-DEPENDS+= ${PYPKGPREFIX}-pkgutil_resolve_name>=1.3.10:../../devel/py-pkgutil_resolve_name
-.endif
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} jsonschema jsonschema-${PYVERSSUFFIX} || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index