{ "info": { "author": "Nylas Team", "author_email": "support@nylas.com", "bugtrack_url": null, "classifiers": [], "description": "make-deb: Helper Tool for getting your python code into debian packages\n=============================================\n\nMake-deb is a simple tool that generates Debian configuration based on your setuptools configuration and git history. When run, it will create a Debian directory at the root of your python project with the necessary files to build your package into a Debian package using `dh-virtualenv `_\n\n.. code-block:: bash\n\n $ cd /my/python/repository\n $ make-deb\n\n 'debian' directory successfully placed at the root of your repository\n\nIf setuptools does not have complete information, make-deb will ask for additional information (for example, maintainer email). After initialization, a directory named \"debian\" will be reated at the root of your repo. Assuming you have dh-virtualenv installed, you should be able to simply create a .deb from your python project by running the following command at the root of your project.\n\n.. code-block:: bash\n\n $ dpkg-buildpackage -us -uc\n\nInstallation\n------------\n\nTo install make-deb:\n\n.. code-block:: bash\n\n $ pip install make-deb\n\nDocumentation\n-------------\n\nGenerating your Debian configuration can be run from any operating system. However, in order to build a debian package, you must be on a Debian-based operating system and have dh-virtualenv installed. In the future, we plan to support Vagrant integration to build packages from any platform.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "make-deb", "package_url": "https://pypi.org/project/make-deb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/make-deb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/make-deb/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Generates Debian configuration based on your setup.py", "version": "0.0.5" }, "last_serial": 1955131, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "20fe420dfca8de5c3e1557b1dd2dbda3", "sha256": "8d375323a321475e95631a46fb45033aac27ab38e8a18fc3db2b029f8c335985" }, "downloads": -1, "filename": "make-deb-0.0.2.tar.gz", "has_sig": false, "md5_digest": "20fe420dfca8de5c3e1557b1dd2dbda3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3438, "upload_time": "2015-07-08T17:14:41", "url": "https://files.pythonhosted.org/packages/4f/f3/691b5f87fb67028772250cd0f7197afc12e6bbf54964e3b6d20c91038863/make-deb-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d6ef09e623502d4ba780b144a17b99e7", "sha256": "f17c59f785fbac8bb3019ba0e510ce744cdcea88dc8e9481dc8db1cb507658b4" }, "downloads": -1, "filename": "make-deb-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d6ef09e623502d4ba780b144a17b99e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3526, "upload_time": "2015-07-10T17:29:34", "url": "https://files.pythonhosted.org/packages/62/4f/d194745c30f6fd021b5fcbd44db0992bdc6bb9bd2240c97483d0581307ee/make-deb-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "702a52a685bc616d8bc54375ed4b4682", "sha256": "c6ec9d4be2a75bb7aafb2a0220d0ad0d264019e7e538cf211106021659bb2caf" }, "downloads": -1, "filename": "make-deb-0.0.4.tar.gz", "has_sig": false, "md5_digest": "702a52a685bc616d8bc54375ed4b4682", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3531, "upload_time": "2015-07-11T18:57:44", "url": "https://files.pythonhosted.org/packages/59/e0/04be72e9fccfb763260a71289ee2cbb846568fd97e1c0c36f1ef1704e0b5/make-deb-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "ca2d3667ce07dc0a047751c52ab9f18d", "sha256": "599adc7c06d8b16db5f3660ff3a83fc134df9f05627b873be8c7b1d78302342a" }, "downloads": -1, "filename": "make-deb-0.0.5.tar.gz", "has_sig": false, "md5_digest": "ca2d3667ce07dc0a047751c52ab9f18d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3728, "upload_time": "2016-02-14T02:27:54", "url": "https://files.pythonhosted.org/packages/0b/69/f65acd4e79a3920e3dd3acec9359ece3547ad43395367cf641cf9c163421/make-deb-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca2d3667ce07dc0a047751c52ab9f18d", "sha256": "599adc7c06d8b16db5f3660ff3a83fc134df9f05627b873be8c7b1d78302342a" }, "downloads": -1, "filename": "make-deb-0.0.5.tar.gz", "has_sig": false, "md5_digest": "ca2d3667ce07dc0a047751c52ab9f18d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3728, "upload_time": "2016-02-14T02:27:54", "url": "https://files.pythonhosted.org/packages/0b/69/f65acd4e79a3920e3dd3acec9359ece3547ad43395367cf641cf9c163421/make-deb-0.0.5.tar.gz" } ] }