How do I do Debian packaging of a Python package?

后端 未结 5 1179
無奈伤痛
無奈伤痛 2020-11-29 17:59

I need to write, or find, a script to create a Debian package, using package python-support, from a Python package. The Python package will be pure Python without C extensio

5条回答
  •  情歌与酒
    2020-11-29 18:52

    Most of the answers posted here are outdated, but fortunately a great Debian wiki post has been made recently, which explains the current best practices and describes how to build Debian packages for Python modules and applications.

    • http://wiki.debian.org/Python/Packaging

提交回复
热议问题