pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: remove python 3.6 support
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Fri Jan 14 22:50:27 2022 +0100
Changeset: a760cc445f441fc1a6b62bd0e39569db662c803d
Modified Files:
pre-commit/Makefile
py-virtualenv20/Makefile
Log Message:
*: remove python 3.6 support
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a760cc445f441fc1a6b62bd0e39569db662c803d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pre-commit/Makefile | 3 ---
py-virtualenv20/Makefile | 4 +---
2 files changed, 1 insertion(+), 6 deletions(-)
diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index 4861232d25..9036a9195d 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -23,9 +23,6 @@ DEPENDS+= ${PYPKGPREFIX}-virtualenv>=20.0.8:../../wip/py-virtualenv20
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
.endif
-.if ${_PYTHON_VERSION} < 37
-DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
-.endif
USE_LANGUAGES= # none
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index 7aa760bd1c..7b26e3ba26 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -20,11 +20,9 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0<2:../../lang/py-six
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
.endif
-.if ${_PYTHON_VERSION} < 37
-DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.0:../../devel/py-importlib-resources
-.endif
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-pathlib2>=2.3.3<3:../../devel/py-pathlib2
+DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.0:../../devel/py-importlib-resources
.endif
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index