ports/devel/py-represent/files/patch-pyproject.toml
Po-Chuan Hsieh f14e630266
devel/py-represent: Update to 2.1
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS
- Convert to USE_PYTHON=pytest

Changes:	https://github.com/RazerM/represent/releases
		https://github.com/RazerM/represent/blob/master/CHANGELOG.md
2024-03-23 22:49:25 +08:00

11 lines
321 B
TOML

--- pyproject.toml.orig 2024-01-23 17:54:01 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
[project]
-name = "Represent"
+name = "represent"
version = "2.1"
description = "Create __repr__ automatically or declaratively."
readme = "README.md"