{
"info": {
"author": "Takayuki SHIMIZUKAWA",
"author_email": "shimizukawa at gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Python Software Foundation License",
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "distutils extension module - create an buildout-based installer.\n\n zc.buildout is a Python-based build system for creating, assembling and\n deploying applications from multiple parts, some of which may be\n non-Python-based. It lets you create a buildout configuration and\n reproduce the same software later. -- http://www.buildout.org/\n\nbuildout.packager creates single-file installers for an buildout-environment\nalong with all dependencies, which can be used without network access.\n\n\nRequirements\n------------\n\n* Python 2.5 or later\n\n* `InnoSetup `_ for Windows installer\n\n\nDependencies\n------------\n\n* `setuptools `_ or\n `distribute `_\n\n* `zc.buildout `_\n\n\nFeatures\n--------\n\n* You can create an installer reproducing zc.buildout environment.\n\n* installer metadata over setup() metadata\n\n\nLimitations\n-----------\n\n* The installer doesn't bundle Python interpreter.\n\n* Not implemented for Unix environment.\n\n\nAn example\n----------\n\nsetup.py::\n\n from setuptools import setup\n setup(\n name='Sphinx',\n version='1.0',\n )\n\nbuildout.cfg::\n\n [buildout]\n parts = app\n\n [app]\n recipe = zc.recipe.egg\n eggs =\n Sphinx\n\n\nDo the command `python setup.py bdist_buildout`.\nThen you get the installation file named `dist\\Sphinx-1.0-py2.6-win32.exe`.\n\n\nHistory\n-------\n\n0.0.1\n~~~~~\n* first release\n\nTodos\n------\n\nfor Windows\n~~~~~~~~~~~\n* use innosetup package\n* replace os.system with subprocess\n\n\nfor Unix\n--------\n* NotImplemented\n\n\nKnown Issues\n~~~~~~~~~~~~~\n\n* Process restart probrem when zc.buildout upgrate it by oneself.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://svn.freia.jp/open/buildout.packager/",
"keywords": "zc.buildout,installer",
"license": "PSL",
"maintainer": null,
"maintainer_email": null,
"name": "buildout.packager",
"package_url": "https://pypi.org/project/buildout.packager/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/buildout.packager/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://svn.freia.jp/open/buildout.packager/"
},
"release_url": "https://pypi.org/project/buildout.packager/0.0.1dev-r662/",
"requires_dist": null,
"requires_python": null,
"summary": "buildout.packager generate installer from setup.py and buildout.cfg files.",
"version": "0.0.1dev-r662"
},
"last_serial": 659871,
"releases": {
"0.0.1dev-r661": [],
"0.0.1dev-r662": [
{
"comment_text": "",
"digests": {
"md5": "e41e9eaf4c974497032f9241dad06964",
"sha256": "6b4d4bfa5ac3c07cc6408d12c9d95e520044e364c40c83f00fcb4ce89072e9f9"
},
"downloads": -1,
"filename": "buildout.packager-0.0.1dev-r662.zip",
"has_sig": false,
"md5_digest": "e41e9eaf4c974497032f9241dad06964",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26825,
"upload_time": "2010-04-10T11:54:23",
"url": "https://files.pythonhosted.org/packages/f5/b5/f679612c2031649423d1379a8ab0fcf050f2b0809f2c293a729c1d5eb503/buildout.packager-0.0.1dev-r662.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "e41e9eaf4c974497032f9241dad06964",
"sha256": "6b4d4bfa5ac3c07cc6408d12c9d95e520044e364c40c83f00fcb4ce89072e9f9"
},
"downloads": -1,
"filename": "buildout.packager-0.0.1dev-r662.zip",
"has_sig": false,
"md5_digest": "e41e9eaf4c974497032f9241dad06964",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26825,
"upload_time": "2010-04-10T11:54:23",
"url": "https://files.pythonhosted.org/packages/f5/b5/f679612c2031649423d1379a8ab0fcf050f2b0809f2c293a729c1d5eb503/buildout.packager-0.0.1dev-r662.zip"
}
]
}