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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Feb 22 20:36:02 UTC 2022


    Date: Tuesday, February 22, 2022 @ 20:36:02
  Author: alerque
Revision: 1136186

upgpkg: python-poetry-core 1.0.7-5; (Re)remove bogus file conflict with poetry

Modified:
  python-poetry-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 20:35:59 UTC (rev 1136185)
+++ PKGBUILD	2022-02-22 20:36:02 UTC (rev 1136186)
@@ -5,7 +5,7 @@
 _pkgname=poetry-core
 pkgname=python-poetry-core
 pkgver=1.0.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
 arch=('any')
 url="https://github.com/python-poetry/${_pkgname}"
@@ -25,6 +25,8 @@
 	# remove vendored dependencies
 	sed -i '/^__version__/!d' poetry/core/__init__.py
 	rm -r poetry/core/_vendor
+	# be a proper namespace, python3-only ;)
+	rm poetry/__init__.py
 }
 
 build() {



More information about the arch-commits mailing list