{ "info": { "author": "Vitaly Murashev", "author_email": "vitaly.murashev@gmail.com", "bugtrack_url": null, "classifiers": [], "description": " ======================\r\r\n \r\r\n Overview\r\r\n --------\r\r\n \r\r\n *MiniBuild* build system is a pure Python package aimed to build\r\r\n executables, static and shared libraries from C, C++ and ASM source\r\r\n files. Build process can be launched from any directory containing a\r\r\n ``minibuild.mk`` makefile. This file describes what type of binary is\r\r\n going to be built and its dependencies on other modules inside a\r\r\n directory tree of your project.\r\r\n \r\r\n Supported toolchains and platforms:\r\r\n -----------------------------------\r\r\n \r\r\n - Windows (i686, x86_64):\r\r\n \r\r\n - Microsoft Visual Studio 2005, 2008, 2010, 2012, 2013, 2015, 2017\r\r\n - MinGW\r\r\n \r\r\n - Linux (i686, x86_64, arm-eabi, aarch64):\r\r\n \r\r\n - GCC\r\r\n - A range of gcc cross-toolchains generated by crosstool-ng:\r\r\n https://crosstool-ng.github.io\r\r\n \r\r\n - MacOSX (x86_64):\r\r\n \r\r\n - clang\r\r\n \r\r\n Assembly language support\r\r\n -------------------------\r\r\n \r\r\n By default ASM source files are supposed to be written in toolchain\r\r\n default assembly dialect (which is usually MASM or GAS depending on\r\r\n toolchain being used for build). However threre is case, when your ASM\r\r\n source files are written in NASM assembly language dialect. To prescribe\r\r\n this fact a corresponding option just has to be turned on in related\r\r\n makefile.\r\r\n \r\r\n Documentation\r\r\n -------------\r\r\n \r\r\n Documentation is available at https://minibuild.github.io/minibuild/\r\r\n \r\nKeywords: buildsystem build\r\nPlatform: Linux\r\nPlatform: Windows\r\nPlatform: MacOSX\r\nClassifier: Development Status :: 5 - Production/Stable\r\nClassifier: Environment :: Console\r\nClassifier: License :: OSI Approved :: MIT License\r\nClassifier: Operating System :: POSIX :: Linux\r\nClassifier: Operating System :: MacOS :: MacOS X\r\nClassifier: Operating System :: Microsoft :: Windows\r\nClassifier: Programming Language :: Python\r\nClassifier: Programming Language :: Python :: 2\r\nClassifier: Programming Language :: Python :: 2.7\r\nClassifier: Programming Language :: Python :: 3\r\nClassifier: Programming Language :: Python :: Implementation :: CPython\r\nClassifier: Topic :: Software Development :: Build Tools\r\nRequires-Python: >=2.7\r\nDescription-Content-Type: text/x-rst\r\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/minibuild/minibuild/archive/1.0.9.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://minibuild.github.io/minibuild/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "minibuild", "package_url": "https://pypi.org/project/minibuild/", "platform": "", "project_url": "https://pypi.org/project/minibuild/", "project_urls": { "Download": "https://github.com/minibuild/minibuild/archive/1.0.9.tar.gz", "Homepage": "https://minibuild.github.io/minibuild/", "Source": "https://github.com/minibuild/minibuild/" }, "release_url": "https://pypi.org/project/minibuild/1.0.9/", "requires_dist": null, "requires_python": "", "summary": "Build system aimed to be a pure Python alternative to GNU Make with builtin support of MSVS, GCC, clang", "version": "1.0.9" }, "last_serial": 4645821, "releases": { "1.0.9": [ { "comment_text": "", "digests": { "md5": "905a8c48792d475c84059f698077830c", "sha256": "2238ee2ddb83353c6cbf52be414f825e56c7afc341bd5bc9752c580b48aa6aa7" }, "downloads": -1, "filename": "minibuild-1.0.9.tar.gz", "has_sig": false, "md5_digest": "905a8c48792d475c84059f698077830c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59962, "upload_time": "2018-12-30T09:07:22", "url": "https://files.pythonhosted.org/packages/26/c5/4d55a976ea4466e4adcf3a30e5132225f668e5981b7ac47bdedf66d7e8a9/minibuild-1.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "905a8c48792d475c84059f698077830c", "sha256": "2238ee2ddb83353c6cbf52be414f825e56c7afc341bd5bc9752c580b48aa6aa7" }, "downloads": -1, "filename": "minibuild-1.0.9.tar.gz", "has_sig": false, "md5_digest": "905a8c48792d475c84059f698077830c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59962, "upload_time": "2018-12-30T09:07:22", "url": "https://files.pythonhosted.org/packages/26/c5/4d55a976ea4466e4adcf3a30e5132225f668e5981b7ac47bdedf66d7e8a9/minibuild-1.0.9.tar.gz" } ] }