mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Update WWW - Convert to USE_PYTHON=pep517 Changes: https://github.com/WebwareForPython/DBUtils/blob/main/docs/changelog.rst https://webwareforpython.github.io/DBUtils/changelog.html
16 lines
387 B
TOML
16 lines
387 B
TOML
--- pyproject.toml.orig 2024-03-17 13:17:26 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,11 +1,11 @@ requires = [
|
|
[build-system]
|
|
build-backend = "setuptools.build_meta"
|
|
requires = [
|
|
- "setuptools>=68",
|
|
+ "setuptools>=61",
|
|
]
|
|
|
|
[project]
|
|
-name = "DBUtils"
|
|
+name = "dbutils"
|
|
version = "3.1.0"
|
|
description = "Database connections for multi-threaded environments."
|
|
license = {text = "MIT License"}
|