cargo2rpm


Namecargo2rpm JSON
Version 0.1.15 PyPI version JSON
download
home_pagehttps://pagure.io/fedora-rust/cargo2rpm
SummaryTranslation layer between cargo and RPM
upload_time2023-12-07 11:16:22
maintainer
docs_urlNone
authorFedora Rust SIG
requires_python
licenseMIT
keywords rpm cargo rust
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cargo2rpm

cargo2rpm implements a translation layer between cargo and RPM. It provides a
CLI interface (for implementing [RPM macros and generators][rust-packaging]) and
a Python API (which [rust2rpm] is built upon).

The project serves as a dependency-free, pure-Python replacement for the old
backend code in rust2rpm, which was no longer maintainable and could not be
adapted to support the latest cargo features (i.e. "namespaced dependencies" and
"weak dependency features", which were introduced in Rust 1.60.0).

To decouple the release cycles of the different components involved in packaging
Rust projects (and prevent possible bootstrap problems), the code originally
developed under the "rust2rpm" umbrella was split into three projects:

- [cargo2rpm]: low-level functionality for translating between cargo and RPM
- [rust-packaging]: RPM macros and generators built on top of the cargo2rpm CLI
- [rust2rpm]: RPM spec file generator built on top of cargo2rpm 

[cargo2rpm]: https://pagure.io/fedora-rust/cargo2rpm
[rust-packaging]: https://pagure.io/fedora-rust/rust-packaging
[rust2rpm]: https://pagure.io/fedora-rust/rust2rpm

            

Raw data

            {
    "_id": null,
    "home_page": "https://pagure.io/fedora-rust/cargo2rpm",
    "name": "cargo2rpm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "rpm,cargo,rust",
    "author": "Fedora Rust SIG",
    "author_email": "rust@lists.fedoraproject.org",
    "download_url": "https://files.pythonhosted.org/packages/db/0d/57870e575e0ea33c7181af7fe0fcab2b588c86fd792ed4475e199fa1eeb4/cargo2rpm-0.1.15.tar.gz",
    "platform": null,
    "description": "# cargo2rpm\n\ncargo2rpm implements a translation layer between cargo and RPM. It provides a\nCLI interface (for implementing [RPM macros and generators][rust-packaging]) and\na Python API (which [rust2rpm] is built upon).\n\nThe project serves as a dependency-free, pure-Python replacement for the old\nbackend code in rust2rpm, which was no longer maintainable and could not be\nadapted to support the latest cargo features (i.e. \"namespaced dependencies\" and\n\"weak dependency features\", which were introduced in Rust 1.60.0).\n\nTo decouple the release cycles of the different components involved in packaging\nRust projects (and prevent possible bootstrap problems), the code originally\ndeveloped under the \"rust2rpm\" umbrella was split into three projects:\n\n- [cargo2rpm]: low-level functionality for translating between cargo and RPM\n- [rust-packaging]: RPM macros and generators built on top of the cargo2rpm CLI\n- [rust2rpm]: RPM spec file generator built on top of cargo2rpm \n\n[cargo2rpm]: https://pagure.io/fedora-rust/cargo2rpm\n[rust-packaging]: https://pagure.io/fedora-rust/rust-packaging\n[rust2rpm]: https://pagure.io/fedora-rust/rust2rpm\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Translation layer between cargo and RPM",
    "version": "0.1.15",
    "project_urls": {
        "Homepage": "https://pagure.io/fedora-rust/cargo2rpm"
    },
    "split_keywords": [
        "rpm",
        "cargo",
        "rust"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db0d57870e575e0ea33c7181af7fe0fcab2b588c86fd792ed4475e199fa1eeb4",
                "md5": "1d336bcaa11d7bd36ea0606f64877d1d",
                "sha256": "eda3309894580a004775cd88ce2441d8394c2b899e06eced0e83d7d3b2bb8507"
            },
            "downloads": -1,
            "filename": "cargo2rpm-0.1.15.tar.gz",
            "has_sig": false,
            "md5_digest": "1d336bcaa11d7bd36ea0606f64877d1d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 84599,
            "upload_time": "2023-12-07T11:16:22",
            "upload_time_iso_8601": "2023-12-07T11:16:22.985679Z",
            "url": "https://files.pythonhosted.org/packages/db/0d/57870e575e0ea33c7181af7fe0fcab2b588c86fd792ed4475e199fa1eeb4/cargo2rpm-0.1.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 11:16:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cargo2rpm"
}
        
Elapsed time: 0.15092s