ports/misc/py-emoji/files/patch-pyproject.toml
Ruslan Makhmatkhanov 7f25c88630 misc/py-emoji: update to 2.12.1
- update to 2.12.1
- switch to pep517
- allow package build with setuptools < 65
- take up maintainership

emoji > 2.7.0 is required for newer version of net-im/gajim

PR:		279660
Approved by:	kevans (maintainer)
2024-06-11 08:03:51 +03:00

10 lines
223 B
TOML

--- pyproject.toml.orig 2024-05-20 10:49:13 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=65.0.0"]
+requires = ["setuptools>=63.0.0"]
build-backend = "setuptools.build_meta"
[project]