Search Criteria
Package Details: python-pulp 2.9.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: | BSD |
Submitter: | jleclanche |
Maintainer: | mschu |
Last Packager: | mschu |
Votes: | 4 |
Popularity: | 0.000001 |
First Submitted: | 2014-04-24 04:31 (UTC) |
Last Updated: | 2024-07-12 11:18 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
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.py
directly and instead usepython -m build
andpython -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)