Search Criteria
Package Details: python-pulp 3.3.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-pulp.git (read-only, click to copy) |
|---|---|
| Package Base: | python-pulp |
| Description: | A Linear Programming modeler written in Python |
| Upstream URL: | https://github.com/coin-or/pulp |
| Licenses: | MIT |
| Submitter: | jleclanche |
| Maintainer: | mschu |
| Last Packager: | mschu |
| Votes: | 6 |
| Popularity: | 0.000457 |
| First Submitted: | 2014-04-24 04:31 (UTC) |
| Last Updated: | 2025-10-22 11:41 (UTC) |
Dependencies (5)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
vedranmiletic commented on 2025-09-10 07:54 (UTC)
Would be nice to add coin-or to optdepends; at least when invoked via snakemake, pulp will complain about missing cbc command.
spider-mario commented on 2024-05-13 18:12 (UTC)
Thank you for your comment but as was discussed just prior, per the wiki page that you allude to, that method cannot be used with this project, which doesn’t have a
pyproject.toml.dreieck commented on 2024-04-28 10:45 (UTC)
Please move away from calling
setup.pydirectly and instead usepython -m buildandpython -m installer(together with the appropriatemakedepends), as documented in the Arch Linux wiki for python packages:Regards and thanks for maintaining!
spider-mario commented on 2024-03-05 23:45 (UTC) (edited on 2024-03-06 07:55 (UTC) by spider-mario)
From PEP 517:
Likewise, from the Arch wiki page you linked to:
MarsSeed commented on 2024-03-05 15:00 (UTC)
pyproject.toml is not needed for PEP 517 installation, but executing setup.py is deprecated and should not be done.
spider-mario commented on 2023-12-24 09:59 (UTC)
Thanks for pointing that out about amply – the dependency became optional in 2.5.0 but I missed that at the time.
It doesn’t seem like that guidance about PEP 517 applies here since there is no
pyproject.toml.MarsSeed commented on 2023-12-21 17:01 (UTC)
Please kindly modernize the build procedure (PEP 517).
Also, as per upstream, python-amply should only be an optdepend, along with python-orloge and python-pytups (the latter two are not yet in Arch/AUR repos).
flying-sheep commented on 2021-12-18 15:17 (UTC)
Working PKGBUILD:
oprypin commented on 2014-12-03 14:58 (UTC)
theswitch commented on 2014-10-24 04:37 (UTC)