Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-lxc
Commits:
d7f57f23 by Robin Candau at 2024-11-08T10:47:51+01:00
upgpkg: 5.0.0-3: Makedepends: Add setuptools and switch to poetry-core
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
pkgbase = python-lxc
pkgdesc = Python3 bindings for LXC
pkgver = 5.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lxc/python3-lxc
arch = x86_64
license = LGPL-2.1-only
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- makedepends = python-poetry
+ makedepends = python-setuptools
+ makedepends = python-poetry-core
depends = python
depends = lxc
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
pkgname=python-lxc
_pkgname=python3-lxc
pkgver=5.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python3 bindings for LXC"
url="https://github.com/lxc/python3-lxc"
arch=('x86_64')
license=('LGPL-2.1-only')
depends=('python' 'lxc' 'glibc')
-makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
+makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools' 'python-poetry-core')
source=("${url}/archive/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('167ee953382e4cf4f97f21f65548ffd302b21daa46587e4ba5a66fd42a9a8c9238e2ede1b0a4c2fc0b89404c46cb4f7bd207142b8e61389cbd3363368c4fd4bb')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lxc/-/commit/d7f57f23c940d9244308c042b874987cc9d8c580
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lxc/-/commit/d7f57f23c940d9244308c042b874987cc9d8c580
You're receiving this email because of your account on gitlab.archlinux.org.