Package Details: python-pipenv-git 2023.9.1.r4.g76edf74f-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: 2023-09-06 20:49 (UTC)

Required by (7)

Sources (1)

Latest Comments

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.

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

Thanks, fixed.

alt0160 commented on 2019-07-29 22:43 (UTC)

prepare() fails:

patching file setup.py
Hunk #1 FAILED at 130.
1 out of 1 hunk FAILED -- saving rejects to file setup.py.rej