{ "info": { "author": "Andreas Zeidler", "author_email": "witsch@plone.org", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "``buildout.packagename`` is a `zc.buildout`_ extension which can be used\nto extract the package name of an adjacent ``setup.py`` to avoid redundancy.\nThe extracted name is made available via the ``package-name`` variable in\nthe ``[buildout]`` section, i.e. as ``${buildout:package-name}``.\n\n.. _`zc.buildout`: http://pypi.python.org/pypi/zc.buildout\n\nUsage\n-----\n\nAn example ``buildout.cfg`` using the extension might look like this::\n\n [buildout]\n extensions = buildout.packagename\n parts = app\n \n [app]\n recipe = zc.recipe.egg\n interpreter = app\n eggs = ${buildout:package-name}\n\nPlease note that since using this extension only makes sense for\npackage-specific buildouts, the ``develop`` setting is set to \".\"\nfor added convenience.\n\nChangelog\n=========\n\n1.0 (2012-10-27)\n----------------\n\n- Initial release.\n [witsch]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/witsch/buildout.packagename", "keywords": "buildout extension setuptools", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "buildout.packagename", "package_url": "https://pypi.org/project/buildout.packagename/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/buildout.packagename/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/witsch/buildout.packagename" }, "release_url": "https://pypi.org/project/buildout.packagename/1.0/", "requires_dist": null, "requires_python": null, "summary": "A `zc.buildout` extension to extract the package name from an adjacent `setup.py`.", "version": "1.0" }, "last_serial": 787108, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "307f0fdd8abbe2690ec5c801d7eaafd1", "sha256": "9ce504480fa13da810b13b87d75a1331482246136f518c2fe6d676694ba1ef91" }, "downloads": -1, "filename": "buildout.packagename-1.0.zip", "has_sig": false, "md5_digest": "307f0fdd8abbe2690ec5c801d7eaafd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7321, "upload_time": "2012-10-26T22:38:14", "url": "https://files.pythonhosted.org/packages/d9/23/0476a07031dae53cf67fe8ef721fc6b026633c29efc58027a98713bd7363/buildout.packagename-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "307f0fdd8abbe2690ec5c801d7eaafd1", "sha256": "9ce504480fa13da810b13b87d75a1331482246136f518c2fe6d676694ba1ef91" }, "downloads": -1, "filename": "buildout.packagename-1.0.zip", "has_sig": false, "md5_digest": "307f0fdd8abbe2690ec5c801d7eaafd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7321, "upload_time": "2012-10-26T22:38:14", "url": "https://files.pythonhosted.org/packages/d9/23/0476a07031dae53cf67fe8ef721fc6b026633c29efc58027a98713bd7363/buildout.packagename-1.0.zip" } ] }