autobuild


Nameautobuild JSON
Version 3.9.4 PyPI version JSON
download
home_pagehttp://wiki.secondlife.com/wiki/Autobuild
SummaryLinden Lab Automated Package Management and Build System
upload_time2024-04-02 07:00:59
maintainerNone
docs_urlhttps://pythonhosted.org/autobuild/
authorLinden Research, Inc.
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Autobuild

[![codecov](https://codecov.io/gh/secondlife/autobuild/branch/main/graph/badge.svg?token=8GBLMAFDIN)](https://codecov.io/gh/secondlife/autobuild)

**Autobuild** is a framework for building packages and for managing the
dependencies of a package on other packages. It provides a common
interface to configuring and building any package, but it is not a
build system like make or cmake. You will still need platform-specific
make, cmake, or project files to configure and build your
library. Autobuild will, however, allow you invoke these commands and
package the product with a common interface.

*Important: Linden Lab Autobuild is not the same as or derived from GNU
Autobuild, but they are similar enough to cause confusion.*

For more information, see [Autobuild's wiki page][wiki].

[wiki]: https://wiki.secondlife.com/wiki/Autobuild

## Environment variables

| Name | Default | Description |
|-|-|-|
| AUTOBUILD_ADDRSIZE | 32 | Target address size |
| AUTOBUILD_BUILD_ID | - | Build identifier |
| AUTOBUILD_CONFIGURATION | - | Target build configuration |
| AUTOBUILD_CONFIG_FILE | autobuild.xml | Autobuild configuration filename |
| AUTOBUILD_CPU_COUNT | - | Build system cpu core count |
| AUTOBUILD_GITHUB_TOKEN | - | GitHub HTTP authorization token to use during package download |
| AUTOBUILD_GITLAB_TOKEN | - | GitLab HTTP authorization token to use during package download |
| AUTOBUILD_INSTALLABLE_CACHE | - | Location of local download cache |
| AUTOBUILD_LOGLEVEL | WARNING | Log level |
| AUTOBUILD_PLATFORM | - | Target platform |
| AUTOBUILD_SCM_SEARCH | true | Whether to search for .git in parent directories if using SCM version discovery |
| AUTOBUILD_VARIABLES_FILE | - | .env file to load |
| AUTOBUILD_VCS_BRANCH | git branch | autobuild-package.xml VCS info: branch name.  |
| AUTOBUILD_VCS_INFO | false | Whether to include version control information in autobuild-package.xml |
| AUTOBUILD_VCS_REVISION | git commit | autobuild-package.xml VCS commit reference to include in autobuild-package.xml. Defaults to current git commit sha. |
| AUTOBUILD_VCS_URL | git remote url | autobuild-package.xml VCS info: repository URL |
| AUTOBUILD_VSVER | - | Target Visual Studio version to use on windows |

            

Raw data

            {
    "_id": null,
    "home_page": "http://wiki.secondlife.com/wiki/Autobuild",
    "name": "autobuild",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/autobuild/",
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Linden Research, Inc.",
    "author_email": "opensource-dev@lists.secondlife.com",
    "download_url": "https://files.pythonhosted.org/packages/22/53/ff97eebd7a0b469c5e14a96ecf3f72801e9bf2423d361dafd887620cf64d/autobuild-3.9.4.tar.gz",
    "platform": "any",
    "description": "# Autobuild\n\n[![codecov](https://codecov.io/gh/secondlife/autobuild/branch/main/graph/badge.svg?token=8GBLMAFDIN)](https://codecov.io/gh/secondlife/autobuild)\n\n**Autobuild** is a framework for building packages and for managing the\ndependencies of a package on other packages. It provides a common\ninterface to configuring and building any package, but it is not a\nbuild system like make or cmake. You will still need platform-specific\nmake, cmake, or project files to configure and build your\nlibrary. Autobuild will, however, allow you invoke these commands and\npackage the product with a common interface.\n\n*Important: Linden Lab Autobuild is not the same as or derived from GNU\nAutobuild, but they are similar enough to cause confusion.*\n\nFor more information, see [Autobuild's wiki page][wiki].\n\n[wiki]: https://wiki.secondlife.com/wiki/Autobuild\n\n## Environment variables\n\n| Name | Default | Description |\n|-|-|-|\n| AUTOBUILD_ADDRSIZE | 32 | Target address size |\n| AUTOBUILD_BUILD_ID | - | Build identifier |\n| AUTOBUILD_CONFIGURATION | - | Target build configuration |\n| AUTOBUILD_CONFIG_FILE | autobuild.xml | Autobuild configuration filename |\n| AUTOBUILD_CPU_COUNT | - | Build system cpu core count |\n| AUTOBUILD_GITHUB_TOKEN | - | GitHub HTTP authorization token to use during package download |\n| AUTOBUILD_GITLAB_TOKEN | - | GitLab HTTP authorization token to use during package download |\n| AUTOBUILD_INSTALLABLE_CACHE | - | Location of local download cache |\n| AUTOBUILD_LOGLEVEL | WARNING | Log level |\n| AUTOBUILD_PLATFORM | - | Target platform |\n| AUTOBUILD_SCM_SEARCH | true | Whether to search for .git in parent directories if using SCM version discovery |\n| AUTOBUILD_VARIABLES_FILE | - | .env file to load |\n| AUTOBUILD_VCS_BRANCH | git branch | autobuild-package.xml VCS info: branch name.  |\n| AUTOBUILD_VCS_INFO | false | Whether to include version control information in autobuild-package.xml |\n| AUTOBUILD_VCS_REVISION | git commit | autobuild-package.xml VCS commit reference to include in autobuild-package.xml. Defaults to current git commit sha. |\n| AUTOBUILD_VCS_URL | git remote url | autobuild-package.xml VCS info: repository URL |\n| AUTOBUILD_VSVER | - | Target Visual Studio version to use on windows |\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Linden Lab Automated Package Management and Build System",
    "version": "3.9.4",
    "project_urls": {
        "Homepage": "http://wiki.secondlife.com/wiki/Autobuild"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbe7537c67dc1721bf3a821ac89dfd1c94b9ac88bdb9cdf2b226fe143c8a8d3b",
                "md5": "67c7f09a59e8d954965c5a1f7bded06a",
                "sha256": "5eaae040b9a413277dea28491bd00439ff1e7044f40605c509a46d4aa379d346"
            },
            "downloads": -1,
            "filename": "autobuild-3.9.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67c7f09a59e8d954965c5a1f7bded06a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 88034,
            "upload_time": "2024-04-02T07:00:57",
            "upload_time_iso_8601": "2024-04-02T07:00:57.357482Z",
            "url": "https://files.pythonhosted.org/packages/db/e7/537c67dc1721bf3a821ac89dfd1c94b9ac88bdb9cdf2b226fe143c8a8d3b/autobuild-3.9.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2253ff97eebd7a0b469c5e14a96ecf3f72801e9bf2423d361dafd887620cf64d",
                "md5": "1b5b1676def6881188739a8e1690d61a",
                "sha256": "60308c2d8f24f617f0380dc1c7de1ae345fe62397e9275508a538deab02f9a8c"
            },
            "downloads": -1,
            "filename": "autobuild-3.9.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1b5b1676def6881188739a8e1690d61a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 138667,
            "upload_time": "2024-04-02T07:00:59",
            "upload_time_iso_8601": "2024-04-02T07:00:59.817353Z",
            "url": "https://files.pythonhosted.org/packages/22/53/ff97eebd7a0b469c5e14a96ecf3f72801e9bf2423d361dafd887620cf64d/autobuild-3.9.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 07:00:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "autobuild"
}
        
Elapsed time: 0.23772s