{ "info": { "author": "Vincenzo Di Massa", "author_email": "hawk.it@tiscali.it", "bugtrack_url": null, "classifiers": [], "description": "==========\n=easy-deb=\n==========\n\nFEATURES\n========\n\n * Packages python modules\n * from source distribution files\n * from urls\n * from PyPI records\n * can package it self\n * handles dependencies\n * intstalls modules into eggs (from setuptools)\n * can activate or deactivate an installed egg (add or remove from sys.path)\n * handles a database of dependencies\n\n=======================\n=easy_deb instructions=\n=======================\n\nSYNOPSIS\n========\n easy-deb:\n ^^^^^^^^^^\n Type\n $ easy-deb -h\n for usage and options synopsis:\n \n usage: easy-deb [options] (pypi-modulename | archive-file-name| url)\n\n options:\n -h, --help show this help message and exit\n -v VERSIONS, --python-versions=VERSIONS\n Coma separated list of python versions to package for.\n E.g.: -v 2.3,2.4\n -d DEPS, --debian-deps=DEPS\n Standard debian dependency string. %v is replaced with\n python version\n -b BDEPS, --debian-build-deps=BDEPS\n Standard debian dependency string. %v is replaced with\n python version\n -f FIND_LINKS, --find-links=FIND_LINKS\n Additionnal links to scan\n -D DEST_DIR, --dest-dir=DEST_DIR\n Distribution downloaded into file\n -c, --common-dir Install to commond dir from where tree linking is done\n -a, --arch-dep Build arch dep packages\n -u, --update-database\n Update the database of python modules options\n update-pypi:\n ^^^^^^^^^^^^^\n Type\n $ update-pypi -h\n for usage and options synopsis:\n \n usage: update-pypi [options] (module-name | show | update)\n\n options:\n -h, --help show this help message and exit\n -a, --add Add egg to sys.path\n -r, --remove Add egg to sys.path\n \nUSAGE\n=====\n easy-deb: this tool will create a debian source package into a\n deb-pkg- directory.\n To compile the source package use the standard debian tools (debuild or\n \"fakeroot debian/rules binary\")\n\n update-pypi: this script is used to enable and disable installed egg (you can\n enable/disable all eggs\n ing the removing the All package). Enabled eggs are on sys.path, disabled eggs\n must be pkg_resource.require() before you can import from them.\n\nEXAMPLE\n=======\n To install module \"graph\":\n\n $ easy-deb -v2.4 graph -D /tmp/\n $ cd /tmp/deb-pkg-graph0.4/graph-0.4\n $ fakeroot debian/rules binary\n $ sudo dpkg -i ../*.deb\n\n $ update-pypi -a graph", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://easy-deb.sf.net", "keywords": "python,ubuntu,debian,package,distribute", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "easydeb", "package_url": "https://pypi.org/project/easydeb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/easydeb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://easy-deb.sf.net" }, "release_url": "https://pypi.org/project/easydeb/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Tool for automatically creating python modules packages", "version": "0.2.0" }, "last_serial": 791495, "releases": { "0.1.2": [], "0.1.3": [ { "comment_text": "", "digests": { "md5": "87564e79d48c83fa0c269a4a1d471b75", "sha256": "932b52d282d069f05d37a8fbd38b6d66af884566812abfb518e01f19909ad167" }, "downloads": -1, "filename": "easydeb-0.1.3.tar.gz", "has_sig": false, "md5_digest": "87564e79d48c83fa0c269a4a1d471b75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20073, "upload_time": "2005-08-29T15:47:34", "url": "https://files.pythonhosted.org/packages/07/68/27a3084143db6d0202e5a796af62ff276d988f9237835660a5e33aa3443a/easydeb-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "c1ab0684208aca90f00b995e09bf2cb2", "sha256": "a06ba9d01463db0083ece46e398c0ef3fd7d1b37c4b06530a5853869f82ddb73" }, "downloads": -1, "filename": "easydeb-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c1ab0684208aca90f00b995e09bf2cb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26416, "upload_time": "2005-09-02T09:09:00", "url": "https://files.pythonhosted.org/packages/35/e1/dfa37518db4737b8c82f46a68ab6ec45b70019f2d335072cbab028d959ef/easydeb-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1ab0684208aca90f00b995e09bf2cb2", "sha256": "a06ba9d01463db0083ece46e398c0ef3fd7d1b37c4b06530a5853869f82ddb73" }, "downloads": -1, "filename": "easydeb-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c1ab0684208aca90f00b995e09bf2cb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26416, "upload_time": "2005-09-02T09:09:00", "url": "https://files.pythonhosted.org/packages/35/e1/dfa37518db4737b8c82f46a68ab6ec45b70019f2d335072cbab028d959ef/easydeb-0.2.0.tar.gz" } ] }