{ "info": { "author": "Zooko O'Whielacronx", "author_email": "zooko@zooko.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Setuptools Plugin", "Intended Audience :: Developers", "License :: DFSG approved", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "========================================================================\ndarcsver - generate version numbers from darcs revision control history\n========================================================================\n\nI need a new maintainer!\n------------------------\n\nDarcsver needs a new maintainer. The original author, Zooko Wilcox-O'Hearn,\nis not planning to make further changes to it unless there is some unexpected\nneed to do so.\n\nWhat Does It Do\n---------------\n\nCreate files containing version numbers, based upon the latest darcs\nrelease tag.\n\nIf your source tree is coming from darcs (i.e. it is in a darcs\nrepository), this tool will determine the most recent release tag,\ncount the patches that have been applied since then, and compute a\nversion number to be written into _version.py (and optionally other\nversion files). This version number will be available by doing:\n\n from your_package_name import __version__\n\nSource trees that do not come from darcs (e.g. release tarballs, nightly\ntarballs) and are not within a darcs repository should instead, come with a\n_version.py that was generated before the tarball was produced. In this case,\nthis tool will quietly exit without modifying the existing _version.py .\n\n'release tags' are tags in the source repository that match the following\nregexp:\n\n ^your_package_name-(\\d+)(\\.(\\d+)(\\.(\\d+))?)?((a|b|c|rc)(\\d+))?\n\n\nInstallation\n------------\n\nWith easy_install:\n\n easy_install darcsver\n\nAlternative manual installation:\n\n tar -zxvf darcsver-X.Y.Z.tar.gz\n cd darcsver-X.Y.Z\n python setup.py install\n\nWhere X.Y.Z is a version number.\n\nAlternative to make a specific package use darcsver without installing\ndarcsver into the system:\n\n Put \"setup_requires=['darcsver']\" in the call to setup() in the\n package's setup.py file.\n\n\nUsage\n-----\n\nThere are two ways to use this: the command-line tool and the\nsetuptools plugin.\n\nTo use the command-line tool, execute it as:\n\ndarcsver $PACKAGE_NAME $PATH_TO_VERSION_PY\n\n\nTo use the setuptools plugin (which enables you to write \"./setup.py\ndarcsver\" and which cleverly figures out where the _version.py file\nought to go), you must first package your python module with\n`setup.py` and use setuptools.\n\nThe former is well documented in the distutils manual:\n\n http://docs.python.org/dist/dist.html\n\nTo use setuptools instead of distutils, just edit `setup.py` and\nchange\n\n from distutils.core import setup\n\nto\n\n from setuptools import setup\n\n\nReferences\n----------\n\nHow to distribute Python modules with Distutils:\n\n http://docs.python.org/dist/dist.html\n\n\nSetuptools complete manual:\n\n http://peak.telecommunity.com/DevCenter/setuptools\n\n\nThanks to Yannick Gingras for providing the prototype for this\nREADME.rst.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://tahoe-lafs.org/trac/darcsver", "keywords": "distutils setuptools plugin setup darcs", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "darcsver", "package_url": "https://pypi.org/project/darcsver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/darcsver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://tahoe-lafs.org/trac/darcsver" }, "release_url": "https://pypi.org/project/darcsver/1.7.4/", "requires_dist": null, "requires_python": null, "summary": "generate a version number from darcs history", "version": "1.7.4" }, "last_serial": 650360, "releases": { "1.2.1": [ { "comment_text": "", "digests": { "md5": "88e400cd49bb2b72947af7b40601d256", "sha256": "37e69af37733904b895b265aafc20a94218302bed588202b46d9deec11babce5" }, "downloads": -1, "filename": "darcsver-1.2.1.tar.gz", "has_sig": false, "md5_digest": "88e400cd49bb2b72947af7b40601d256", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6489, "upload_time": "2009-02-11T21:18:45", "url": "https://files.pythonhosted.org/packages/3c/56/b6a7d29ea0ac0930bdfbfd11be9d2f565ebcc015284258cbfe3b1f8a34f3/darcsver-1.2.1.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "8f76ba817f9ffc905877551b3d477c9e", "sha256": "daa13a910fbe3b4edbc87303c7e0254d7c9a53e10aa78a69ae7b9fed4049c2fa" }, "downloads": -1, "filename": "darcsver-1.3.0.tar.gz", "has_sig": false, "md5_digest": "8f76ba817f9ffc905877551b3d477c9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6535, "upload_time": "2009-06-17T22:10:18", "url": "https://files.pythonhosted.org/packages/3e/40/b8fc72f49ad04e05750fc4d56f267216ac808fcb3857bb4ff88e8e91a52b/darcsver-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "c4a53ca0737dfe57b8a27b5d1d6a9a4d", "sha256": "78ef6d033e0521b355e93fdd76907a9b4db95840232736375108350bbda0aca8" }, "downloads": -1, "filename": "darcsver-1.3.1.tar.gz", "has_sig": false, "md5_digest": "c4a53ca0737dfe57b8a27b5d1d6a9a4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6552, "upload_time": "2009-06-17T22:33:04", "url": "https://files.pythonhosted.org/packages/9d/6a/51ffa0088700dc0985bd6ca500d9077552a8d491e701b6deb86cec6669bd/darcsver-1.3.1.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "7bf1fdc9d49455b4978435358ab341de", "sha256": "04e3dba11294e2ed6bb4981c5815b511d99f2adf1acd2abb1eedae73868ee70b" }, "downloads": -1, "filename": "darcsver-1.4.0.tar.gz", "has_sig": false, "md5_digest": "7bf1fdc9d49455b4978435358ab341de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6897, "upload_time": "2009-07-27T14:32:16", "url": "https://files.pythonhosted.org/packages/9d/1e/d576986e33b19cb3d7765a444f539173c07e2b0482404cb8d5e360bffffb/darcsver-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "ecb5b93b8772a601e1c3eecbcfdb1ef9", "sha256": "3a3815e79fe7f67bafbbccbab3a938e9363b4482e12d8ac7c8d7f4159522d354" }, "downloads": -1, "filename": "darcsver-1.5.0.tar.gz", "has_sig": false, "md5_digest": "ecb5b93b8772a601e1c3eecbcfdb1ef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6958, "upload_time": "2009-10-25T16:50:09", "url": "https://files.pythonhosted.org/packages/f4/ab/7de33eefaf183cdc1ac28d2c9e90fa72fac82331c058dcebfa1504056b28/darcsver-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "9f2ddddb63c787ae9922cbece85e75cf", "sha256": "e643d607f27e4b8cc96565432ff1abdc2af5e9061c70798e2f33e78c07b66b3a" }, "downloads": -1, "filename": "darcsver-1.5.1.tar.gz", "has_sig": false, "md5_digest": "9f2ddddb63c787ae9922cbece85e75cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6968, "upload_time": "2009-10-30T04:20:41", "url": "https://files.pythonhosted.org/packages/32/84/97d1495ea967089ba4004fd24d7e26719c11d69a5bad3257f9e5af4cc5a6/darcsver-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "c0bd82699fb7d95e2bed893bce8da39f", "sha256": "0c27445c04140076b6ce6286a928f26a359ae7bcaf1b2355bce77d3cb5a51d2b" }, "downloads": -1, "filename": "darcsver-1.5.2.tar.gz", "has_sig": false, "md5_digest": "c0bd82699fb7d95e2bed893bce8da39f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6948, "upload_time": "2010-08-01T05:55:48", "url": "https://files.pythonhosted.org/packages/48/50/1271c35a41ffd724d3f58c612d5bf486b73c9b3ae9846c520e6362de9bd3/darcsver-1.5.2.tar.gz" } ], "1.5.3": [], "1.5.4": [ { "comment_text": "", "digests": { "md5": "cad7f7ef17d8af0cb99689c678634303", "sha256": "0d3506347a61a9c9bc312109761207372e8e01c50a8309895dde82937135d37f" }, "downloads": -1, "filename": "darcsver-1.5.4.tar.gz", "has_sig": false, "md5_digest": "cad7f7ef17d8af0cb99689c678634303", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7608, "upload_time": "2010-08-07T07:37:32", "url": "https://files.pythonhosted.org/packages/b6/0d/44263cb3415225fc84a8e05119065b5f9a942be8b3eb8431a1480a38cbef/darcsver-1.5.4.tar.gz" } ], "1.5.5": [ { "comment_text": "", "digests": { "md5": "e31761d618c8544d626685997ac7159b", "sha256": "79f3cecafd13580dd9fd05b73545f1f81d55c8e616a2c780cc13169b63936e55" }, "downloads": -1, "filename": "darcsver-1.5.5.tar.gz", "has_sig": false, "md5_digest": "e31761d618c8544d626685997ac7159b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8151, "upload_time": "2010-08-09T20:15:31", "url": "https://files.pythonhosted.org/packages/75/f3/0a988262911a9c3b80367358eda491a52d17b5bfb85f00dad74a94adcb78/darcsver-1.5.5.tar.gz" } ], "1.5.6": [ { "comment_text": "", "digests": { "md5": "e7dc3702683f265621e918b88aaccdf6", "sha256": "78a4b5e599307804a8406ec7a6de5daa1bfe4b200e862bccd2614147eab40c86" }, "downloads": -1, "filename": "darcsver-1.5.6.tar.gz", "has_sig": false, "md5_digest": "e7dc3702683f265621e918b88aaccdf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8138, "upload_time": "2010-09-03T07:29:12", "url": "https://files.pythonhosted.org/packages/7b/95/c1ce5f194ff751cb94156806e9ed96f08cf67b76b836b827059784cd2a34/darcsver-1.5.6.tar.gz" } ], "1.5.7": [ { "comment_text": "", "digests": { "md5": "79371a429912a85a1658ec72b548b6fd", "sha256": "28a80599c691ad75f92ab6ef082ace170dab521c69cdae7617d644048d8940c2" }, "downloads": -1, "filename": "darcsver-1.5.7.tar.gz", "has_sig": false, "md5_digest": "79371a429912a85a1658ec72b548b6fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7760, "upload_time": "2010-09-03T23:10:59", "url": "https://files.pythonhosted.org/packages/e4/89/dbdf037a6bfdcbb056739082e082d3b782db175e063d03cb39ba6bd3b929/darcsver-1.5.7.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "23e7d2cd5559a492186927efa2e53765", "sha256": "b18fcf5845b2f3467e3917bf3f5f7a9d2ed918d5608a308b8791bc8b2301aed7" }, "downloads": -1, "filename": "darcsver-1.6.1.tar.gz", "has_sig": false, "md5_digest": "23e7d2cd5559a492186927efa2e53765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8444, "upload_time": "2010-09-21T05:53:59", "url": "https://files.pythonhosted.org/packages/35/6f/d1c8efae3d58cc2c5126186d2fd4716157ed8d85e8eb9c36b0d5d21029f8/darcsver-1.6.1.tar.gz" } ], "1.6.3": [ { "comment_text": "", "digests": { "md5": "ce971d01a6720686d412ee9a378a2f89", "sha256": "919c7832e146cb77e27042fc9b1cfb1a3eb7f6e5618da63f61c7dac25017f0dc" }, "downloads": -1, "filename": "darcsver-1.6.3.tar.gz", "has_sig": false, "md5_digest": "ce971d01a6720686d412ee9a378a2f89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8978, "upload_time": "2010-09-21T08:21:55", "url": "https://files.pythonhosted.org/packages/7c/07/f73ad7af609864adc180adaf9f91d78c502a107dd866f54689ce7906afb6/darcsver-1.6.3.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "18505c035d57bacb7c1f423333724547", "sha256": "2066b353882d7e3b8d873e6e7ecaad7ccaac724c67394ea4e2ffc53f8b7ad00d" }, "downloads": -1, "filename": "darcsver-1.7.0.tar.gz", "has_sig": false, "md5_digest": "18505c035d57bacb7c1f423333724547", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9113, "upload_time": "2010-11-14T07:55:10", "url": "https://files.pythonhosted.org/packages/48/77/2b20caa1c27ed7eefc346b687e06dea53c51fd9d9b52f6e843c59457c5bd/darcsver-1.7.0.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "494a23742a0ca9a3b78a54349f4e1009", "sha256": "fabb07af593a06af4068e7f96b7cc65f405c68d94da88442346af783e231511f" }, "downloads": -1, "filename": "darcsver-1.7.1.tar.gz", "has_sig": false, "md5_digest": "494a23742a0ca9a3b78a54349f4e1009", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9125, "upload_time": "2010-11-14T08:48:51", "url": "https://files.pythonhosted.org/packages/17/2a/74750cc85727d6643a3424733ca2a413983aaa1afa487d93af0e75287820/darcsver-1.7.1.tar.gz" } ], "1.7.2": [ { "comment_text": "", "digests": { "md5": "94ca7e8c9ea0f69c0f3fc6f9fc88f65a", "sha256": "4119014464adfebacb5410c459062373baccd6063e49a958c25eaf4b88c6f854" }, "downloads": -1, "filename": "darcsver-1.7.2.tar.gz", "has_sig": false, "md5_digest": "94ca7e8c9ea0f69c0f3fc6f9fc88f65a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9132, "upload_time": "2011-01-18T08:35:52", "url": "https://files.pythonhosted.org/packages/0c/8c/29154dfc67db167626e915044bf48e405fad5030a3583fa9fd45fe7534f6/darcsver-1.7.2.tar.gz" } ], "1.7.3": [ { "comment_text": "", "digests": { "md5": "e481c9042df095d7faee849065abd8ec", "sha256": "6e8bfbeebe114bc5ad04b25a772297bbb98c602421c5e1c49cf561e5a81dea11" }, "downloads": -1, "filename": "darcsver-1.7.3.tar.gz", "has_sig": false, "md5_digest": "e481c9042df095d7faee849065abd8ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8576, "upload_time": "2012-01-07T15:20:02", "url": "https://files.pythonhosted.org/packages/33/54/f409caf2d62d56e300ee0838d1b7ad8831f4ef7bc7c08f0a2c96d009ad65/darcsver-1.7.3.tar.gz" } ], "1.7.4": [ { "comment_text": "", "digests": { "md5": "e38aecd1343ab8447888a479ab12cb59", "sha256": "66b1864999764459a61fb9048802309cde12b141cb6e1ef1c8c46fdce56061f9" }, "downloads": -1, "filename": "darcsver-1.7.4.tar.gz", "has_sig": false, "md5_digest": "e38aecd1343ab8447888a479ab12cb59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8950, "upload_time": "2012-01-11T07:39:58", "url": "https://files.pythonhosted.org/packages/6d/9f/8c9ea1786f6e3380bad6717438faae1445e1e2757f9ed3ef1621844c44d3/darcsver-1.7.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e38aecd1343ab8447888a479ab12cb59", "sha256": "66b1864999764459a61fb9048802309cde12b141cb6e1ef1c8c46fdce56061f9" }, "downloads": -1, "filename": "darcsver-1.7.4.tar.gz", "has_sig": false, "md5_digest": "e38aecd1343ab8447888a479ab12cb59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8950, "upload_time": "2012-01-11T07:39:58", "url": "https://files.pythonhosted.org/packages/6d/9f/8c9ea1786f6e3380bad6717438faae1445e1e2757f9ed3ef1621844c44d3/darcsver-1.7.4.tar.gz" } ] }