internal/rosa/azalea: replace binding token

This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-24 16:18:19 +09:00
parent 689f972976
commit a3867ad65f
94 changed files with 185 additions and 185 deletions

View File

@@ -3,7 +3,7 @@ package python {
website = "https://www.python.org";
anitya = 13254;
version* = "3.14.5";
version# = "3.14.5";
source = remoteTar {
url = "https://www.python.org/ftp/python/"+version+
"/Python-"+version+".tgz";
@@ -74,7 +74,7 @@ package python-setuptools {
website = "https://pypi.org/project/setuptools";
anitya = 4021;
version* = "82.0.1";
version# = "82.0.1";
source = remoteGitHub {
suffix = "pypa/setuptools";
tag = "v"+version;
@@ -96,7 +96,7 @@ package python-wheel {
website = "https://peps.python.org/pep-0427";
anitya = 11428;
version* = "0.47.0";
version# = "0.47.0";
source = remoteGitHub {
suffix = "pypa/wheel";
tag = version;
@@ -120,7 +120,7 @@ package python-vcs-versioning {
website = "https://setuptools-scm.readthedocs.io/en/latest";
anitya = 389421;
version* = "1.1.1";
version# = "1.1.1";
source = remoteGitHub {
suffix = "pypa/setuptools-scm";
tag = "vcs-versioning-v"+version;
@@ -154,7 +154,7 @@ package python-setuptools-scm {
website = "https://setuptools-scm.readthedocs.io/en/latest";
anitya = 7874;
version* = "10.0.5";
version# = "10.0.5";
source = remoteGitHub {
suffix = "pypa/setuptools-scm";
tag = "setuptools-scm-v"+version;
@@ -188,7 +188,7 @@ package python-flit-core {
website = "https://flit.pypa.io";
anitya = 44841;
version* = "3.12.0";
version# = "3.12.0";
source = remoteGitHub {
suffix = "pypa/flit";
tag = version;
@@ -210,7 +210,7 @@ package python-packaging {
website = "https://packaging.pypa.io";
anitya = 60461;
version* = "26.2";
version# = "26.2";
source = remoteGitHub {
suffix = "pypa/packaging";
tag = version;
@@ -231,7 +231,7 @@ package python-pathspec {
website = "https://github.com/cpburnz/python-pathspec";
anitya = 23424;
version* = "1.1.1";
version# = "1.1.1";
source = remoteGitHub {
suffix = "cpburnz/python-pathspec";
tag = "v"+version;
@@ -252,7 +252,7 @@ package python-trove-classifiers {
website = "https://pypi.org/p/trove-classifiers";
anitya = 88298;
version* = "2026.5.22.10";
version# = "2026.5.22.10";
source = remoteGitHub {
suffix = "pypa/trove-classifiers";
tag = version;
@@ -273,7 +273,7 @@ package python-pluggy {
website = "https://pluggy.readthedocs.io/en/latest";
anitya = 7500;
version* = "1.6.0";
version# = "1.6.0";
source = remoteGitHub {
suffix = "pytest-dev/pluggy";
tag = version;
@@ -298,7 +298,7 @@ package python-hatchling {
website = "https://hatch.pypa.io";
anitya = 16137;
version* = "1.16.5";
version# = "1.16.5";
source = remoteGitHub {
suffix = "pypa/hatch";
tag = "hatch-v"+version;
@@ -332,7 +332,7 @@ package python-pygments {
website = "https://pygments.org";
anitya = 3986;
version* = "2.20.0";
version# = "2.20.0";
source = remoteGitHub {
suffix = "pygments/pygments";
tag = version;
@@ -353,7 +353,7 @@ package python-iniconfig {
website = "https://github.com/pytest-dev/iniconfig";
anitya = 114778;
version* = "2.3.0";
version# = "2.3.0";
source = remoteGitHub {
suffix = "pytest-dev/iniconfig";
tag = "v"+version;
@@ -378,7 +378,7 @@ package python-pytest {
website = "https://pytest.org";
anitya = 3765;
version* = "9.0.3";
version# = "9.0.3";
source = remoteGitHub {
suffix = "pytest-dev/pytest";
tag = version;
@@ -416,7 +416,7 @@ package python-markupsafe {
website = "https://markupsafe.palletsprojects.com";
anitya = 3918;
version* = "3.0.3";
version# = "3.0.3";
source = remoteGitHub {
suffix = "pallets/markupsafe";
tag = version;
@@ -437,7 +437,7 @@ package python-mako {
website = "https://www.makotemplates.org";
anitya = 3915;
version* = "1.3.12";
version# = "1.3.12";
source = remoteGitHub {
suffix = "sqlalchemy/mako";
tag = "rel_"+join {
@@ -467,7 +467,7 @@ package python-pyyaml {
website = "https://pyyaml.org";
anitya = 4123;
version* = "6.0.3";
version# = "6.0.3";
source = remoteGitHub {
suffix = "yaml/pyyaml";
tag = version;
@@ -488,7 +488,7 @@ package python-pycparser {
website = "https://github.com/eliben/pycparser";
anitya = 8175;
version* = "3.00";
version# = "3.00";
source = remoteGitHub {
suffix = "eliben/pycparser";
tag = "release_v"+version;