Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in packaging

How can I make a Debian package depend on another package with exactly the same version

debian packaging dpkg

How to publish my unit tests with my python package

python packaging

What are the benefits and downsides of using the Python packaging *.egg format over a simple directory with setup.py?

python packaging egg

xcopy installation of Visual C++ 2008 runtime

How to support alternate dependencies in a Python package?

What format for a Python package's README on github?

Packaging of MATLAB code

oop matlab class packaging

What is the standard pattern for releasing a python module

python packaging

Received 'can't find '__main__' module in '<packageName>' with python package

Does the src/ folder in PyPI packaging have a special meaning or is it only a convention?

python packaging pypi

debian: control file add dependency on the current building version

packaging deb

how to install a namespace package with hatch?

python packaging hatch

How to build a .deb file for CMake from source?

ubuntu cmake packaging

Perl: Makefile.PL, File::ShareDir::Install, chicken and eggs

perl packaging

How would I make debian package with dsc with dpkg --build?

ubuntu debian packaging deb

Python setuptools symlinks and custom install extension

python setuptools packaging

Distributing Python packages which depend on in-house common convenience libraries

Python logging from multiple package hierarchies (without using root logger)

python logging packaging