ports/devel/py-pyvisa-py/files/patch-pyproject.toml
Po-Chuan Hsieh 75c031b2a9
devel/py-pyvisa-py: Update to 0.7.2
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS

Changes:	https://github.com/pyvisa/pyvisa-py/releases
		https://github.com/pyvisa/pyvisa-py/blob/main/CHANGES
2024-03-23 22:49:25 +08:00

9 lines
257 B
TOML

--- pyproject.toml.orig 2024-03-07 12:04:46 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
- name = "PyVISA-py"
+ name = "pyvisa-py"
description = "Pure Python implementation of a VISA library."
readme = "README.rst"
requires-python = ">=3.8"