{ "info": { "author": "Martijn Pieters", "author_email": "mj@zopatista.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Framework :: Setuptools Plugin", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Version Control" ], "description": "Subversion support for setuptools\n=================================\n\nSetuptools has built-in support for subversion repositories; it'll find all \nfiles tracked by subversion and include them when building a distribution.\n\nHowever, this support directly reads the private subversion repository\nmetadata files, and these have been know to change from version to version.\nFor example, subversion 1.7 switched to one top-level `.svn` directory with\na sqlite database, instead of separate directories throughout the working\ncopy with proprietary or XML text files in preceding versions. As of the time\nof this package development, setuptools does not yet support working copies\nusing the subversion 1.7 sqlite database format.\n\nThis package uses the `svn list` command instead to list files in a repository,\navoiding having to know about every version of subversion and it's particular\nmetadata formats.\n\nNote that when using setuptools on a subversion 1.7 working copy, setuptools\nitself will complain about not being able to parse the `.svn/entries` file\nbefore it delegates file listing to this plugin. This is just a warning, and\ncan safely be ignored.\n\n\nRequirements\n------------\n\n* Python 2.4 or newer (including python 3.x)\n\n* The `svn` command line tool. Any version will do.\n\n\nDevelopment\n-----------\n\nThe project code is hosted on GitHub_, feel free to report issues,\nfork the code and issue pull requests.\n\n.. _GitHub: https://github.com/mjpieters/setuptools_subversion\n\n\nLicense\n-------\n\nBSD (simplified), see: LICENSE.txt\n\n\nAuthor\n------\n\nMartijn Pieters \n\nChangelog\n=========\n\n3.1 (2012-10-15)\n----------------\n\n* Re-introduce NFC normalization when using Python 3.\n [mj]\n\n3.0 (2012-10-12)\n----------------\n\n* Use `svn info` to avoid a round-trip to the server, and use a SAX\n parser to read the svn XML output instead of a regular expression.\n Thanks to Matt Good for the `svn info` pointer.\n [mj]\n\n2.1 (2012-08-08)\n----------------\n\n* Do not rely on sys.stdout.encoding, use locale.getpreferredencoding()\n instead; when used as a pipe no encoding is set otherwise.\n [stefan]\n\n2.0 (2012-08-04)\n----------------\n\n* Don't log an error when the target directory is not a Subversion sandbox.\n [stefan]\n\n* Return Unicode strings under Python 3.\n [stefan]\n\n1.8 (2012-07-11)\n----------------\n\n* Fixed compatibility with Python 2.4 once more.\n [mj]\n\n1.7 (2012-07-11)\n----------------\n\n* Fix issue #3: svn ls on Windows may return slashes.\n [stefan]\n\n1.6 (2011-11-09)\n----------------\n\n* Fixed compatibility with Python 3.\n [mj]\n\n1.5 (2011-11-09)\n----------------\n\n* Fixed compatibility with Python 2.4.\n [maurits]\n\n1.4 (2011-11-02)\n----------------\n\n* Return only files, not directories.\n [stefan]\n\n1.3 (2011-10-19)\n----------------\n\n* Metadata and minor documentation updates.\n [mj]\n\n* Improve logging output when the svn command fails; lowering it to INFO\n level and prepending the module name.\n [mj]\n\n1.2 (2011-10-19)\n----------------\n\n* Compatibility with python versions 2.4 and 2.5 (thanks to Maurits van Rees)\n as well as python 3.\n [mj]\n\n* Documentation updates.\n [mj]\n\n1.1 (2011-10-17)\n----------------\n\n* Packaging metadata update.\n\n1.0 (2011-10-17)\n----------------\n\n* Initial release.", "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/setuptools_subversion", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "setuptools_subversion", "package_url": "https://pypi.org/project/setuptools_subversion/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/setuptools_subversion/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/setuptools_subversion" }, "release_url": "https://pypi.org/project/setuptools_subversion/3.1/", "requires_dist": null, "requires_python": null, "summary": "Setuptools revision control system plugin for Subversion", "version": "3.1" }, "last_serial": 657181, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "0d1bd2a8ac028bb1cc7b09e2e8701de4", "sha256": "3ecf8b6c09c0ae1cabb1fbb3e843c0c6f30cfb4a1d09233a9d801ee0c41e8494" }, "downloads": -1, "filename": "setuptools_subversion-1.0.zip", "has_sig": false, "md5_digest": "0d1bd2a8ac028bb1cc7b09e2e8701de4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6084, "upload_time": "2011-10-17T16:40:59", "url": "https://files.pythonhosted.org/packages/74/e3/96f01af62fe5776e372f1d55a2f6a6e5254dff1f5737035483cf4e92c2bf/setuptools_subversion-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "dd5920a3c954987b1020c4f66fa43851", "sha256": "ae175a61a61a7e9c767526da275bb7aa74a363d1c0ce261dba4c742bd8a78276" }, "downloads": -1, "filename": "setuptools_subversion-1.1.zip", "has_sig": false, "md5_digest": "dd5920a3c954987b1020c4f66fa43851", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6150, "upload_time": "2011-10-17T16:46:38", "url": "https://files.pythonhosted.org/packages/b8/49/c3dcf916722dd4d3dd35706db804ea591b5398dc054bc54f8b755badf344/setuptools_subversion-1.1.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "6173ff03ceb4d79d4cf6d6cb7193ac4a", "sha256": "74be57a3a32448c62c56b39c3b6d615d7bb39625af45fadcab4aaaeab509f8fd" }, "downloads": -1, "filename": "setuptools_subversion-1.2.zip", "has_sig": false, "md5_digest": "6173ff03ceb4d79d4cf6d6cb7193ac4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6973, "upload_time": "2011-10-19T21:42:00", "url": "https://files.pythonhosted.org/packages/71/70/cc264e0011f0346d5379364a4e2fd6110c2095a2229581ca39e6be488ca3/setuptools_subversion-1.2.zip" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "6486c4cfa957aa61cd466059cfd9048d", "sha256": "5f6c3d6370421352366e3e8424dceb8927144fb92d2515224037f00a9d058638" }, "downloads": -1, "filename": "setuptools_subversion-1.3.zip", "has_sig": false, "md5_digest": "6486c4cfa957aa61cd466059cfd9048d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8263, "upload_time": "2011-10-19T22:34:19", "url": "https://files.pythonhosted.org/packages/09/ca/90fa78d00f955eed16a3ae497a8b5d0a633126d92df306bba7560d593776/setuptools_subversion-1.3.zip" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "b5dc4f434ec4a2302875902205e7e6ef", "sha256": "7cff76ebb0b9d7d15e40d62cd3c5d514e210b3cb67a2f7572ea62716eb020361" }, "downloads": -1, "filename": "setuptools_subversion-1.4.zip", "has_sig": false, "md5_digest": "b5dc4f434ec4a2302875902205e7e6ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8391, "upload_time": "2011-11-02T21:25:47", "url": "https://files.pythonhosted.org/packages/47/ad/799abb1b1754dd53e7a85032db952f4ffb37c8070cd4982e220cd961b90a/setuptools_subversion-1.4.zip" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "6d2b2e5eb5aa849eb711e12b1cd82033", "sha256": "4b10bc83f6167bf328b50df1e9139286f9308bc9952b95bc0551baa79d164b8d" }, "downloads": -1, "filename": "setuptools_subversion-1.5.zip", "has_sig": false, "md5_digest": "6d2b2e5eb5aa849eb711e12b1cd82033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8470, "upload_time": "2011-11-09T22:08:27", "url": "https://files.pythonhosted.org/packages/80/c0/1551cdac8e1f78719821e7729a288591e70349257d0d92bf71a77f41cbb1/setuptools_subversion-1.5.zip" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "5b7a1d9c902927cdc32a6285e0b5b4cb", "sha256": "a0c85560dfac26d4f406b87d4ea1b3ce71ad834608993420806b75150ef57e03" }, "downloads": -1, "filename": "setuptools_subversion-1.6.zip", "has_sig": false, "md5_digest": "5b7a1d9c902927cdc32a6285e0b5b4cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8504, "upload_time": "2011-11-09T22:23:04", "url": "https://files.pythonhosted.org/packages/7b/46/1126f0bb387c6ae02fc7e7bf91546b41e5fa7fca9f6265d6471b9e1934d4/setuptools_subversion-1.6.zip" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "f1b0333a3b98e25d4eb660c666c0b162", "sha256": "3a22c3e8d5a8603da0ed9cf168717fd65d1d7c90faebe85f93949a6d052bdd49" }, "downloads": -1, "filename": "setuptools_subversion-1.7.zip", "has_sig": false, "md5_digest": "f1b0333a3b98e25d4eb660c666c0b162", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8660, "upload_time": "2012-07-11T13:06:20", "url": "https://files.pythonhosted.org/packages/5d/6d/d42b4262acbe1554037b6febe4b9d89ed1217ad1e5648da1c6f53e15d1ac/setuptools_subversion-1.7.zip" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "015eac569352f8a7bb884a65b47697f6", "sha256": "6766f9246d98d1b50e5e9b1e339e7ad47756491c2822fb99352e23ff6580f224" }, "downloads": -1, "filename": "setuptools_subversion-1.8.zip", "has_sig": false, "md5_digest": "015eac569352f8a7bb884a65b47697f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8704, "upload_time": "2012-07-11T13:22:46", "url": "https://files.pythonhosted.org/packages/11/da/bde492c4c9127ab602d47942b777375c1193fe26e7c0e1547a2cda65827c/setuptools_subversion-1.8.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "4b75c2a4c2a317d1d0b52945e2acb7f7", "sha256": "ca2def6c43e5a43ec7a920ecd20bc96cb981ac462a04d57df4c629ccbf6d88cf" }, "downloads": -1, "filename": "setuptools_subversion-2.0.zip", "has_sig": false, "md5_digest": "4b75c2a4c2a317d1d0b52945e2acb7f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9314, "upload_time": "2012-08-04T14:43:57", "url": "https://files.pythonhosted.org/packages/9f/bb/585b94f8f2eb0168af09e785e395ed2c1b0c5590fe613fd212f02809aa6f/setuptools_subversion-2.0.zip" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "461d7ba535f9f060ad0b04006381bc5c", "sha256": "734668f123e71cc173a43c587c4e4a0a5bf307a4f7fd9e8a3464026989431ce1" }, "downloads": -1, "filename": "setuptools_subversion-2.1.zip", "has_sig": false, "md5_digest": "461d7ba535f9f060ad0b04006381bc5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9600, "upload_time": "2012-08-08T13:53:49", "url": "https://files.pythonhosted.org/packages/6b/be/db59355944b2ed136cda1de623af116d798e0da6eef4e55746dab950d502/setuptools_subversion-2.1.zip" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "47687a79af4f239b304ce57cb6935fb0", "sha256": "23f60e62e203cc40ef373e883ab7fdf6414de76f780802a35a1ee4fec344a2eb" }, "downloads": -1, "filename": "setuptools_subversion-3.0.zip", "has_sig": false, "md5_digest": "47687a79af4f239b304ce57cb6935fb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9931, "upload_time": "2012-10-12T10:38:47", "url": "https://files.pythonhosted.org/packages/24/c4/523be3b3d5b83b6ef0bbe8c00d1e721ecf707ba79d362aa82cd4050d3d72/setuptools_subversion-3.0.zip" } ], "3.1": [ { "comment_text": "", "digests": { "md5": "34a913308de323a9d380407d1287fff2", "sha256": "7bcf822e8ecde2feb49ad3df9e88036be2af64c49f9093773614383503989323" }, "downloads": -1, "filename": "setuptools_subversion-3.1.zip", "has_sig": false, "md5_digest": "34a913308de323a9d380407d1287fff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10039, "upload_time": "2012-10-15T10:04:09", "url": "https://files.pythonhosted.org/packages/19/57/0d1726af1f8d435ce00d936fd856bfd58f35cf3aeec8b1904d9d45f58172/setuptools_subversion-3.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "34a913308de323a9d380407d1287fff2", "sha256": "7bcf822e8ecde2feb49ad3df9e88036be2af64c49f9093773614383503989323" }, "downloads": -1, "filename": "setuptools_subversion-3.1.zip", "has_sig": false, "md5_digest": "34a913308de323a9d380407d1287fff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10039, "upload_time": "2012-10-15T10:04:09", "url": "https://files.pythonhosted.org/packages/19/57/0d1726af1f8d435ce00d936fd856bfd58f35cf3aeec8b1904d9d45f58172/setuptools_subversion-3.1.zip" } ] }