Date: Monday, April 10, 2023 @ 09:20:02
Author: felixonmars
Revision: 473731
archrelease: copy trunk to staging-any
Added:
python-pip/repos/staging-any/PKGBUILD
(from rev 473730, python-pip/trunk/PKGBUILD)
Deleted:
python-pip/repos/staging-any/PKGBUILD
----------+
PKGBUILD | 172 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 86 insertions(+), 86 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 09:19:52 UTC (rev 473730)
+++ PKGBUILD 2023-04-10 09:20:02 UTC (rev 473731)
@@ -1,86 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Dan McGee <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Sebastien Binet <binet@lblbox>
-
-_name=pip
-pkgname=python-pip
-pkgver=23.0.1
-pkgrel=2
-pkgdesc="The PyPA recommended tool for installing Python packages"
-url="https://pip.pypa.io/"
-arch=(any)
-license=(MIT)
-depends=(
- python
- python-attrs # for vendored rich
- python-cryptography # for vendored requests and urllib3
- python-wheel # for internal misc utils
-)
-makedepends=(
- python-build
- python-installer
- python-myst-parser
- python-setuptools
- python-sphinx
- python-sphinx-copybutton
- python-sphinx-inline-tabs
- python-sphinxcontrib-towncrier
-)
-checkdepends=(
- git
- python-freezegun
- python-pytest
- python-pytest-rerunfailures
- python-pytest-xdist
- python-scripttest
- python-tomli-w
- python-virtualenv
- python-werkzeug
- subversion
-)
-source=(https://github.com/pypa/$_name/archive/$pkgver/$_name-$pkgver.tar.gz)
-sha512sums=('ed14ce37293e749b4fd93d7f93d81356c77428b1fb14dfd760b59aea720ebb3cce5a49c2d32ab600e73b37389937830ff4dee04750e83078c8ab9d57513f294c')
-b2sums=('1781b0340ba7f76299fa8e37f0509f15a08cc599d196c74b90a2cb79321de570240ed9f12bc64d45ede2182ec8a3eead44ce1b840eaa83931d089ecc07923203')
-
-build() {
- cd $_name-$pkgver
-
- python -m build --wheel --no-isolation
-
- cd docs/
- PYTHONPATH="$srcdir/$_name-$pkgver/src/" python pip_sphinxext.py
- PYTHONPATH="$srcdir/$_name-$pkgver/src/" sphinx-build -b man -d
build/doctrees/man man build/man -c html
-}
-
-check() {
- local _site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
- local _deselected=(
- # deselect tests that would require python-pip in checkdepends (may or may
not work due to devendored dependencies when python-pip is updated)
- --deselect
tests/unit/test_direct_url_helpers.py::test_from_link_vcs_with_source_dir_obtains_commit_id
- --deselect
tests/unit/test_direct_url_helpers.py::test_from_link_vcs_without_source_dir
- --deselect tests/unit/test_wheel_builder.py::test_should_cache_git_sha
- )
-
- cd $_name-$pkgver
- # install to temporary location
- python -m installer --destdir=test_dir dist/*.whl
- export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
- pytest -vv -m unit "${_deselected[@]}" tests/
-}
-
-package() {
- local _site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
-
- cd $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- install -vDm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
- install -vDm 644 docs/build/man/*.1 -t "$pkgdir/usr/share/man/man1/"
- install -vDm 644 {NEWS,README}.rst -t "$pkgdir/usr/share/doc/$pkgname/"
-
- # NOTE: zsh completion does not work:
https://bugs.archlinux.org/task/65349#comment187166
- PYTHONPATH="$pkgdir/$_site_packages" "$pkgdir"/usr/bin/pip completion --bash
| install -vDm 644 /dev/stdin
"$pkgdir"/usr/share/bash-completion/completions/pip
- PYTHONPATH="$pkgdir/$_site_packages" "$pkgdir"/usr/bin/pip completion --fish
| install -vDm 644 /dev/stdin
"$pkgdir"/usr/share/fish/vendor_completions.d/pip.fish
-}
Copied: python-pip/repos/staging-any/PKGBUILD (from rev 473730,
python-pip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 09:20:02 UTC (rev 473731)
@@ -0,0 +1,86 @@
+# Maintainer: David Runge <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Dan McGee <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Sebastien Binet <binet@lblbox>
+
+_name=pip
+pkgname=python-pip
+pkgver=23.0.1
+pkgrel=3
+pkgdesc="The PyPA recommended tool for installing Python packages"
+url="https://pip.pypa.io/"
+arch=(any)
+license=(MIT)
+depends=(
+ python
+ python-attrs # for vendored rich
+ python-cryptography # for vendored requests and urllib3
+ python-wheel # for internal misc utils
+)
+makedepends=(
+ python-build
+ python-installer
+ python-myst-parser
+ python-setuptools
+ python-sphinx
+ python-sphinx-copybutton
+ python-sphinx-inline-tabs
+ python-sphinxcontrib-towncrier
+)
+checkdepends=(
+ git
+ python-freezegun
+ python-pytest
+ python-pytest-rerunfailures
+ python-pytest-xdist
+ python-scripttest
+ python-tomli-w
+ python-virtualenv
+ python-werkzeug
+ subversion
+)
+source=(https://github.com/pypa/$_name/archive/$pkgver/$_name-$pkgver.tar.gz)
+sha512sums=('ed14ce37293e749b4fd93d7f93d81356c77428b1fb14dfd760b59aea720ebb3cce5a49c2d32ab600e73b37389937830ff4dee04750e83078c8ab9d57513f294c')
+b2sums=('1781b0340ba7f76299fa8e37f0509f15a08cc599d196c74b90a2cb79321de570240ed9f12bc64d45ede2182ec8a3eead44ce1b840eaa83931d089ecc07923203')
+
+build() {
+ cd $_name-$pkgver
+
+ python -m build --wheel --no-isolation
+
+ cd docs/
+ PYTHONPATH="$srcdir/$_name-$pkgver/src/" python pip_sphinxext.py
+ PYTHONPATH="$srcdir/$_name-$pkgver/src/" sphinx-build -b man -d
build/doctrees/man man build/man -c html
+}
+
+check() {
+ local _site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ local _deselected=(
+ # deselect tests that would require python-pip in checkdepends (may or may
not work due to devendored dependencies when python-pip is updated)
+ --deselect
tests/unit/test_direct_url_helpers.py::test_from_link_vcs_with_source_dir_obtains_commit_id
+ --deselect
tests/unit/test_direct_url_helpers.py::test_from_link_vcs_without_source_dir
+ --deselect tests/unit/test_wheel_builder.py::test_should_cache_git_sha
+ )
+
+ cd $_name-$pkgver
+ # install to temporary location
+ python -m installer --destdir=test_dir dist/*.whl
+ export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+ pytest -vv -m unit "${_deselected[@]}" tests/
+}
+
+package() {
+ local _site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+
+ cd $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ install -vDm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
+ install -vDm 644 docs/build/man/*.1 -t "$pkgdir/usr/share/man/man1/"
+ install -vDm 644 {NEWS,README}.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+
+ # NOTE: zsh completion does not work:
https://bugs.archlinux.org/task/65349#comment187166
+ PYTHONPATH="$pkgdir/$_site_packages" "$pkgdir"/usr/bin/pip completion --bash
| install -vDm 644 /dev/stdin
"$pkgdir"/usr/share/bash-completion/completions/pip
+ PYTHONPATH="$pkgdir/$_site_packages" "$pkgdir"/usr/bin/pip completion --fish
| install -vDm 644 /dev/stdin
"$pkgdir"/usr/share/fish/vendor_completions.d/pip.fish
+}