Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-agate


Commits:
52ac1325 by Caleb Maclennan at 2026-02-04T12:01:08+03:00
upgpkg: 1.14.1-2: Work around upstream bug that places docs outside of namespace

Closes #3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-agate
        pkgdesc = A data analysis library that is optimized for humans instead 
of machines
        pkgver = 1.14.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://agate.readthedocs.org/
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 _pyname=agate
 pkgname=python-$_pyname
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A data analysis library that is optimized for humans instead of 
machines'
 arch=(any)
 url='https://agate.readthedocs.org/'
@@ -34,6 +34,8 @@ prepare() {
        # parsedatetime bugs so they limit allowed versions. We're going to skip
        # known problematic tests to allow Arch's packaged version.
        sed -i -e '/parsedatetime/s/>.*"/"/' pyproject.toml
+       # https://github.com/wireservice/agate/pull/796
+       sed -i -e '/packages.find/,+2d' pyproject.toml
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-agate/-/commit/52ac1325088c7352c1a052e75c4af6caaf8c00bc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-agate/-/commit/52ac1325088c7352c1a052e75c4af6caaf8c00bc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to