{ "info": { "author": "John Carr", "author_email": "john.carr@isotoma.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX" ], "description": "Autodevelop buildout extension\n==============================\n\nThis package provides a buildout_ extension for automatically developing source eggs\nin the current project.\n\nYou might also want to look at mr.developer which does a similar job but also\nmanages your SCM interactions, which autodevelop explicitly does NOT do.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n\n\nFinding your develop eggs automatically\n---------------------------------------\n\nYou just need to add an extension to your buildout.cfg::\n\n [buildout]\n extensions = isotoma.buildout.autodevelop\n\nBy default this will check every directory below where you execute buildout for\nsetup.py. Buildout managed directories like develop-eggs-directory will be excluded.\nIf you want to further restrict the search path, you can till the extension where\nto search::\n\n [buildout]\n extensions = isotoma.buildout.autodevelop\n autodevelop =\n src\n externals\n\nThis will develop any source eggs contained in your src and externals directories.\n\n\nTesting 'real' eggs automatically\n---------------------------------\n\nWe package all our eggs and deploy from a local PyPI mirror. It's useful to be\nable to automatically run the egg build and test the buildout with that egg,\nrather than the checkout. You will flush out your MANIFEST problems if you make\nuse of this.\n\nYou need to put the extension into 'localeggs' mode::\n\n [buildout]\n extensions = isotoma.buildout.autodevelop\n\n [autodevelop]\n mode = localeggs\n\nUnder the hood, the extension will call ``python setup.py sdist`` for each egg\nthat would have been developed and rewrites ``${buildout:find-links}`` to use\nthat.\n\n\nAutomatic version numbers\n-------------------------\n\nYou probably won't want this, its a bit of an edge case.\n\nIf you are deploying from an SVN tag that contains your source code but you\nwant the deployment to use eggs from your PyPI mirror anyway then autodevelop\ncan automatically update the pins in your buildout to match the version of the\ncode in your tag, by rewriting the [versions] section of your config.\n\nThis looks like this::\n\n [buildout]\n extensions = isotoma.buildout.autodevelop\n\n [autodevelop]\n mode = deploy\n\n\nOptional Parameters\n-------------------\n\nautodevelop\n If you don't want to scan the entire checkout, provide a subfolder to check\n\n\nRepository\n----------\n\nThis software is available from our `recipe repository`_ on github.\n\n.. _`recipe repository`: http://github.com/isotoma/recipes\n\n\nLicense\n-------\n\nCopyright 2010 Isotoma Limited\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n\nChangelog for isotoma.buildout.autodevelop\n==========================================\n\n0.0.19 (2015-01-28)\n-------------------\n\n- Fix local egg mode on newer pythons.\n\n\n0.0.18 (2013-01-09)\n-------------------\n\n- Fix missing import.\n\n\n0.0.17 (2013-01-07)\n-------------------\n\n- Fix to work when setuptools is only available in bootstrapped environment.\n This happens when using python2.7 on lucid with deadsnakes repo without\n distribute package. This release lets it import the setuptools that you\n bootstrapped into your eggs-directory.\n\n\n0.0.16 (2012-12-31)\n-------------------\n\n- We do not autodevelop any \"parts\" directorys which means we need a list of\n part names to concatenate with the value of ``buildout:parts-directory``.\n Previously, this list was determined by evaluating ``${buildout:parts}``,\n however that didn't include parts that are pulled in automatically when\n referred to by other parts. Instead, we now get a list of part names by\n inspecting ``buildout.keys()``, filtered down to which of those parts have an\n assigned ``recipe``.\n\n\n0.0.15 (2012-03-01)\n-------------------\n\n- Set ${autodevelop:developed} to '' if not using autodevelop (i.e. mode = off)\n\n\n0.0.14 (2012-02-01)\n-------------------\n\n- Work even if ``[autodevelop]`` isnt present.\n\n\n0.0.13 (2012-01-25)\n-------------------\n\n- Nothing changed yet.\n\n\n0.0.12 (2012-01-25)\n-------------------\n\n- Any eggs that have been developed will be added to ${autodevelop:developed}\n\n\n0.0.11 (2011-01-23)\n-------------------\n\n- buildout:directory will now be searched even if\n buildout:parts-directory == buildout:directory\n\n\n0.0.10 (2011-08-31)\n-------------------\n\n- Allow autodevelop to no-op\n\n\n0.0.9 (2011-08-17)\n------------------\n\n- Remove the horrible hack from 0.0.2 ;)\n\n\n0.0.8 (2011-08-16)\n------------------\n\n- Nothing changed yet.\n\n\n0.0.7 (2011-08-10)\n------------------\n\n- Brown paper bag\n\n\n0.0.6 (2011-08-10)\n------------------\n\n- localeggs() builds zips so that this extension is python2.4 safe\n\n\n0.0.5 (2011-08-10)\n------------------\n\n- Properly deal with lists that have gaps in the middle\n\n\n0.0.4 (2011-08-10)\n------------------\n\n- Add ${autodevelop:mode} which can be ``deploy``, ``localeggs`` or ``checkout``.\n\n\n0.0.3 (2011-06-23)\n------------------\n\n- Nothing changed yet.\n\n\n0.0.2 (2011-06-16)\n------------------\n\n- If there are develop eggs, we will force them to be used over\n pinned versions.", "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/isotoma.buildout.autodevelop", "keywords": "buildout extension log", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "isotoma.buildout.autodevelop", "package_url": "https://pypi.org/project/isotoma.buildout.autodevelop/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/isotoma.buildout.autodevelop/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/isotoma.buildout.autodevelop" }, "release_url": "https://pypi.org/project/isotoma.buildout.autodevelop/0.0.19/", "requires_dist": null, "requires_python": null, "summary": "Buildout extension to automatically develop eggs found in specified directories.", "version": "0.0.19" }, "last_serial": 1399956, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "cde0159e4d7ccdf2f9b13e35afd2e1d1", "sha256": "1d8b2312d2941883307ef4f302b69465e90d7da71d552cd329bc719ef0cfc915" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.0.tar.gz", "has_sig": false, "md5_digest": "cde0159e4d7ccdf2f9b13e35afd2e1d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3163, "upload_time": "2010-10-25T18:29:22", "url": "https://files.pythonhosted.org/packages/df/59/d434eb1d730b67c7d2a062a51cebdbe89a41fa6cc81c7fced8190b28d1c3/isotoma.buildout.autodevelop-0.0.0.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "9b6a6ef399f5836f68320e5cc1520922", "sha256": "64bbfed7672c83ff5bc3f53a79da2df5cd04411856a29edb15cde9d392a249b0" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.10.zip", "has_sig": false, "md5_digest": "9b6a6ef399f5836f68320e5cc1520922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10323, "upload_time": "2011-08-31T19:08:17", "url": "https://files.pythonhosted.org/packages/1e/61/169f249933ac358484e739511b9bb7578ee2cb56be3a9081cb72c9e2f8a7/isotoma.buildout.autodevelop-0.0.10.zip" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "278614241b9c6d1175c4cacf7261b72b", "sha256": "4dbaddbfc7fe42a6c1d118b11964817e5f48bfbfc71416d583a414b7d415a31a" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.12.zip", "has_sig": false, "md5_digest": "278614241b9c6d1175c4cacf7261b72b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12258, "upload_time": "2012-01-25T15:24:13", "url": "https://files.pythonhosted.org/packages/9a/a1/804c83331a331682e7f8fc71fb8e96b197302fca0493a497764ed05c37fe/isotoma.buildout.autodevelop-0.0.12.zip" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "178fa8e868372c5d5654239fde8efca2", "sha256": "1f7a4c23046466874923ba5f3ad96e7a9cb14f7d92115ee83edd165ce1840cff" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.13.zip", "has_sig": false, "md5_digest": "178fa8e868372c5d5654239fde8efca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12366, "upload_time": "2012-01-25T16:48:59", "url": "https://files.pythonhosted.org/packages/84/c1/7160e2080a3ed3932f342297445c94de4a4626512bdf36f014778a50d2f7/isotoma.buildout.autodevelop-0.0.13.zip" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "eefef65a7a7792a025c850620329821c", "sha256": "0f4d483343a8645948cec0cf9ccbcad904ee067f89081c650ac1097b52f5068e" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.14.zip", "has_sig": false, "md5_digest": "eefef65a7a7792a025c850620329821c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12462, "upload_time": "2012-02-01T17:05:16", "url": "https://files.pythonhosted.org/packages/ce/e4/4330ef96480dbdae62111d85cddaabf9308259b391454d62bd58c1ce299f/isotoma.buildout.autodevelop-0.0.14.zip" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "3c562eb3193ef2f191f18f3c2a0b11d0", "sha256": "cb4f28dadc16a89aead369d2ecf76fd5af466b0139be99d5d090299966bb9e05" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.15.tar.gz", "has_sig": false, "md5_digest": "3c562eb3193ef2f191f18f3c2a0b11d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5207, "upload_time": "2012-03-01T16:53:10", "url": "https://files.pythonhosted.org/packages/3e/d8/fdd6df429348dca9eb47dee01475809a04b186939c56da71cdc056218422/isotoma.buildout.autodevelop-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "781a4faf626abc5f44fc25d9e8816ad5", "sha256": "0c509118e47356b35a83159eb60cbc1f64f9f49e4c479fe12259a173d8463baf" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.16.tar.gz", "has_sig": false, "md5_digest": "781a4faf626abc5f44fc25d9e8816ad5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5588, "upload_time": "2012-12-31T19:05:41", "url": "https://files.pythonhosted.org/packages/ed/48/bfd2dae4345a4fbacb148451ad725401a444cbb862c743144c2acd284d50/isotoma.buildout.autodevelop-0.0.16.tar.gz" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "e8ff550a66dcb16e18d011f9212479c1", "sha256": "a966edec402699ba95c917f532f83530e8d01de175bbf1feacd63e9c852b51e1" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.17.zip", "has_sig": false, "md5_digest": "e8ff550a66dcb16e18d011f9212479c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13961, "upload_time": "2013-01-07T14:41:00", "url": "https://files.pythonhosted.org/packages/29/73/dfb7eee5c9bf1c1a4b2a5e2ffa8fe232fd862f61ce455a6a1f2119a5b5e6/isotoma.buildout.autodevelop-0.0.17.zip" } ], "0.0.18": [ { "comment_text": "", "digests": { "md5": "7283b672a5a71193742d15a90d17d4b6", "sha256": "399e57c84385345789794eeff379c5718385a4c53981d470e2e2e9df1c9ac728" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.18.zip", "has_sig": false, "md5_digest": "7283b672a5a71193742d15a90d17d4b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14021, "upload_time": "2013-01-09T11:57:54", "url": "https://files.pythonhosted.org/packages/7a/15/0d9c8d602f4eae725ce07d83334cc1576491645124b8fba8f8b82624e0c8/isotoma.buildout.autodevelop-0.0.18.zip" } ], "0.0.19": [ { "comment_text": "", "digests": { "md5": "616e79f97bfc667987afe7f5254fc291", "sha256": "f3bbee2db5580a5a36d915d407fef3c2cbb77db6337cfeb13402bbc39ff80494" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.19.zip", "has_sig": false, "md5_digest": "616e79f97bfc667987afe7f5254fc291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14097, "upload_time": "2015-01-28T13:12:06", "url": "https://files.pythonhosted.org/packages/1a/ee/1f4fd01876979cade40252de075101886b7189d2f12c6c17b4f94bbdbc1d/isotoma.buildout.autodevelop-0.0.19.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "43441010d16411ca9bf33c99e1ce5041", "sha256": "2aa1d97ee5e52d9570d27322d277d994653a06c748b10d452782fd4525c647ac" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.2.zip", "has_sig": false, "md5_digest": "43441010d16411ca9bf33c99e1ce5041", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9356, "upload_time": "2011-06-16T14:02:05", "url": "https://files.pythonhosted.org/packages/37/cf/583f909a3098192ed70cd4b62b2c22afb7bda5bef12ae8b4a49ef89dea3f/isotoma.buildout.autodevelop-0.0.2.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a07f796dbd8e653532479d9c9c624093", "sha256": "8b44cb0649e0380cae93d4558dd68248312178afcab4efdce20742cf0c12e4dc" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.4.zip", "has_sig": false, "md5_digest": "a07f796dbd8e653532479d9c9c624093", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10018, "upload_time": "2011-08-10T15:52:48", "url": "https://files.pythonhosted.org/packages/96/ef/341517285906fbdba7e32ca8bb83a34eb075828ee957af5960c3e0382fcc/isotoma.buildout.autodevelop-0.0.4.zip" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "4b782ee6a73f3acc767be263732a8030", "sha256": "adc06337720cbe41c5c9e3ccdd8eefa913827903db6a4a79d36aacef2bb45e6e" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.5.zip", "has_sig": false, "md5_digest": "4b782ee6a73f3acc767be263732a8030", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10151, "upload_time": "2011-08-10T16:14:03", "url": "https://files.pythonhosted.org/packages/79/3e/52c90259aee5649348fbe5eee17a69ce09de5110e908bbe9a325b545d42b/isotoma.buildout.autodevelop-0.0.5.zip" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "e00331eceb7c5f31742355fdef5b8daa", "sha256": "30d490fe91f22bbc05f7cebbd00be9a782af0f00679ff6cc617ed8a529ba696a" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.6.zip", "has_sig": false, "md5_digest": "e00331eceb7c5f31742355fdef5b8daa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10263, "upload_time": "2011-08-10T16:15:43", "url": "https://files.pythonhosted.org/packages/b9/23/138a507cd524ce5abc166ed6e7525936d46a3862b74fdf48cf9ace64d9a9/isotoma.buildout.autodevelop-0.0.6.zip" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "bf5eccd48ee48fe029a0c646382c3866", "sha256": "b6f7ba7a6f876c919a2f571b99885fe523baaec92da226a265b4c2dffbe53904" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.7.zip", "has_sig": false, "md5_digest": "bf5eccd48ee48fe029a0c646382c3866", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10321, "upload_time": "2011-08-10T16:22:12", "url": "https://files.pythonhosted.org/packages/b9/03/7182dde32c5054371ca5e809948a9db132eea6848be6f84d8a8805f5c6e1/isotoma.buildout.autodevelop-0.0.7.zip" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "635a241428d5fe7c9a66acd2ad39ca08", "sha256": "a50f9a28b7d435b4b510c8c0411d736428e63120b039607832fd6e4826a9bf73" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.8.zip", "has_sig": false, "md5_digest": "635a241428d5fe7c9a66acd2ad39ca08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10357, "upload_time": "2011-08-16T13:15:37", "url": "https://files.pythonhosted.org/packages/74/4a/c579872316be94bb537bd5e15d0064e6fb8180b7b212236246d040fa2098/isotoma.buildout.autodevelop-0.0.8.zip" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "7c0782d3a7153c4f2ba0374b8663dc9c", "sha256": "07a4fadb567b35fab510a52e6f4fed6105a53c82e3af498f8c078a63af5419af" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.9.zip", "has_sig": false, "md5_digest": "7c0782d3a7153c4f2ba0374b8663dc9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10193, "upload_time": "2011-08-17T17:37:20", "url": "https://files.pythonhosted.org/packages/ff/00/b5874ef59f780512a6ac3c0afde242bf04c4132b9124ae0b0576e3fee4f2/isotoma.buildout.autodevelop-0.0.9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "616e79f97bfc667987afe7f5254fc291", "sha256": "f3bbee2db5580a5a36d915d407fef3c2cbb77db6337cfeb13402bbc39ff80494" }, "downloads": -1, "filename": "isotoma.buildout.autodevelop-0.0.19.zip", "has_sig": false, "md5_digest": "616e79f97bfc667987afe7f5254fc291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14097, "upload_time": "2015-01-28T13:12:06", "url": "https://files.pythonhosted.org/packages/1a/ee/1f4fd01876979cade40252de075101886b7189d2f12c6c17b4f94bbdbc1d/isotoma.buildout.autodevelop-0.0.19.zip" } ] }