Date: Monday, October 24, 2022 @ 09:09:59
  Author: alucryd
Revision: 458838

upgpkg: python-tomli-w 1.0.0-5

Modified:
  python-tomli-w/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-24 08:23:47 UTC (rev 458837)
+++ PKGBUILD    2022-10-24 09:09:59 UTC (rev 458838)
@@ -2,7 +2,7 @@
 
 pkgname=python-tomli-w
 pkgver=1.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A lil' TOML writer"
 url=https://github.com/hukkin/tomli-w
 license=(MIT)
@@ -10,9 +10,9 @@
 depends=(python)
 makedepends=(
   git
-  python-flit
-  python-pip
-  python-poetry
+  python-build
+  python-flit-core
+  python-installer
 )
 checkdepends=(
   python-pytest
@@ -29,7 +29,7 @@
 
 build() {
   cd tomli-w
-  python -m flit build --format wheel
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -38,7 +38,7 @@
 }
 
 package() {
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps tomli-w/dist/*.whl
+  python -m installer --destdir="${pkgdir}" tomli-w/dist/*.whl
   install -Dm 644 tomli-w/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-tomli-w/
 }
 

Reply via email to