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

Caleb Maclennan alerque at gemini.archlinux.org
Wed Aug 31 08:06:08 UTC 2022


    Date: Wednesday, August 31, 2022 @ 08:06:08
  Author: alerque
Revision: 1289124

upgpkg: python-poetry 1.2.0-2; unpin python-crashtest, see FS#75733

Modified:
  python-poetry/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 07:57:12 UTC (rev 1289123)
+++ PKGBUILD	2022-08-31 08:06:08 UTC (rev 1289124)
@@ -7,7 +7,7 @@
 _pkgname=poetry
 pkgname=python-poetry
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python dependency management and packaging made easy'
 arch=(any)
 url=https://python-poetry.org
@@ -43,6 +43,9 @@
 prepare() {
 	cd "$_archive"
 	install -m0755 -t ./ ../poetry-completions-generator
+	# Unpin crashtest which we have packaged at 0.4.0
+	# https://bugs.archlinux.org/task/75733
+	sed -i -e '/^crashtest/s/\^/>=/' pyproject.toml
 }
 
 build() {



More information about the arch-commits mailing list