{ "info": { "author": "Alexander V. Nikolaev", "author_email": "avn@daemon.hole.ru", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. contents:: :depth: 1\n\nmr.cython\n=========\n\nProblem\n-------\n\nBuildout and mr.developer play nice together, until Cython join the party.\nThere are no unified way to detect/use Cython, some of them (``gevent``) just\nuse ``cython`` command from ``PATH`` or from ``CYTHON`` environment variable,\nothers just try to import ``Cython`` modules directly from ``setup.py``.\n\nSolution\n--------\n\nAdd ``mr.cython`` to the ``extensions`` entry in your ``[buildout]``\nsection::\n\n [buildout]\n extensions = mr.cython\n\nIf you use ``mr.developer``, add ``mr.cython`` right after them::\n\n [buildout]\n extensions =\n mr.developer\n mr.cython\n\nThis implicitly install ``cython`` into your ``bin/`` directory, and allow \n``setup.py`` from subsequent developed packages find ``cython`` in path, and\nallow import ``Cython.*`` namespace from them. Only eggs from ``develop``\nline of ``[buildout]`` are affected, including eggs pulled by ``mr.developer``.", "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/sendgridlabs/mr.cython", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "mr.cython", "package_url": "https://pypi.org/project/mr.cython/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mr.cython/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sendgridlabs/mr.cython" }, "release_url": "https://pypi.org/project/mr.cython/1.0/", "requires_dist": null, "requires_python": null, "summary": "A zc.buildout extension to befriend mr.developer and Cython.", "version": "1.0" }, "last_serial": 936385, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "960dd5ff816ec0dd5b6299558bf75ac9", "sha256": "03a0ae3c53e63a82d2955b6cbd54338169030affd88fe0f500764242d066fa07" }, "downloads": -1, "filename": "mr.cython-1.0.tar.gz", "has_sig": false, "md5_digest": "960dd5ff816ec0dd5b6299558bf75ac9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2972, "upload_time": "2013-12-05T04:41:44", "url": "https://files.pythonhosted.org/packages/75/1c/5af040ef9968ded73e8e219a9b86da9c6d4821e9b6277468938318ff744b/mr.cython-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "960dd5ff816ec0dd5b6299558bf75ac9", "sha256": "03a0ae3c53e63a82d2955b6cbd54338169030affd88fe0f500764242d066fa07" }, "downloads": -1, "filename": "mr.cython-1.0.tar.gz", "has_sig": false, "md5_digest": "960dd5ff816ec0dd5b6299558bf75ac9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2972, "upload_time": "2013-12-05T04:41:44", "url": "https://files.pythonhosted.org/packages/75/1c/5af040ef9968ded73e8e219a9b86da9c6d4821e9b6277468938318ff744b/mr.cython-1.0.tar.gz" } ] }