packaging
Here are 559 public repositories matching this topic...
We're doing a bunch of code quality cleanup, and as part of that effort I'd like to implement some additional lints/coding conventions. There will be a lot of manual changes here, so I think these will be some items to have multiple people tackle.
In no particular order:
Addban-relative-imports = trueto.flake8and remove relative imports from the repo.- ~Add `flake8-type-checki
-
Updated
Dec 3, 2021 - Ruby
Current Behavior
UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd when creating build config
Suggested Solution
Consider support AMD module format, o
Would it make sense to have a
logger.debug(orlogger.info/warning) call here mentioning that the version couldn't be parsed ?
Originally posted by @xavfernandez in pypa/pip#10117 (comment)
Yes, let's do a warning. :)
Trying to --appimage-extract-and-run a x86_64 Linux AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer:
user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run
mkdir_p error: Permission denied
Failed to extract AppImage
but
user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract
-
Updated
Dec 27, 2021 - Python
-
Updated
Mar 11, 2021 - Python
-
Updated
Oct 26, 2021 - Elixir
-
Updated
Dec 30, 2021 - Python
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
I can configure to automatically run a command after the command pdm install.
Just like script "prepare" in npm.
This would be useful for new users init project, for example, I don't need
-
Updated
Oct 30, 2021 - C++
-
Updated
Jul 28, 2021 - Java
-
Updated
Dec 21, 2021 - Python
-
Updated
Dec 17, 2021 - Python
The maturin side of PyO3/setuptools-rust#112
Currently maturin has no , or do we want to directly add vendoring support to existing sdist command, it builds sdist along with binary wheels. Do we want a seperated sdist command and add vendoring support to thatbuild command?
-
Updated
Oct 10, 2021 - JavaScript
Github introduced a nice UI for syncing your fork with upstream.
We could use something like that for package links. osc has the setlinkrev command for this.
-
Updated
Dec 18, 2021 - Python
Improve this page
Add a description, image, and links to the packaging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packaging topic, visit your repo's landing page and select "manage topics."

Issue description
When the environment variable
PIPENV_SITE_PACKAGESis set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not apipenv installcommand.Expected result
pipenv runorpipenv shellshould use existing virtualenv instead of creating a new one.PIPENV_SITE_PACKAGESshould only affectpipenv installcommand.Actual