🔒 Repository is read-only – file editing is disabled.

recipes/core/python-pip/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: 'python-pip'
pkgver: '26.2.1'
pkgrel: '1'
pkgdesc: 'A built-package format for Python'
url: 'https://pypi.python.org/pypi/wheel'
arch: x86_64
depends: []
makedepends:
- python

source:
- 'https://bootstrap.pypa.io/get-pip.py'

sha256sums:
- SKIP

build: |
  python get-pip.py \
  --no-setuptools   \
  --no-wheel        \
  --no-warn-script-location \
  --root=${PKGDIR}

package: |
  true