Package Details: python-pipenv-git 2025.0.4.r2.gebfefd94e-1

Git Clone URL: https://aur.archlinux.org/python-pipenv-git.git (read-only, click to copy)
Package Base: python-pipenv-git
Description: Python Development Workflow for Humans.
Upstream URL: https://pipenv.pypa.io
Licenses: MIT
Conflicts: python-pipenv
Provides: python-pipenv
Submitter: flaviut
Maintainer: ilai
Last Packager: ilai
Votes: 1
Popularity: 0.000000
First Submitted: 2019-03-15 04:08 (UTC)
Last Updated: 2025-11-05 17:27 (UTC)

Required by (10)

Sources (1)

Latest Comments

1 2 Next › Last »

simona commented on 2025-11-05 20:41 (UTC)

yes, now compile.

ilai commented on 2025-11-05 17:34 (UTC)

The newest version v11.1.1 of cheroot includes a fix for this exact problem (see changelog).

I thought the new version was already available in extra, but it is currently only in extra-testing (package, my bad.

In any case, I updated this PKGBUILD to not populate site-packages/docs/* either, could you please try again?

simona commented on 2025-11-05 08:08 (UTC)

not solved:

python-pipenv-git: /usr/lib/python3.13/site-packages/docs/pycache/conf.cpython-313.opt-1.pyc è già presente nel filesystem(appartiene a python-cheroot)
python-pipenv-git: /usr/lib/python3.13/site-packages/docs/pycache/conf.cpython-313.pyc è già presente nel filesystem (appartiene a python-cheroot)
python-pipenv-git: /usr/lib/python3.13/site-packages/docs/conf.py è già presente nel filesystem (appartiene a python-cheroot)
python-pipenv-git: /usr/lib/python3.13/site-packages/docs/spelling_wordlist.txt è già presente nel filesystem (appartiene a python-cheroot)

ilai commented on 2025-11-05 02:17 (UTC)

@simona This should be fixed now

simona commented on 2025-11-03 19:13 (UTC)

file conflict with python-cheroot

i.further commented on 2022-03-07 11:29 (UTC) (edited on 2022-03-07 11:30 (UTC) by i.further)

the shell completion should update https://github.com/pypa/pipenv#shell-completion

ilai commented on 2020-05-14 20:33 (UTC)

@gchamon This is a VCS package, it is up to date with master (23 commits after v2020.4.1b1, as of today). Bumps in versions should not be committed to the AUR (see ArchWiki), so it is shown here as version 2018.11.26.r751.g5c01c682-1, but the actual version when you install this package is 2018.11.26.r865.gcb6cdb96-1 (865 commits since v2018.11.26).

Package version is not shown as 2020.4.1b1.r23.gcb6cdb96 because pipenv maintainers did not annotate git tag v2020.4.1b1, which I guess is ok for a beta version.

gchamon commented on 2020-05-14 13:26 (UTC)

The github upstream repo has recently (15 days ago) released a new version, currently v2020.4.1b1.

Are there plans to updating this mirror repo?

flaviut commented on 2019-07-29 23:28 (UTC)

Unfortunately it looks like pipenv hasn't kept up to date with their vendored files at the moment. You'll get an error like

  File "/usr/lib/python3.7/site-packages/pipenv/vendor/requirementslib/__init__.py", line 9, in <module>
    from .models.lockfile import Lockfile
  File "/usr/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/lockfile.py", line 15, in <module>
    from .requirements import Requirement
  File "/usr/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 49, in <module>
    from .setup_info import (
  File "/usr/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/setup_info.py", line 19, in <module>
    import pkg_resources.extern.packaging.requirements as pkg_resources_requirements
ModuleNotFoundError: No module named 'pkg_resources.extern'

I don't really have the time to write a patch an fix this, especially for a moving -git package. Hopefully upstream fixes it sometime soon.