setuptools-scm-git-archive


Namesetuptools-scm-git-archive JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/Changaco/setuptools_scm_git_archive/
Summarysetuptools_scm plugin for git archives
upload_time2023-09-21 06:28:19
maintainer
docs_urlNone
authorChangaco
requires_python
licenseMIT
keywords scm vcs version tags git archive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **This plugin is obsolete. ``setuptools_scm >= 7.0.0`` supports Git archives by itself.**

Migration guide
---------------

Change the contents of the ``.git_archival.txt`` file in the root directory of your repository from::

    ref-names: $Format:%D$

to::

    node: $Format:%H$
    node-date: $Format:%cI$
    describe-name: $Format:%(describe:tags=true)$
    ref-names: $Format:%D$

Remove ``setuptools_scm_git_archive`` from your project's dependencies (e.g. the
``setup_requires`` list in your ``setup.py`` file).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Changaco/setuptools_scm_git_archive/",
    "name": "setuptools-scm-git-archive",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "scm vcs version tags git archive",
    "author": "Changaco",
    "author_email": "changaco@changaco.oy.lc",
    "download_url": "https://files.pythonhosted.org/packages/47/d6/c9a8d1ea95613f79b9b914cf9a5e8e420b7625fc54137c1d7c9cbbda5adf/setuptools_scm_git_archive-1.4.1.tar.gz",
    "platform": null,
    "description": "**This plugin is obsolete. ``setuptools_scm >= 7.0.0`` supports Git archives by itself.**\n\nMigration guide\n---------------\n\nChange the contents of the ``.git_archival.txt`` file in the root directory of your repository from::\n\n    ref-names: $Format:%D$\n\nto::\n\n    node: $Format:%H$\n    node-date: $Format:%cI$\n    describe-name: $Format:%(describe:tags=true)$\n    ref-names: $Format:%D$\n\nRemove ``setuptools_scm_git_archive`` from your project's dependencies (e.g. the\n``setup_requires`` list in your ``setup.py`` file).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "setuptools_scm plugin for git archives",
    "version": "1.4.1",
    "project_urls": {
        "Homepage": "https://github.com/Changaco/setuptools_scm_git_archive/"
    },
    "split_keywords": [
        "scm",
        "vcs",
        "version",
        "tags",
        "git",
        "archive"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38b3529d516b25ec768b8ebc2df35785a50c90e481c80e2c0d6ce68c81d60afa",
                "md5": "0f3d9262109c00d1f53261852e5c5af3",
                "sha256": "4a0b90286f469df220769a66ed1e910a11f524c61f3caa2cd4fad95750ac3b4f"
            },
            "downloads": -1,
            "filename": "setuptools_scm_git_archive-1.4.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f3d9262109c00d1f53261852e5c5af3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 3267,
            "upload_time": "2023-09-21T06:28:17",
            "upload_time_iso_8601": "2023-09-21T06:28:17.146118Z",
            "url": "https://files.pythonhosted.org/packages/38/b3/529d516b25ec768b8ebc2df35785a50c90e481c80e2c0d6ce68c81d60afa/setuptools_scm_git_archive-1.4.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47d6c9a8d1ea95613f79b9b914cf9a5e8e420b7625fc54137c1d7c9cbbda5adf",
                "md5": "cfcdab6edbe6b710ab24ad355e7cf7a3",
                "sha256": "c418bc77b3974d3ac65f268f058f23e01dc5f991f2233128b0e16a69de227b09"
            },
            "downloads": -1,
            "filename": "setuptools_scm_git_archive-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cfcdab6edbe6b710ab24ad355e7cf7a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3274,
            "upload_time": "2023-09-21T06:28:19",
            "upload_time_iso_8601": "2023-09-21T06:28:19.076356Z",
            "url": "https://files.pythonhosted.org/packages/47/d6/c9a8d1ea95613f79b9b914cf9a5e8e420b7625fc54137c1d7c9cbbda5adf/setuptools_scm_git_archive-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-21 06:28:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Changaco",
    "github_project": "setuptools_scm_git_archive",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "setuptools-scm-git-archive"
}
        
Elapsed time: 0.26025s