summaryrefslogtreecommitdiff
path: root/dev-python/upstream-ontologist/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/upstream-ontologist/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/upstream-ontologist/files')
-rw-r--r--dev-python/upstream-ontologist/files/upstream-ontologist-0.2.2-no-debcargo.patch13
-rw-r--r--dev-python/upstream-ontologist/files/upstream-ontologist-0.2.2-no-scripts.patch14
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/upstream-ontologist/files/upstream-ontologist-0.2.2-no-debcargo.patch b/dev-python/upstream-ontologist/files/upstream-ontologist-0.2.2-no-debcargo.patch
deleted file mode 100644
index 8a0ce5d7e327..000000000000
--- a/dev-python/upstream-ontologist/files/upstream-ontologist-0.2.2-no-debcargo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-debcargo pulls lots of extra dependencies.
-
---- a/setup.py
-+++ b/setup.py
-@@ -6,7 +6,7 @@ from setuptools_rust import Binding, RustExtension
-
- extra_features = []
-
--if sys.platform != "win32":
-+if False:
- extra_features.append("debcargo")
-
- setup(
diff --git a/dev-python/upstream-ontologist/files/upstream-ontologist-0.2.2-no-scripts.patch b/dev-python/upstream-ontologist/files/upstream-ontologist-0.2.2-no-scripts.patch
deleted file mode 100644
index 7117670b52ea..000000000000
--- a/dev-python/upstream-ontologist/files/upstream-ontologist-0.2.2-no-scripts.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-There is no 'upstream_ontologist.__main__' module.
-
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -45,9 +45,6 @@ readme = [
- testing = ["breezy>=3.3.0"]
- dev = ["ruff==0.8.3"]
-
--[project.scripts]
--guess-upstream-metadata = "upstream_ontologist.__main__:main"
--
- [tool.setuptools]
- include-package-data = false
-