[arch-commits] Commit in python-typing_extensions/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Sun Feb 20 00:43:12 UTC 2022


    Date: Sunday, February 20, 2022 @ 00:43:12
  Author: polyzen
Revision: 1135136

Switch to python-installer from python-install

Modified:
  python-typing_extensions/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 00:27:39 UTC (rev 1135135)
+++ PKGBUILD	2022-02-20 00:43:12 UTC (rev 1135136)
@@ -10,7 +10,7 @@
 url=https://github.com/python/typing/tree/master/typing_extensions
 license=(custom)
 depends=(python)
-makedepends=(git python-build python-flit-core python-install)
+makedepends=(git python-build python-flit-core python-installer)
 checkdepends=(python-tests)
 provides=(python-typing-extensions)
 conflicts=(python-typing-extensions)
@@ -33,7 +33,7 @@
   cd typing/typing_extensions
 
   python -m venv --system-site-packages test-env
-  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python -m installer dist/*.whl
   test-env/bin/python src/test_typing_extensions.py
 }
 
@@ -40,7 +40,7 @@
 package() {
   cd typing/typing_extensions
 
-  python -m install --optimize=1 --destdir="${pkgdir}" dist/*.whl
+  python -m installer --destdir="${pkgdir}" dist/*.whl
 
   # Symlink license file
   local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")



More information about the arch-commits mailing list