File: drop-license-classifier.patch

package info (click to toggle)
sphinxcontrib-httpdomain 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 1,390; makefile: 297
file content (19 lines) | stat: -rw-r--r-- 859 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Remove deprecated license classifier.
 Modern setuptools rejects the License classifier when a PEP 639
 license expression is already present in pyproject.toml.
Author: Guillaume Boutry <guillaume.boutry@canonical.com>
Forwarded: https://github.com/sphinx-contrib/httpdomain/pull/102
Last-Update: 2026-02-28

Index: sphinxcontrib-httpdomain/pyproject.toml
===================================================================
--- sphinxcontrib-httpdomain.orig/pyproject.toml
+++ sphinxcontrib-httpdomain/pyproject.toml
@@ -29,7 +29,6 @@ classifiers = [
     "Framework :: Sphinx :: Domain",
     "Framework :: Sphinx :: Extension",
     "Intended Audience :: Developers",
-    "License :: OSI Approved :: BSD License",
     "Operating System :: OS Independent",
     "Programming Language :: Python",
     "Programming Language :: Python :: 3.10",