{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "``zope.optionalextension`` README\n=================================\n\nThis package provides a distutils extension for building optional C\nextensions. It is intended for use in projects which have a Python reference\nimplementation of one or more features, and which can function without\nneeding any C extensions to be successfully compiled.\n\nUsing the Command with bare ``distutils``\n-----------------------------------------\n\nIn the ``setup.py`` for your package::\n\n from distutils.core import setup\n\n setup(name='your.package',\n ...\n command_packages = ['zope.optionalextension',\n 'distutils.command',\n ]\n ...\n )\n\nYou need to ensure that ``zope.optionalextension`` is installed first\nyourself.\n\n\nUsing the Command with bare ``setuptools``\n------------------------------------------\n\nIn the ``setup.py`` for your package::\n\n from setuptools import setup \n\n setup(name='your.package',\n ...\n setup_requires=['zope.optionalextension'],\n command_packages=['zope.optionalextension',\n 'distutils.command',\n ]\n ...\n )\n\n\n``zope.optionalextension`` Changelog\n=====================================\n\n1.1 (2010-07-03)\n----------------\n\n- Make the package work as a distutils ``command_packages`` plugin.\n\n\n1.0 (2010-07-03)\n----------------\n\n- Extracted from ``zope.i18nmessageid`` 3.5.0.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/zope.optionalextension", "keywords": null, "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "zope.optionalextension", "package_url": "https://pypi.org/project/zope.optionalextension/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zope.optionalextension/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/zope.optionalextension" }, "release_url": "https://pypi.org/project/zope.optionalextension/1.1/", "requires_dist": null, "requires_python": null, "summary": "Optional compilation of C extensions", "version": "1.1" }, "last_serial": 802386, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "698bc2aee73b0e66f4d965e23d2e6e17", "sha256": "84cf146df5c5137e7650cb4e828b3d4801bebb2fd002efc09272342a14599d38" }, "downloads": -1, "filename": "zope.optionalextension-1.0.tar.gz", "has_sig": false, "md5_digest": "698bc2aee73b0e66f4d965e23d2e6e17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4858, "upload_time": "2010-07-03T20:33:57", "url": "https://files.pythonhosted.org/packages/f6/58/08316e289ab2541b284eb456bdfc76559b0419811fc3e06e7de98e47388a/zope.optionalextension-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "83cbda6c7590b6d721958eb6aeb90629", "sha256": "0979d8cd044929370f52d546ed9103050bd361ec7a33fcdaf51043b0307c0d16" }, "downloads": -1, "filename": "zope.optionalextension-1.1.tar.gz", "has_sig": false, "md5_digest": "83cbda6c7590b6d721958eb6aeb90629", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5017, "upload_time": "2010-07-03T20:56:52", "url": "https://files.pythonhosted.org/packages/85/11/2be78def90bb6fe0981d6c4c8fea9ce3d2e75f34e165eccf6b813a4ba660/zope.optionalextension-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83cbda6c7590b6d721958eb6aeb90629", "sha256": "0979d8cd044929370f52d546ed9103050bd361ec7a33fcdaf51043b0307c0d16" }, "downloads": -1, "filename": "zope.optionalextension-1.1.tar.gz", "has_sig": false, "md5_digest": "83cbda6c7590b6d721958eb6aeb90629", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5017, "upload_time": "2010-07-03T20:56:52", "url": "https://files.pythonhosted.org/packages/85/11/2be78def90bb6fe0981d6c4c8fea9ce3d2e75f34e165eccf6b813a4ba660/zope.optionalextension-1.1.tar.gz" } ] }