File build-pep621-pyproject.patch of Package python-gpg
---
pyproject.toml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: gpgmepy-2.0.0/pyproject.toml
===================================================================
--- gpgmepy-2.0.0.orig/pyproject.toml 2025-06-04 14:17:11.000000000 +0200
+++ gpgmepy-2.0.0/pyproject.toml 2025-07-14 21:54:48.065168283 +0200
@@ -7,13 +7,12 @@
# Note: description appears as Summary in egg-info file.
description = "Python bindings to the GPGME API of the GnuPG cryptography library."
-license = {text = "LGPL2.1+ (the library), GPL2+ (tests and examples)"}
+license = "LGPL-2.1-or-later AND GPL-2.0-or-later"
authors = [{name = "The GnuPG hackers", email = "gnupg-devel@gnupg.org"}]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
- "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.9",