{"id":15284071,"url":"https://github.com/kwk/llvm_snapshot_builder","last_synced_at":"2025-10-07T00:31:45.023Z","repository":{"id":61183122,"uuid":"548284847","full_name":"kwk/llvm_snapshot_builder","owner":"kwk","description":"Builds LLVM Snapshots on Copr","archived":true,"fork":false,"pushed_at":"2023-02-23T17:56:32.000Z","size":375,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T15:55:59.208Z","etag":null,"topics":["copr","fedora","llvm","snapshots"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/llvm-snapshot-builder/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kwk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-09T08:54:25.000Z","updated_at":"2023-02-23T17:56:43.000Z","dependencies_parsed_at":"2024-03-03T23:36:18.793Z","dependency_job_id":"7e526398-af8f-4c43-b2f4-8f1839cb6077","html_url":"https://github.com/kwk/llvm_snapshot_builder","commit_stats":{"total_commits":99,"total_committers":3,"mean_commits":33.0,"dds":"0.33333333333333337","last_synced_commit":"f09a9fa947c3035d58bec936036f3d3543b4eb66"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/kwk/llvm_snapshot_builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwk%2Fllvm_snapshot_builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwk%2Fllvm_snapshot_builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwk%2Fllvm_snapshot_builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwk%2Fllvm_snapshot_builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwk","download_url":"https://codeload.github.com/kwk/llvm_snapshot_builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwk%2Fllvm_snapshot_builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278703582,"owners_count":26031204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copr","fedora","llvm","snapshots"],"created_at":"2024-09-30T14:49:08.153Z","updated_at":"2025-10-07T00:31:44.681Z","avatar_url":"https://github.com/kwk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATION NOTICE\n\nTHIS PROJECT IS DEPRECATED BECAUSE WE NO LONGER NEED A WRAPPER AROUND COPR. WE RUN THE COPR CLI MANUALLY FROM A FEDORA CONTAINER NOW (https://github.com/kwk/llvm-daily-fedora-rpms):\n\n```yaml\njobs:\n  build-on-copr:\n    runs-on: ubuntu-latest\n    container: fedora:37\n    steps:\n      - name: Install Copr CLI\n        run: |\n          dnf install -y copr-cli\n```\n\nA good use of this project is to see how the poetry setup was arranged and how the pypi releases work there. Also the Python Multiple Inheritance stuff been done here is really nice to write and compose but it is hard to maintain. \n\n-----\n\n# llvm_snapshot_builder\n\nBuilds LLVM snapshots on Copr\n\n## Status\n\n[![Documentation Status](https://readthedocs.org/projects/llvm_snapshot_builder/badge/?version=latest)](https://llvm_snapshot_builder.readthedocs.io/en/latest/?badge=latest)\n[![CodeQL](https://github.com/kwk/llvm_snapshot_builder/actions/workflows/codeql.yml/badge.svg)](https://github.com/kwk/llvm_snapshot_builder/actions/workflows/codeql.yml)\n[![ci-cd](https://github.com/kwk/llvm_snapshot_builder/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/kwk/llvm_snapshot_builder/actions/workflows/ci-cd.yml)\n[![codecov](https://codecov.io/gh/kwk/llvm_snapshot_builder/branch/main/graph/badge.svg?token=ASSPTOL3JU)](https://codecov.io/gh/kwk/llvm_snapshot_builder)\n[![release](https://img.shields.io/github/release/kwk/llvm_snapshot_builder.svg)](https://github.com/kwk/llvm_snapshot_builder/releases)\n\n## Installation\n\n```bash\n$ pip install llvm_snapshot_builder\n```\n\n## Usage\n\nFor a more in-depth example, take a look at [the example in the documentation](https://llvm_snapshot_builder.readthedocs.io/en/latest/example.html).\n\nAfter installing you can explore the CLI program with:\n\n```bash\n$ python -m llvm_snapshot_builder.cli --help\n```\n\nor with:\n\n```console\n$ llvm_sb --help\n```\n\n## Contributing\n\nInterested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.\n\n### Commit message conventions and semantic versioniong (semver)\n\nWe use semantic versioning and [these commit message conventions](https://www.conventionalcommits.org/en/v1.0.0/)\ncan be used to automatically bump the version number and generate the changelog.\n\n## License\n\n`llvm_snapshot_builder` was created by Konrad Kleine \u003ckkleine@redhat.com\u003e. It is licensed under the terms of the MIT license.\n\n## Credits\n\n`llvm_snapshot_builder` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwk%2Fllvm_snapshot_builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwk%2Fllvm_snapshot_builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwk%2Fllvm_snapshot_builder/lists"}