{ "info": { "author": "Roland van Laar", "author_email": "roland.vanlaar@nelen-schuurmans.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Unix", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "NENS Build\n============\n\n.. image:: https://secure.travis-ci.org/nens/nensbuild.png?branch=master\n :target: http://travis-ci.org/nens/nensbuild/\n\nAt Nelen & Schuurmans_ we use a couple commands to get a development environment\nup and running::\n\n git clone repo\n cd repo\n ln -s development.cfg buildout.cfg\n python bootstrap.py\n bin/buildout\n\nThere are more commands that could be eliminated::\n\n createdb\n bin/django syncdb\n bin/django migrate\n\nThis is a code smell according to the book Clean Code. A build should\nhave three steps at the most::\n\n git clone repo\n cd repo\n build\n\n\nThis python packages aims to solve this by eliminating the symlink, bootstrap and buildout commands::\n\n git clone repo\n cd repo\n nens-build\n\n.. _Nelen & Schuurmans: http://www.nelen-schuurmans.nl\n\n\nCredits\n=======\n\n- Roland van Laar started this library\n\n\nChangelog of nens-build\n===================================================\n\n\n0.4 (2013-02-05)\n----------------\n\n- Add sysegg check. This depends on the new syseggrecipe.\n- Drop python2.6 support (again). subprocess.check_output is nw in python 2.7.\n\n\n0.3 (2012-12-22)\n----------------\n\n- Add travis-ci support.\n- Use bash as shell for running buildout. Fixes an issue with running nensbuild\n on a Vagrant virtual box. Fixes gh-1.\n\n\n0.2 (2012-12-15)\n----------------\n\n- Fix classifiers for release on pypi.\n\n\n0.1 (2012-12-15)\n----------------\n\n- Remove use of external python libraries.\n- Add unittests.\n- Initial project structure created with nensskel 1.29.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/nens/nensbuild", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "nensbuild", "package_url": "https://pypi.org/project/nensbuild/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nensbuild/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/nens/nensbuild" }, "release_url": "https://pypi.org/project/nensbuild/0.4/", "requires_dist": null, "requires_python": null, "summary": "One step buildout build.", "version": "0.4" }, "last_serial": 3847311, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "eb11674df4f68dd76994c4463c4984a7", "sha256": "f3a21019d5bb907f7199d4c635920191bdf8f29820c548004c18acaf407e5962" }, "downloads": -1, "filename": "nensbuild-0.2.zip", "has_sig": false, "md5_digest": "eb11674df4f68dd76994c4463c4984a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18567, "upload_time": "2012-12-15T09:32:12", "url": "https://files.pythonhosted.org/packages/72/65/5efe6a1db4785fe46d60c7860824a35f3ee9baf0ae0cd5b4bc2dd1e2508c/nensbuild-0.2.zip" } ], "0.2.dev0": [], "0.3": [ { "comment_text": "", "digests": { "md5": "97eff005797250bdb0b662e04abf353a", "sha256": "052f9bfb24d46ada2e2326e659d4b1305c6fed5740f802920934f78bb6e2fa8f" }, "downloads": -1, "filename": "nensbuild-0.3.zip", "has_sig": false, "md5_digest": "97eff005797250bdb0b662e04abf353a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8015, "upload_time": "2012-12-22T11:02:30", "url": "https://files.pythonhosted.org/packages/44/34/01a8f5c4b5dd8726efe0137ad711544236c8da3ae604a836b38f1800d94f/nensbuild-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "f858411d440c1d5b2065c94739f93a86", "sha256": "4726c20a423a45c3bdc458692ebbf7dbcfd4ae6b4c96c2e696f3cb17ec6af8c7" }, "downloads": -1, "filename": "nensbuild-0.4.zip", "has_sig": false, "md5_digest": "f858411d440c1d5b2065c94739f93a86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8514, "upload_time": "2013-02-05T22:56:17", "url": "https://files.pythonhosted.org/packages/83/ba/c914151ddfcc5ba1117af6e651e2ca14581068a67e508a10cb6b3666f85f/nensbuild-0.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f858411d440c1d5b2065c94739f93a86", "sha256": "4726c20a423a45c3bdc458692ebbf7dbcfd4ae6b4c96c2e696f3cb17ec6af8c7" }, "downloads": -1, "filename": "nensbuild-0.4.zip", "has_sig": false, "md5_digest": "f858411d440c1d5b2065c94739f93a86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8514, "upload_time": "2013-02-05T22:56:17", "url": "https://files.pythonhosted.org/packages/83/ba/c914151ddfcc5ba1117af6e651e2ca14581068a67e508a10cb6b3666f85f/nensbuild-0.4.zip" } ] }