{ "info": { "author": "Kazuhiko Shiozaki", "author_email": "kazuhiko@nexedi.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout :: Extension", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Build Tools" ], "description": "Buildout Extension to strip binaries\n====================================\n\nslapos.extension.strip is a buildout extension that finds shared\nlibraries, binary executables and static libraries, and calls strip(1)\nagainst them to reduce the size. It is triggered at the end of the\nbuildout process.\n\nUsage\n-----\n\nAdd ``slapos.extension.strip`` in ``[buildout]`` section's ``extensions`` option like :\n\n::\n\n [buildout]\n extensions = slapos.extension.strip\n\nRequirements\n------------\n\nThe following programs are required. If any of them is missing, this\nextension does nothing.\n\n- ``file``\n- ``find``\n- ``strip``\n\nSupported Options\n-----------------\n\n``file-binary``\n\n Path to ``file`` program. Defaults to 'file' which should work on\n any system that has the make program available in the system\n ``PATH``.\n\n``find-binary``\n\n Path to ``find`` program. Defaults to 'find' which should work on\n any system that has the find program available in the system\n ``PATH``.\n\n``strip-binary``\n\n Path to ``strip`` program. Defaults to 'strip' which should work on\n any system that has the strip program available in the system\n ``PATH``.\n\n``do-not-strip-path``\n\n A new-line separated list of absolute paths of the files you do not\n want to strip. Do not refer a section to get its location. If you do\n like ${bazel:location}/bin/bazel, buildout will not work correctly.\n Instead do like ${buildout:parts-directory}/bazel/bin/bazel.\n\n An example::\n\n [buildout]\n do-not-strip-path =\n ${buildout:parts-directory}/bazel/bin/bazel\n ${buildout:parts-directory}/anotherparts/bin/dontstripbinary\n\nChanges\n=======\n\n0.4 (2017-06-06)\n----------------\n\n* Fix MANIFEST.in: some files were missing.\n\n0.3 (2017-06-05)\n----------------\n\n* Add support for Python 3\n\n0.2 (2017-01-19)\n----------------\n\n* Add do-not-strip-path option.\n\n0.1 (2014-10-22)\n----------------\n\n* Initial release.\n\nDownload\n***********************", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://lab.nexedi.com/nexedi/slapos.extension.strip", "keywords": "buildout extension strip", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "slapos.extension.strip", "package_url": "https://pypi.org/project/slapos.extension.strip/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/slapos.extension.strip/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://lab.nexedi.com/nexedi/slapos.extension.strip" }, "release_url": "https://pypi.org/project/slapos.extension.strip/0.4/", "requires_dist": null, "requires_python": null, "summary": "zc.buildout extension to strip binaries.", "version": "0.4" }, "last_serial": 2928689, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5c0310377270dce476236d9b67bb42ff", "sha256": "8b3143459163b1afd39ba34067672db2aa3f9279b70a8f14389735ea1d4aba0f" }, "downloads": -1, "filename": "slapos.extension.strip-0.1.tar.gz", "has_sig": false, "md5_digest": "5c0310377270dce476236d9b67bb42ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3018, "upload_time": "2014-11-06T16:08:01", "url": "https://files.pythonhosted.org/packages/f1/01/dcefabd97892c483f10125a9134c72aecfe8ff7caea51fce0339cab9f078/slapos.extension.strip-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "5360371d754df5f2a1f0e93a7448bf5d", "sha256": "9f8de16ae0cf587bc5c10474a9c080aad526a374a48e1137b774265ea82ed32e" }, "downloads": -1, "filename": "slapos.extension.strip-0.2.tar.gz", "has_sig": false, "md5_digest": "5360371d754df5f2a1f0e93a7448bf5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3230, "upload_time": "2017-01-19T09:03:14", "url": "https://files.pythonhosted.org/packages/39/04/09ad07d25a8a310dc72eb533c71c3301b13a9b85d6d0554f4ca6736586a4/slapos.extension.strip-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "87126d2ed0479e61a72e27f59a68ee4c", "sha256": "e2520316022c515272cdd7586856b0dc2e4f72b6d7bc633f0d1e7cfa02ecec45" }, "downloads": -1, "filename": "slapos.extension.strip-0.3.tar.gz", "has_sig": true, "md5_digest": "87126d2ed0479e61a72e27f59a68ee4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3324, "upload_time": "2017-06-06T09:06:15", "url": "https://files.pythonhosted.org/packages/23/7d/f392ed36eff1c96b4cce0e2857753c2dc0aa08c323b1f06922466d276c41/slapos.extension.strip-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "23ed517a0ce6b211cb57eb38eb834fa8", "sha256": "8400d24be3127700d2cfa9c0b6eab8121e9a14ce8cb507131d9e21a50d64ea2d" }, "downloads": -1, "filename": "slapos.extension.strip-0.4.tar.gz", "has_sig": true, "md5_digest": "23ed517a0ce6b211cb57eb38eb834fa8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3453, "upload_time": "2017-06-06T09:28:32", "url": "https://files.pythonhosted.org/packages/7b/c2/62791b1ffbce9f432bbae7c4c2387dea8ee0e776c093004d6b161b3adca5/slapos.extension.strip-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "23ed517a0ce6b211cb57eb38eb834fa8", "sha256": "8400d24be3127700d2cfa9c0b6eab8121e9a14ce8cb507131d9e21a50d64ea2d" }, "downloads": -1, "filename": "slapos.extension.strip-0.4.tar.gz", "has_sig": true, "md5_digest": "23ed517a0ce6b211cb57eb38eb834fa8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3453, "upload_time": "2017-06-06T09:28:32", "url": "https://files.pythonhosted.org/packages/7b/c2/62791b1ffbce9f432bbae7c4c2387dea8ee0e776c093004d6b161b3adca5/slapos.extension.strip-0.4.tar.gz" } ] }