packaging
Here are 580 public repositories matching this topic...
poetry and poetry-core are full type annotated and checking types by mypy is prepared. However these checks are deactivated for most of the modules.
In this ticket I like to invite everybody to pick one or more modules in poetry and poetry-core and fix errors reported by mypy. Please link any PR you are starting to this issue.
In process:
-
Updated
Feb 11, 2022 - 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
Feb 16, 2022 - Python
-
Updated
Mar 11, 2021 - Python
-
Updated
Feb 10, 2022 - Elixir
-
Updated
Feb 17, 2022 - Python
If a mirror just contains source packages, aptly is not able to update it.
aptly always expects that there are binary packages on the mirror.
-
Updated
Feb 17, 2022 - Python
-
Updated
Feb 5, 2022 - C++
-
Updated
Jul 28, 2021 - Java
-
Updated
Jan 17, 2022 - 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
Feb 14, 2022 - JavaScript
Adding an non existing project to a "_meta" file leads to 500.
How to reproduce it:
- Open a "meta" file from a page
- Add an non existing project to as path
- Save the file
i.e:
<repository name="openSUSE_15.2">
<path project="foo:bar" repository="openSUSE_15.2"/>
<arch>x86_64</arch>
<arch>armv7l</arch>
<arch>aarch64</arch>
<arch>ppc64le</arch>
</rep
-
Updated
Feb 16, 2022 - 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."
I am trying out the latest version (from the master branch) to find out if some earlier issues are fixed, but I stumble upon something else.
When installing some dependencies (in my case
numpydoc==0.8.0andoverrides==1.9), this fail with the message Will try again. Indeed, pipenv lets me know 'Installing initially failed dependencies...' but does not give any feedback whether it succeede