pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Forget Python 3 versions below 3.9
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Thu Apr 24 10:07:57 2025 +0200
Changeset: 60eb441d455e9ada05630218339ffdf5be235ff8
Modified Files:
TODO
py-check-jsonschema/Makefile
py-wpull/Makefile
Log Message:
Forget Python 3 versions below 3.9
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60eb441d455e9ada05630218339ffdf5be235ff8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
TODO | 2 --
py-check-jsonschema/Makefile | 6 ------
py-wpull/Makefile | 4 ----
3 files changed, 12 deletions(-)
diffs:
diff --git a/TODO b/TODO
index fda00126b5..81e4c630fb 100644
--- a/TODO
+++ b/TODO
@@ -202,8 +202,6 @@ Suggested ready to import packages
o presenterm
o py-csp [kamil; some tests hang but it seems good enough; need for wip/py-uuid]
o py-jswebkit
- o py-pyasyncore
- o py-pyasynchat
o rar4
o send-pr
o tqsllib
diff --git a/py-check-jsonschema/Makefile b/py-check-jsonschema/Makefile
index af90fc2b0e..ce078e23e0 100644
--- a/py-check-jsonschema/Makefile
+++ b/py-check-jsonschema/Makefile
@@ -17,18 +17,12 @@ DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.18.5:../../devel/py-ruamel-yaml
.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 39
-DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.4.0:../../devel/py-importlib-resources
-.endif
-
.if ${PYTHON_VERSION} < 311
DEPENDS+= ${PYPKGPREFIX}-tomli>=2.0:../../textproc/py-tomli
.endif
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # only for Python 3
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} check-jsonschema check-jsonschema${PYVERSSUFFIX} || ${TRUE}
diff --git a/py-wpull/Makefile b/py-wpull/Makefile
index 56c0516861..23b3578c0a 100644
--- a/py-wpull/Makefile
+++ b/py-wpull/Makefile
@@ -21,10 +21,6 @@ DEPENDS+= ${PYPKGPREFIX}-yapsy-[0-9]*:../../wip/py-yapsy
.include "../../wip/python/distutils.mk"
-.if ${PYVERSSUFFIX} == "3.4" || ${PYVERSSUFFIX} == "3.5"
-DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
-.endif
-
PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index