packaging
Here are 614 public repositories matching this topic...
Dependency Audit
We should audit Poetry's dependencies to ensure they are rock solid.
Some of the dependencies could do with a refresh-
| Dependency | maintained?/last updated | notes |
|---|---|---|
| cachy | 7/8/19 | some tidying required. No type annotations. Deps out of date |
| ~~this dep should be replaced wit |
-
Updated
Jul 5, 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
The documentation for --install-options (online at https://pip.pypa.io/en/latest/cli/pip_install/#cmdoption-install-option) gives the example of passing --install-scripts. Since #7309 this is now an invalid option. This example should be updated (and perhaps the current way to achieve this added).
Text comes from:
https://github.com/pypa/pip/blob/87aee20df2890a89f70eecbd7086262146a2e64a/src/
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
The documentation suggests the pre-commit hook:
- id: pip-compile
name: pip-compile requirements.txt
args: [requirements.txt]
files: ^requirements\.(in|txt)$however this is incorrect — it should be requirements.in which is passed in.
-
Updated
Mar 11, 2021 - Python
-
Updated
Apr 30, 2022 - Elixir
-
Updated
Jul 9, 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
Jul 4, 2022 - C++
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
May 29, 2022 - Java
-
Updated
Jun 20, 2022 - Python
-
Updated
May 25, 2022 - Python
-
Updated
Jun 29, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
I have only the SR number and want to readily call it up on the web frontend without having to type the full URL / and by using the top right search box. Bugzilla.opensuse.org for example supports this mode already, for example.
Describe the solution you'd like
Make the form URL handler — normally `/search?name=1&package=1
-
Updated
Jul 5, 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