Skip to content

Remove name from generated recipes#633

Merged
marcelotrevisani merged 4 commits intoconda:mainfrom
mgorny:remove-name
Jan 17, 2026
Merged

Remove name from generated recipes#633
marcelotrevisani merged 4 commits intoconda:mainfrom
mgorny:remove-name

Conversation

@mgorny
Copy link
Contributor

@mgorny mgorny commented Jan 13, 2026

Description

Remove the name from recipe URL, as discussed in conda-forge/conda-forge.github.io#2712. This is a continuation of #598, with fixed tests.

Closes #598
Closes #548
Closes #460
Closes #210

@mgorny
Copy link
Contributor Author

mgorny commented Jan 14, 2026

Filed #634 to fix tests on main (or rather, the cause of the failing tests).

@mgorny mgorny marked this pull request as ready for review January 14, 2026 16:14
@mgorny mgorny requested a review from a team as a code owner January 14, 2026 16:14
@mgorny
Copy link
Contributor Author

mgorny commented Jan 14, 2026

Ok, removing name entirely is going to be hard. For v0 recipes, it's added by souschef, and I'm not sure where it's coming from in v1 recipes. I don't know whether we can change that without breaking something else, so let's focus on source first.

@mgorny mgorny changed the title Remove name from generated recipes (yes, the third PR) Remove name from generated recipes Jan 14, 2026
mgorny added a commit to mgorny/souschef that referenced this pull request Jan 14, 2026
Remove the "name" variable from the generated recipes and replace it
with inline package name, as discussed in
conda-forge/conda-forge.github.io#2712.

Note that conda/grayskull#633 is a prerequisite for this change --
otherwise grayskull will use `name` in `source` without defining it.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
mgorny added a commit to mgorny/souschef that referenced this pull request Jan 14, 2026
Remove the "name" variable from the generated recipes and replace it
with inline package name, as discussed in
conda-forge/conda-forge.github.io#2712.

Note that conda/grayskull#633 is a prerequisite for this change --
otherwise grayskull will use `name` in `source` without defining it.

Signed-off-by: Michał Górny <mgorny@quansight.com>
mgorny added a commit to mgorny/souschef that referenced this pull request Jan 14, 2026
Remove the "name" variable from the generated recipes and replace it
with inline package name, as discussed in
conda-forge/conda-forge.github.io#2712.

Note that conda/grayskull#633 is a prerequisite for this change --
otherwise grayskull will use `name` in `source` without defining it.

Signed-off-by: Michał Górny <mgorny@quansight.com>
@marcelotrevisani marcelotrevisani merged commit 59e2494 into conda:main Jan 17, 2026
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Package name is added to URL

3 participants