adisbladis
baf17a4042
pipenv: Add missing build input virtualenv-clone
2019-05-07 06:10:28 +01:00
Lana Black
4f80ddcef5
pipenv: fix missing dependency issue ( #61027 )
2019-05-06 10:48:50 +00:00
Daniel Garzon
a08252919a
pipenv: fix package ( #60045 )
...
* pipenv: add virualenv to propagatedBuildInputs.
* pipenv: add current directory to PYTHONPATH.
* pipenv: remove pew from propagatedBuildInputs.
2019-04-26 12:05:25 +02:00
Väinö Järvelä
11d491dce5
pipenv: Ignore Python site-packages
...
pipenv nix wrapper contains a PYTHONPATH which has some dependencies
for pipenv installed. pipenv by default uses site-packages when
resolving packages, which means that any package that is included in
the nix wrapper is satisfied when running `pipenv install`.
But when the actual virtualenv created by pipenv is activated, it
doesn't contain those packages anymore and fails to import them.
pipenv has a flag PIP_IGNORE_INSTALLED which can be used to ignore
site-packages. Which fixes the problem of having different resolved
packages when running pipenv and when running the virtualenv.
2019-04-11 07:59:36 +02:00
zimbatm
b1f767ef90
pipenv: fix python loading issue ( #56495 )
2019-03-06 17:56:44 +00:00
R. RyanTM
28fdb4eb11
pipenv: 2018.11.14 -> 2018.11.26
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipenv/versions
2018-12-19 09:26:28 +01:00
R. RyanTM
a27e3b2acb
pipenv: 2018.10.13 -> 2018.11.14
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipenv/versions
2018-11-18 16:35:21 -08:00
R. RyanTM
7e825f5a74
pipenv: 2018.10.9 -> 2018.10.13
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipenv/versions
2018-10-26 14:22:48 -07:00
R. RyanTM
9af40cfa17
pipenv: 2018.7.1 -> 2018.10.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipenv/versions
2018-10-14 08:59:16 +02:00
Domen Kožar
40887a6dc6
pipenv: 2018.5.18 -> 2018.7.1
...
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-22 16:52:33 +02:00
Domen Kožar
7a7463d0a3
pipenv: 11.9.0 -> 2018.5.18
2018-06-20 17:31:37 +01:00
Frederik Rietdijk
5ecc7b55ca
python: pipenv: 10.1.2 -> 11.9.0
2018-04-08 11:34:57 +02:00
Frederik Rietdijk
d9cb2f3955
python: pipenv: 10.1.0 -> 10.1.2
2018-03-03 12:00:45 +01:00
Frederik Rietdijk
dc7f2ee78b
pipenv: 9.0.1 -> 10.0.1
2018-02-27 14:23:08 +01:00
zimbatm
82e4f38ca0
pipenv: 8.2.7 -> 9.0.1
2018-01-01 03:43:38 +00:00
Dario Bertini
e55b99e840
pipenv: init at 8.2.7
...
fixes #30442
2017-10-16 08:59:14 +01:00