The Wayback Machine - https://web.archive.org/web/20201126024534/https://github.com/topics/packaging
Skip to content
#

packaging

Here are 462 public repositories matching this topic...

bachdx96
bachdx96 commented Nov 18, 2020

Issue description

When the environment variable PIPENV_SITE_PACKAGES is set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not a pipenv install command.

Expected result

  • pipenv run or pipenv shell should use existing virtualenv instead of creating a new one.
  • PIPENV_SITE_PACKAGES should only affect pipenv install command.

Actual

CircleOnCircles
CircleOnCircles commented Nov 15, 2020

poetry add git+https://github.com/AGeekInside/fastapi-jinja.git result in exception since it is tires to checkout master branch.

poetry add git+https://github.com/AGeekInside/fastapi-jinja.git

Updating dependencies
Resolving dependencies...

  CalledProcessError

  Command '['git', '--git-dir', 'C:/Users/n2/AppData/Local/Temp/pypoetry-git-fastapi-jinjau3blv69e/.git', '--work-tr
tsdx
paddymul
paddymul commented Mar 29, 2019

What's the problem this feature will solve?
I want to use pip to download linux packages onto a mac.

I know that I need to use some combination of --platform, --python-version, --only-binary=:all:. but I don't know the proper values for these options.

Describe the solution you'd like
I would like the documentation from the command line tool to be clear, or the package docum

AppImageKit
probonopd
probonopd commented Sep 3, 2020

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
open-build-service
okurz
okurz commented Jul 21, 2020

Issue Description

Having "public beta" enabled on build.opensuse.org for my account "okurz" on package URLs like https://build.opensuse.org/package/show/devel:openQA/os-autoinst the popup for "unresolvable" build status does not show up on hovering nor click.

Expected Result

A popup should be displayed showing results like "nothing provides perl(ExtUtils::MakeMaker) >= 7.12,

Improve this page

Add a description, image, and links to the packaging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packaging topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.