Search Criteria
Package Details: python-pip-api 0.0.34-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pip-api.git (read-only, click to copy) |
---|---|
Package Base: | python-pip-api |
Description: | An unofficial, importable pip API |
Upstream URL: | https://github.com/di/pip-api |
Licenses: | Apache-2.0 |
Submitter: | dvzrv |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-13 14:24 (UTC) |
Last Updated: | 2024-12-23 11:57 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-packaging
- python-pip
- python-pyparsing
- python-tomli
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pretend (check)
- python-pytest-runnerAUR (check)
- python-virtualenv (check)
Latest Comments
gesh commented on 2025-01-26 19:58 (UTC)
Also, building in a clean chroot showed me the presence of
python-pytest-runner
masked the absence ofpython-pytest
as acheckdepend
.Also heads-up -- since
setuptools 70.1
I don't thinkpython-wheel
is usually necessary as amakedepends
anymore -- I've flagged this in wiki, so this isn't yet an official recommendation, but I thought you'd like to know.gesh commented on 2025-01-23 19:36 (UTC)
It's unclear to me why
python-pytest-runner
is acheckdepend
-- I can't find it mentioned in the git history, the package builds in a clean chroot without it, andpython-pytest-runner
has been deprecated for two years now.