pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-build/files



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep  8 11:50:56 UTC 2023

Modified Files:
        pkgsrc/devel/py-build/files: setup.py

Log Message:
py-build: reflect @wiz's changes in files/setup.py


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-build/files/setup.py

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

Modified files:

Index: pkgsrc/devel/py-build/files/setup.py
diff -u pkgsrc/devel/py-build/files/setup.py:1.2 pkgsrc/devel/py-build/files/setup.py:1.3
--- pkgsrc/devel/py-build/files/setup.py:1.2    Thu Sep  7 12:07:18 2023
+++ pkgsrc/devel/py-build/files/setup.py        Fri Sep  8 11:50:56 2023
@@ -16,7 +16,6 @@ install_requires = \
 
 extras_require = \
 {':os_name == "nt"': ['colorama'],
- ':python_version < "3.10"': ['importlib-metadata >= 4.6'],
  ':python_version < "3.11"': ['tomli >= 1.1.0'],
  'docs': ['furo >= 2023.08.17',
           'sphinx ~= 7.0',



Home | Main Index | Thread Index | Old Index