Date: Sunday, May 7, 2023 @ 06:31:04
  Author: felixonmars
Revision: 1459196

upgpkg: python-pyproject-hooks 1.0.0-5: remove unneeded tomli dep (needed only 
for python < 3.11)

Modified:
  python-pyproject-hooks/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 06:26:45 UTC (rev 1459195)
+++ PKGBUILD    2023-05-07 06:31:04 UTC (rev 1459196)
@@ -3,12 +3,12 @@
 _name=pyproject_hooks
 pkgname=python-pyproject-hooks
 pkgver=1.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A low-level library for calling build-backends in 
pyproject.toml-based project"
 arch=(any)
 url="https://github.com/pypa/pyproject-hooks";
 license=(MIT)
-depends=(python python-tomli)
+depends=(python)
 makedepends=(python-build python-installer python-flit-core python-wheel)
 checkdepends=(python-pytest python-setuptools python-testpath)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)

Reply via email to