Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-autocommand
Commits:
e792057d by Antonio Rojas at 2025-12-26T15:16:04+01:00
upgpkg: 2.2.2-9: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-autocommand
pkgdesc = A library to create a command-line program from a function
pkgver = 2.2.2
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/Lucretiel/autocommand
arch = any
license = LGPL
@@ -13,7 +13,9 @@ pkgbase = python-autocommand
depends = python
source =
https://github.com/Lucretiel/autocommand/archive/2.2.2/python-autocommand-2.2.2.tar.gz
source = https://github.com/jaraco/autocommand/commit/ec6f6641.patch
+ source = https://github.com/Lucretiel/autocommand/commit/70ea508ae.patch
sha512sums =
5ed109db16a0e309ed5107b26db0b70ed8669d73817e82eb5a219650d29f53785aa1f9471b2ac71d21dbffc9f0a13ea0fdf69e63ab534fd84407a1d6741cf5b5
sha512sums =
2a31e24bafeab219b9ba836c34efa08664ddc323592cbff6cf7853631c982ebac2f263077999cd8c7aa05a2e588f64c8a1bcc4819436b8aba7068b1a26f21019
+ sha512sums =
bcd3687f2c935dc0daba07e950a6f8fec06bdf79f94d0c5e083a6314b24e24dbc311276b959beb885d3c5d02cac9f2203263e0dc44b611a1a3f0e64405a4a44f
pkgname = python-autocommand
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-autocommand
pkgver=2.2.2
-pkgrel=8
+pkgrel=9
pkgdesc="A library to create a command-line program from a function"
url="https://github.com/Lucretiel/autocommand"
license=('LGPL')
@@ -11,13 +11,16 @@ depends=('python')
makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
checkdepends=('python-pytest')
source=("https://github.com/Lucretiel/autocommand/archive/$pkgver/$pkgname-$pkgver.tar.gz"
- https://github.com/jaraco/autocommand/commit/ec6f6641.patch)
+ https://github.com/jaraco/autocommand/commit/ec6f6641.patch
+ https://github.com/Lucretiel/autocommand/commit/70ea508ae.patch)
sha512sums=('5ed109db16a0e309ed5107b26db0b70ed8669d73817e82eb5a219650d29f53785aa1f9471b2ac71d21dbffc9f0a13ea0fdf69e63ab534fd84407a1d6741cf5b5'
-
'2a31e24bafeab219b9ba836c34efa08664ddc323592cbff6cf7853631c982ebac2f263077999cd8c7aa05a2e588f64c8a1bcc4819436b8aba7068b1a26f21019')
+
'2a31e24bafeab219b9ba836c34efa08664ddc323592cbff6cf7853631c982ebac2f263077999cd8c7aa05a2e588f64c8a1bcc4819436b8aba7068b1a26f21019'
+
'bcd3687f2c935dc0daba07e950a6f8fec06bdf79f94d0c5e083a6314b24e24dbc311276b959beb885d3c5d02cac9f2203263e0dc44b611a1a3f0e64405a4a44f')
prepare() {
cd autocommand-$pkgver
patch -p1 -i ../ec6f6641.patch # Fix build
+ patch -p1 -i ../70ea508ae.patch # Fix tests with python 3.14
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-autocommand/-/commit/e792057d2e91d7db17dccfeab43ef7c36cea4957
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-autocommand/-/commit/e792057d2e91d7db17dccfeab43ef7c36cea4957
You're receiving this email because of your account on gitlab.archlinux.org.