View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005320 | Taler | other | public | 2018-04-09 13:35 | 2019-12-20 19:11 |
| Reporter | Florian Dold | Assigned To | Florian Dold | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | git (master) | ||||
| Target Version | 0.6 | Fixed in Version | 0.6 | ||
| Summary | 0005320: consider using pipenv for easier "GNU-Style" installation of packages and deterministic builds | ||||
| Description | pipenv (https://docs.pipenv.org/) is now officially recommended by the Python project, and allows easier management of virtualenvs and dependencies. The idea with it would be to install each package into it's own virtualenv under $PREFIX, avoiding previous problems with the mess that is python's install paths. This seems to be the "standard" solution to work around these problems. | ||||
| Tags | No tags attached. | ||||
|
|
We now use a more lightweight build system for the python packages that also supports GNU-style installation. Pipenv is really mostly for setting up a development environment, and not really necessary for our use case. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-04-09 13:35 | Florian Dold | New Issue | |
| 2018-04-09 13:42 | Florian Dold | Description Updated | |
| 2018-09-15 11:08 | Christian Grothoff | Target Version | 0.6 => 0.8 |
| 2019-08-27 17:40 | Florian Dold | Assigned To | => Florian Dold |
| 2019-08-27 17:40 | Florian Dold | Status | new => resolved |
| 2019-08-27 17:40 | Florian Dold | Resolution | open => fixed |
| 2019-08-27 17:40 | Florian Dold | Fixed in Version | => git (master) |
| 2019-08-27 17:40 | Florian Dold | Note Added: 0014815 | |
| 2019-09-16 09:12 | Christian Grothoff | Fixed in Version | git (master) => 0.6 |
| 2019-09-16 09:12 | Christian Grothoff | Target Version | 0.8 => 0.6 |
| 2019-12-20 19:11 | Christian Grothoff | Status | resolved => closed |