Date: Tuesday, October 25, 2022 @ 09:09:21
  Author: alerque
Revision: 1334729

upgpkg: python-pastel 0.2.1-5; use poetry-core for PEP517 build

Modified:
  python-pastel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 09:08:52 UTC (rev 1334728)
+++ PKGBUILD    2022-10-25 09:09:21 UTC (rev 1334729)
@@ -4,14 +4,14 @@
 _pkgname=pastel
 pkgname=python-pastel
 pkgver=0.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Bring colors to your terminal'
 arch=(any)
 url="https://github.com/sdispater/${_pkgname}";
 license=(MIT)
 depends=(python)
-makedepends=(python-{build,installer}
-             python-poetry)
+makedepends=(python-{build,installer,wheel}
+             python-poetry-core)
 checkdepends=(python-pytest)
 _archive="$_pkgname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_archive.tar.gz";)

Reply via email to