diff options
Diffstat (limited to 'internal/rosa/python.go')
| -rw-r--r-- | internal/rosa/python.go | 386 |
1 files changed, 0 insertions, 386 deletions
diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 4b85399b..bce36256 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -2,7 +2,6 @@ package rosa import ( "slices" - "strings" "hakurei.app/internal/pkg" ) @@ -120,388 +119,3 @@ func (s *S) newPythonPackage( )...) }) } - -func init() { - const ( - version = "0.47.0" - checksum = "HZ-MvkUP8mbbx2YmsRNswj_bbOCIiXckuHqL5Qbvb5NxN5DYfWnqwkGNyS7OrId0" - ) - native.newPythonPackage( - "wheel", 11428, - "the official binary distribution format for Python", - "https://peps.python.org/pep-0427/", - version, newFromGitHub( - "pypa/wheel", - version, checksum, - ), nil, &PipHelper{ - Install: true, - }, P{PythonFlitCore, PythonSetuptools}, - ) -} - -func init() { - const ( - version = "82.0.1" - checksum = "nznP46Tj539yqswtOrIM4nQgwLA1h-ApKX7z7ghazROCpyF5swtQGwsZoI93wkhc" - ) - native.newPythonPackage( - "setuptools", 4021, - "the autotools of the Python ecosystem", - "https://pypi.org/project/setuptools/", - version, newFromGitHub( - "pypa/setuptools", - "v"+version, checksum, - ), nil, &PipHelper{ - // error: invalid command 'dist_info' - BuildIsolation: true, - // pytest circular dependency - SkipCheck: true, - }, nil) -} - -func init() { - const ( - version = "1.1.1" - checksum = "rXZixTsZcRcIoUC1LvWrjySsiXSv5uhW6ng2P-yXZrbdj7FrSrDeJLCfC2b-ladV" - ) - native.newPythonPackage( - "vcs-versioning", 389421, - "core VCS versioning functionality extracted as a standalone library", - "https://setuptools-scm.readthedocs.io/en/latest/", - version, newFromGitHub( - "pypa/setuptools-scm", - "vcs-versioning-v"+version, checksum, - ), &PackageAttr{ - Env: []string{ - "SETUPTOOLS_SCM_PRETEND_VERSION=" + version, - }, - }, &PipHelper{ - // upstream is monorepo of two packages (setuptools-scm) - Append: []string{"vcs-versioning"}, - // pytest circular dependency - SkipCheck: true, - }, nil, - PythonSetuptools, - PythonPackaging, - ) -} - -func init() { - const ( - version = "10.0.5" - checksum = "vTN_TPd-b4Wbsw5WmAcsWjrs-FNXXznOeVTDnb54NtXve9Oy-eb2HPy-RG3FzNqp" - ) - native.newPythonPackage( - "setuptools-scm", 7874, - "extracts Python package versions from Git or Mercurial metadata", - "https://setuptools-scm.readthedocs.io/en/latest/", - version, newFromGitHub( - "pypa/setuptools-scm", - "setuptools-scm-v"+version, checksum, - ), &PackageAttr{ - Env: []string{ - "SETUPTOOLS_SCM_PRETEND_VERSION=" + version, - }, - }, &PipHelper{ - // upstream is monorepo of two packages - Append: []string{"setuptools-scm"}, - // pytest circular dependency - SkipCheck: true, - }, nil, - PythonSetuptools, - PythonVCSVersioning, - ) -} - -func init() { - const ( - version = "3.12.0" - checksum = "VcTsiGiDU1aPLbjSPe38f9OjJDCLcxFz9loObJqUI1ZxDHXAaQMxBpNyLz_G1Rff" - ) - native.newPythonPackage( - "flit-core", 44841, - "a PEP 517 build backend for packages using Flit", - "https://flit.pypa.io/", - version, newFromGitHub( - "pypa/flit", - version, checksum, - ), nil, &PipHelper{ - // upstream has other unused packages with many dependencies - Append: []string{"flit_core"}, - // pytest circular dependency - SkipCheck: true, - }, nil, - ) -} - -func init() { - const ( - version = "26.2" - checksum = "rdpGa2EkPFbj1mFtLKLnSwIX9gPfELcuneiICjRVDNw6By49szTFVoW8gtMMZ6ZS" - ) - native.newPythonPackage( - "packaging", 60461, - "reusable core utilities for various Python Packaging interoperability specifications", - "https://packaging.pypa.io/", - version, newFromGitHub( - "pypa/packaging", - version, checksum, - ), nil, &PipHelper{ - // pytest circular dependency - SkipCheck: true, - }, P{PythonFlitCore}, - ) -} - -func init() { - native.mustRegister(func(t Toolchain) (pkg.Artifact, string) { - meta, source := t.Load(llvmSource) - return t.NewPackage("lit", meta.Version, source, nil, &PipHelper{ - Append: []string{"llvm", "utils", "lit"}, - // already checked during llvm - SkipCheck: true, - }, - PythonSetuptools, - ), meta.Version - }, &Metadata{ - Name: "lit", - Description: "a portable tool for executing LLVM and Clang style test suites", - Website: "https://llvm.org/docs/CommandGuide/lit.html", - - Dependencies: P{ - Python, - }, - }) -} - -func init() { - const ( - version = "1.1.1" - checksum = "1fVwoal6FoKXczoG3qRUi87TxSWESSGcgvnbEZDYuaOgsO25o36iF3SbAhwkr4Va" - ) - native.newPythonPackage( - "pathspec", 23424, - "utility library for gitignore style pattern matching of file paths", - "https://github.com/cpburnz/python-pathspec", - version, newFromGitHub( - "cpburnz/python-pathspec", - "v"+version, checksum, - ), nil, &PipHelper{ - // pytest circular dependency - SkipCheck: true, - }, P{PythonFlitCore}, - ) -} - -func init() { - const ( - version = "2026.5.7.17" - checksum = "1Fcps0gK9P4ofwGL8MISN9k1Q40-quxX7NDpIna50TmziBNrZy-0Vz0I9yIeHCoP" - ) - native.newPythonPackage( - "trove-classifiers", 88298, - "canonical source for classifiers on PyPI", - "https://pypi.org/p/trove-classifiers/", - version, newFromGitHub( - "pypa/trove-classifiers", - version, checksum, - ), nil, &PipHelper{ - // pytest circular dependency - SkipCheck: true, - }, P{PythonSetuptools}, - ) -} - -func init() { - const ( - version = "1.6.0" - checksum = "GiUgDkKjF8Xn1cmq6iMhTGXzcPIYeaJrvQpHBSAJapNVx4UyuiTXqd5eVlxSClJu" - ) - native.newPythonPackage( - "pluggy", 7500, - "the core framework used by the pytest, tox, and devpi projects", - "https://pluggy.readthedocs.io/en/latest/", - version, newFromGitHub( - "pytest-dev/pluggy", - version, checksum, - ), &PackageAttr{ - Env: []string{ - "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PLUGGY=" + version, - }, - }, &PipHelper{ - // pytest circular dependency - SkipCheck: true, - }, P{PythonSetuptoolsSCM}, - ) -} - -func init() { - const ( - version = "1.16.5" - checksum = "V2eREtqZLZeV85yb4O-bfAJCUluHcQP76Qfs0QH5s7RF_Oc8xIP8jD0jl85qFyWk" - ) - native.newPythonPackage( - "hatchling", 16137, - "the extensible, standards compliant build backend used by Hatch", - "https://hatch.pypa.io/latest/", - version, newFromGitHub( - "pypa/hatch", - "hatch-v"+version, checksum, - ), nil, &PipHelper{ - // upstream has other unused packages with many dependencies - Append: []string{"backend"}, - // pytest circular dependency - SkipCheck: true, - }, nil, - PythonPackaging, - PythonPathspec, - PythonTroveClassifiers, - PythonPluggy, - ) -} - -func init() { - const ( - version = "2.20.0" - checksum = "L-2P6vn7c_CNZYliE5CJAWLxO1ziDQVVkf8bnZbHj8aSCQ43oWv11wC9KzU9MeCa" - ) - native.newPythonPackage( - "pygments", 3986, - "a syntax highlighting package written in Python", - "https://pygments.org/", - version, newFromGitHub( - "pygments/pygments", - version, checksum, - ), nil, &PipHelper{ - // pytest circular dependency - SkipCheck: true, - }, P{PythonHatchling}, - ) -} - -func init() { - const ( - version = "2.3.0" - checksum = "mH7VBZaXcYatBPE3RQQZvSzz_Ay8IPPek60NpPHZulPq4ReAFUUsA4EPWfiyMknZ" - ) - native.newPythonPackage( - "iniconfig", 114778, - "a small and simple INI-file parser module", - "https://github.com/pytest-dev/iniconfig", - version, newFromGitHub( - "pytest-dev/iniconfig", - "v"+version, checksum, - ), &PackageAttr{ - Env: []string{ - "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_INICONFIG=" + version, - }, - }, &PipHelper{ - // pytest circular dependency - SkipCheck: true, - }, P{PythonSetuptoolsSCM}, - ) -} - -func init() { - const ( - version = "9.0.3" - checksum = "qfLL_znWhbJCDbNJvrx9H3-orJ86z4ifhaW0bIn21jl2sDP-FVoX_1yieOypArQe" - ) - native.newPythonPackage( - "pytest", 3765, - "the pytest framework", - "https://pytest.org", - version, newFromGitHub( - "pytest-dev/pytest", - version, checksum, - ), &PackageAttr{ - Env: []string{ - "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST=" + version, - }, - }, &PipHelper{ - // many dependencies - SkipCheck: true, - }, P{PythonSetuptoolsSCM}, - PythonIniConfig, - PythonPackaging, - PythonPluggy, - PythonPygments, - ) -} - -func init() { - const ( - version = "3.0.3" - checksum = "txRGYdWE3his1lHHRI-lZADw0-ILvUg2l5OGdFHtFXIb_QowGxwdxHCUSJIgmjQs" - ) - native.newPythonPackage( - "markupsafe", 3918, - "implements a text object that escapes characters so it is safe to use in HTML and XML", - "https://markupsafe.palletsprojects.com/", - version, newFromGitHub( - "pallets/markupsafe", - version, checksum, - ), nil, &PipHelper{ - // ModuleNotFoundError: No module named 'markupsafe' - Install: true, - }, P{PythonSetuptools}, - ) -} - -func init() { - const ( - version = "1.3.12" - checksum = "OZbBsQe2MzRuAo5Mr4qRwWHGqU1EEZeBuSprDDIceAtMLIUJtO7SbERlxHIxNhLk" - ) - native.newPythonPackage( - "mako", 3915, - "a template library written in Python", - "https://www.makotemplates.org/", - version, newFromGitHub( - "sqlalchemy/mako", - "rel_"+strings.Join(strings.SplitN(version, ".", 3), "_"), - checksum, - ), nil, nil, P{PythonSetuptools}, - PythonMarkupSafe, - ) -} - -func init() { - const ( - version = "6.0.3" - checksum = "7wDv0RW9chBdu9l5Q4Hun5F2HHdo105ZSIixwdFPKbEYbftW9YxmsegfL-zafnbJ" - ) - native.newPythonPackage( - "pyyaml", 4123, - "a YAML parser and emitter for Python", - "https://pyyaml.org/", - version, newFromGitHub( - "yaml/pyyaml", - version, checksum, - ), nil, &PipHelper{ - // ModuleNotFoundError: No module named 'yaml' - Install: true, - }, P{PythonSetuptools}, - ) -} - -func init() { - const ( - version = "3.00" - checksum = "4qfCMFKp0fLsRsloOAF780tXX_Ce_68RwinCmjNGObAX32WpF_iBafIKW1S1bYlA" - ) - native.newPythonPackage( - "pycparser", 8175, - "complete C99 parser in pure Python", - "https://github.com/eliben/pycparser", - version, newFromGitHub( - "eliben/pycparser", - "release_v"+version, checksum, - ), &PackageAttr{ - // test case hard codes gcc - ScriptEarly: ` -ln -s clang /system/bin/gcc -`, - }, nil, P{PythonSetuptools}, - ) -} |
