Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-poetry
Commits:
8e4178c2 by Caleb Maclennan at 2025-09-22T22:40:13+03:00
upgpkg: 2.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-poetry
pkgdesc = Python dependency management and packaging made easy
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://python-poetry.org
arch = any
@@ -44,7 +44,7 @@ pkgbase = python-poetry
depends = python-virtualenv
optdepends = python-pip: to use pip with virtual environments
provides = poetry
- source =
https://github.com/python-poetry/poetry/archive/2.2.0/poetry-2.2.0.tar.gz
- sha256sums =
5931caf0af9315d6dd96bd07abdb2e81e1e84f200f03b003e7f2f37b032d7be9
+ source =
https://github.com/python-poetry/poetry/archive/2.2.1/poetry-2.2.1.tar.gz
+ sha256sums =
ef9e3e5efd0a79421061a34892047917b6491ca4de1dfdeff7e709a453f74782
pkgname = python-poetry
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
_pkgname=poetry
pkgname=python-poetry
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='Python dependency management and packaging made easy'
arch=(any)
@@ -55,7 +55,7 @@ optdepends=('python-pip: to use pip with virtual
environments')
provides=(poetry)
_archive="$_pkgname-$pkgver"
source=("https://github.com/$pkgname/$_pkgname/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('5931caf0af9315d6dd96bd07abdb2e81e1e84f200f03b003e7f2f37b032d7be9')
+sha256sums=('ef9e3e5efd0a79421061a34892047917b6491ca4de1dfdeff7e709a453f74782')
build() {
local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry/-/commit/8e4178c2d45dd0a2b243bc3f50baa1e4c7cae8da
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry/-/commit/8e4178c2d45dd0a2b243bc3f50baa1e4c7cae8da
You're receiving this email because of your account on gitlab.archlinux.org.