dh-virtualenv icon indicating copy to clipboard operation
dh-virtualenv copied to clipboard

Python virtualenvs in Debian packages

Results 39 dh-virtualenv issues
Sort by recently updated
recently updated
newest added

By making Python 3 default (#274), we should make built-in venv default. Rationale: It is a less moving target than virtualenv (see #272). We should still provide a way to...

enhancement

**Basic idea:** Add dh-virtualenv as a tool to your dependencies, and enjoy a 'bdist_deb' setuptools command, ready to run. **Goal:** Easier adoption, especially for 'simple' projects. Assumptions: * There is...

My requirements.txt file has requirements that point to my company's internal git repo, for example: ``` sh $ cat foo-service/requirements.txt -e git+ssh://[email protected]/[email protected]#egg=bar_decoder ``` When I build a package, the easy-install.pth...

docs

https://github.com/spotify/dh-virtualenv#how-does-it-work and the intro in doc/ clash. I'd update the copy in doc/ and would advise at removing the mention in readme (never good to duplicate details, because well, inconsistencies...

Seems like there's ``DH_UPGRADE_SETUPTOOLS`` when using the "buildsystem" style but no equivalent for the ``--with=python-virtualenv`` style. Is this deliberate? (Want a patch?)

easy
docs

It would help both new adapters plus other people converting existing repos to use dh-virtualenv if we would provide a cookiecutter template for it.

docs

Raising this as an issue since it prevent any useful usage of dh-virtualenv. `dh-virtualenv` pacakge is available in Debian buster and bullsyeye, but is not available in Debian Bookworm. https://packages.debian.org/source/bullseye/dh-virtualenv...

I have recently moved to packaging from ubuntu 22.04 with python 3.10 and dh-virtualenv 1.2.2 and noticed that, during building package, python is creating `build` and `egg-info` folders in source...

Good morning, I made a debian/rules file that uses dh-virtualenv (I followed the advice in the documentation): ``` export DH_VIRTUALENV_INSTALL_ROOT=/opt %: dh $@ --with python-virtualenv override_dh_virtualenv: ls -l /app/src/myteam/ dh_virtualenv...

I use dh_virtualenv to package my project. when I run command 'dpkg-buildpackage -b', I got this error "No .dynamic section in dynamic segment" when running to dh_strip. Does anyone else...