{ "info": { "author": "Ralf Schmitt", "author_email": "ralf@systemexit.de", "bugtrack_url": null, "classifiers": [], "description": ".. -*- mode: rst; coding: utf-8 -*-\n\n======================================================================\nxdistutils - useful distutils extensions\n======================================================================\n\n:Authors: Ralf Schmitt \n:Version: 0.2.0\n:Date: 2012-02-08\n:Download: http://pypi.python.org/pypi/xdistutils\n:Code: https://github.com/schmir/xdistutils\n\n.. contents:: Table of Contents\n :backlinks: top\n\n\nxdistutils currently provides a recompress command for python's\nsetup.py scripts. It uses the advancecomp_ package in order to achieve\nbetter compression on .zip, .egg and .tar.gz files. Other extensions\nfor distutils may be included in future xdistutils releases.\n\n\nInstallation\n========================================\nxdistutils can be installed with pip or easy_install. In order to\nenable the recompress command, you'll have to register the package\nwith distutils. This can be done by adding the following to\n~/.pydistutils.cfg::\n\n [global]\n command-packages=xdistutils\n\nThe advancecomp_ package must be installed on your system.\n\nThe recompress command\n========================================\nEvery setup.py script now understands a recompress command, which will\ncall advzip or advdef on any .zip, .egg or .tar.gz file generated by\nprevious commands::\n\n > python setup.py sdist bdist_egg recompress\n running sdist\n make: Nothing to be done for `all'.\n running check\n reading manifest template 'MANIFEST.in'\n writing manifest file 'MANIFEST'\n creating gevent-1.0dev\n creating gevent-1.0dev/c-ares\n ...\n writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt\n creating 'dist/gevent-1.0dev-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it\n removing 'build/bdist.linux-x86_64/egg' (and everything under it)\n running recompress\n advzip -z -4 dist/gevent-1.0dev.zip\n 1300236 1243960 95% dist/gevent-1.0dev.zip\n 1300236 1243960 95%\n advzip -z -4 dist/gevent-1.0dev-py2.7-linux-x86_64.egg\n\t366596 354053 96% dist/gevent-1.0dev-py2.7-linux-x86_64.egg\n\t366596 354053 96%\n\nThe bdist_msi_fixed command\n========================================\nbdist_msi is used on windows in order to create a .msi\ninstalller. It's part of standard distutils. Though a bug_ in distutils\nmakes it impossible to upload those .msi files to the python package\nindex with the upload command. bdist_msi_fixed provides a workaround::\n\n > python setup.py bdist_msi_fixed\n running bdist_msi_fixed\n running bdist_msi\n ...\n > python setup.py bdist_msi_fixed upload\n\n.. _advancecomp: http://advancemame.sourceforge.net/comp-readme.html\n.. _bug: http://bugs.python.org/issue13719", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/schmir/xdistutils", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "xdistutils", "package_url": "https://pypi.org/project/xdistutils/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xdistutils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/schmir/xdistutils" }, "release_url": "https://pypi.org/project/xdistutils/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "provide useful distutils commands", "version": "0.2.0" }, "last_serial": 640794, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9d31438122951594a731a4344c8c2d96", "sha256": "7a45802b5d9ed384bf8d8b132684c716b9238817c784413f8dd2aae44640721a" }, "downloads": -1, "filename": "xdistutils-0.1.0.zip", "has_sig": false, "md5_digest": "9d31438122951594a731a4344c8c2d96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3599, "upload_time": "2012-01-31T01:03:25", "url": "https://files.pythonhosted.org/packages/f2/fb/9f833fc9d7a5d09ba591085948faf4da3ac45289284dc1318cda6f2f1d35/xdistutils-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "425f36ed9c5852a2318e59582c22dce9", "sha256": "b08f271657a61e9aca94f09ab1aae534746091f1676ecd47532864b44fd5f999" }, "downloads": -1, "filename": "xdistutils-0.2.0.zip", "has_sig": false, "md5_digest": "425f36ed9c5852a2318e59582c22dce9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4410, "upload_time": "2012-02-08T20:27:01", "url": "https://files.pythonhosted.org/packages/a4/05/45c5d98ee0b8a6695789e3d161663f636e63ad547457dbed00b8d7d262d7/xdistutils-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "425f36ed9c5852a2318e59582c22dce9", "sha256": "b08f271657a61e9aca94f09ab1aae534746091f1676ecd47532864b44fd5f999" }, "downloads": -1, "filename": "xdistutils-0.2.0.zip", "has_sig": false, "md5_digest": "425f36ed9c5852a2318e59582c22dce9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4410, "upload_time": "2012-02-08T20:27:01", "url": "https://files.pythonhosted.org/packages/a4/05/45c5d98ee0b8a6695789e3d161663f636e63ad547457dbed00b8d7d262d7/xdistutils-0.2.0.zip" } ] }