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:
@@ -1,3 +1,7 @@
|
||||
[package]
|
||||
name = "py-spy"
|
||||
version = "0.1.0"
|
||||
|
||||
#TODO ahash crate error
|
||||
[source]
|
||||
git = "https://github.com/benfred/py-spy"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
[package]
|
||||
name = "ruff"
|
||||
version = "0.1.0"
|
||||
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/astral-sh/ruff"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user