freebsd-ports/devel/py-pyvisa/files/patch-pyproject.toml
Po-Chuan Hsieh 90a0ce7ebd
devel/py-pyvisa: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2023-06-30 15:03:56 +08:00

9 lines
259 B
TOML

--- pyproject.toml.orig 2022-12-22 14:58:28 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "PyVISA"
+name = "pyvisa"
description = "Python VISA bindings for GPIB, RS232, TCPIP and USB instruments"
readme = "README.rst"
requires-python = ">=3.8"