fix: rename cxx → gcc13/gcc-native (resolve package name conflict)

recipes/dev/gcc13 was claiming name='cxx' — conflicted with
local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match
directory names for unique package identification by the cookbook.
This commit is contained in:
2026-07-12 19:15:26 +03:00
parent 3bcf4cc196
commit 637da791ff
2557 changed files with 10222 additions and 2 deletions
@@ -1,3 +1,7 @@
[package]
name = "py-spy"
version = "0.1.0"
#TODO ahash crate error
[source]
git = "https://github.com/benfred/py-spy"
+4
View File
@@ -1,3 +1,7 @@
[package]
name = "pyapp"
version = "0.1.0"
#TODO serde crate error
[source]
git = "https://github.com/ofek/pyapp"
@@ -1,3 +1,7 @@
[package]
name = "pylyzer"
version = "0.1.0"
#TODO erg_compiler crate error
[source]
git = "https://github.com/mtshiba/pylyzer"
+4
View File
@@ -1,3 +1,7 @@
[package]
name = "pyrev"
version = "0.1.0"
#TODO compiled but not tested
[source]
git = "https://github.com/hacbit/pyrev"
@@ -1,3 +1,7 @@
[package]
name = "pyscan"
version = "0.1.0"
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/aswinnnn/pyscan"
@@ -1,3 +1,7 @@
[package]
name = "python-launcher"
version = "0.1.0"
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/brettcannon/python-launcher"
+4
View File
@@ -1,3 +1,7 @@
[package]
name = "ruff"
version = "0.1.0"
#TODO compiled but not tested
[source]
git = "https://github.com/astral-sh/ruff"
+4
View File
@@ -1,3 +1,7 @@
[package]
name = "uv"
version = "0.1.0"
#TODO nix and rustix crate error
[source]
git = "https://github.com/astral-sh/uv"