summaryrefslogtreecommitdiff
path: root/dev-python/upstream-ontologist/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/upstream-ontologist/files
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.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
-