summaryrefslogtreecommitdiff
path: root/www/py-fake-useragent/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2025-06-27 22:26:23 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2025-06-27 22:26:50 +0200
commitfdbaa6ca61025008b00734f4e8a16cce2007ab80 (patch)
tree7457d98556e788e7774a8f272aaa2b51119885c3 /www/py-fake-useragent/files/patch-pyproject.toml
parentdevel/electron36: update to 36.6.0 (diff)
www/py-fake-useragent: Update to 2.2.0
Diffstat (limited to 'www/py-fake-useragent/files/patch-pyproject.toml')
-rw-r--r--www/py-fake-useragent/files/patch-pyproject.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/py-fake-useragent/files/patch-pyproject.toml b/www/py-fake-useragent/files/patch-pyproject.toml
new file mode 100644
index 000000000000..b66f6d88a16a
--- /dev/null
+++ b/www/py-fake-useragent/files/patch-pyproject.toml
@@ -0,0 +1,26 @@
+--- pyproject.toml.orig 2025-04-14 15:18:22 UTC
++++ pyproject.toml
+@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
+ [build-system]
+ build-backend = "setuptools.build_meta"
+
+-requires = [ "setuptools>=77.0" ]
++requires = [ "setuptools>=63.1.0" ]
+
+ [project]
+ name = "fake-useragent"
+ version = "2.2.0"
+-license = "Apache-2.0"
+ description = "Up-to-date simple useragent faker with real world database"
+ readme.content-type = "text/markdown"
+ readme.file = "README.md"
+@@ -46,6 +45,9 @@ urls.Homepage = "https://github.com/fake-useragent/fak
+
+ dependencies = [ "importlib-resources>=6; python_version<'3.10'" ]
+ urls.Homepage = "https://github.com/fake-useragent/fake-useragent"
++
++[project.license]
++text = "Apache-2.0"
+
+ [tool.setuptools]
+ zip-safe = false