packaging
How to use "checkinstall" with Python packages that use "setuptools"
On Ubuntu/Debian I use checkinstall package when installing packages from source sudo checkinstall make install[详细]
2023-04-12 09:12 分类:问答Can python projects depend on specific versions of python?
I have a python project that depends on another project that depended on python-dateutil. When I tried to python setup.py install my project, it resolved the dateutil dependency to python-dateutil 2.0[详细]
2023-04-11 16:50 分类:问答How do you run package files with your application?
I have been building a Cocoa application and I\'ve gotten most of the code worked out. At this point I have the application itself, a .command files to run some things from terminal, and a folder used[详细]
2023-04-11 07:38 分类:问答Maven WAR plugin and how to manage dependencies
Okay, this may well be a familiar question, however I still remain confused and I\'m struggling to find an answer that really clarifies the details.[详细]
2023-04-10 06:12 分类:问答Separated login config for JBoss?
I\'m trying to create an RPM-packaged Ear file that should be installable together with other RPM-packagesd Ear files in a JBoss container. (I could probably create a separate container within JBoss,[详细]
2023-04-09 05:27 分类:问答How should I split up a Python module into PyPi packages?
I have written a Python module that I\'d like to make available for others. Right now, it is one large module nested into sub-folders:[详细]
2023-04-08 15:44 分类:问答setuptools entry_points. Installing executable to /usr/sbin
I have a setup.py script, that has entry_points defined like this: entry_points = { \'console_scripts\': [[详细]
2023-04-07 09:11 分类:问答distributing own python, cross-linux
I have the following problem. I need to distribute our own version of python with some magic in it. In order to do this, the process is the following:[详细]
2023-04-07 05:11 分类:问答How to package a Ruby application?
I\'ve got an applicati开发者_JS百科on in Ruby that uses the Qt 4 bindings. I want to be able to package and release it.[详细]
2023-04-07 03:22 分类:问答Inserting a version number in debian package name
I am currently working on a project with a central library (librapidstorm), multiple plugins (one of them named rapidstorm-fitter) and a binary than dynamic-links all plugins together (rapidstorm-bin)[详细]
2023-04-06 15:22 分类:问答