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


Commits:
0024550a by Caleb Maclennan at 2026-05-18T11:23:44+03:00
upgpkg: 1.0.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-iterable-io
        pkgdesc = Adapt generators and other iterables to a file-like interface
-       pkgver = 1.0.1
-       pkgrel = 2
+       pkgver = 1.0.4
+       pkgrel = 1
        url = https://github.com/pR0Ps/iterable-io
        arch = any
        license = LGPL-3.0-only
@@ -9,9 +9,9 @@ pkgbase = python-iterable-io
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-wheel
-       makedepends = python-setuptools
+       makedepends = python-hatchling
        depends = python
-       source = 
https://files.pythonhosted.org/packages/source/i/iterable-io/iterable_io-1.0.1.tar.gz
-       sha256sums = 
55db222c5914097a8508dc722f8db6112f636a04a8acb94ee6589d9b14bd4bb7
+       source = 
https://files.pythonhosted.org/packages/source/i/iterable-io/iterable_io-1.0.4.tar.gz
+       sha256sums = 
63b5b394aedbc61b4409a0d213130a4d153c602d1eac9dcff860a43ae0340405
 
 pkgname = python-iterable-io


=====================================
PKGBUILD
=====================================
@@ -2,19 +2,19 @@
 
 _pyname=iterable-io
 pkgname=python-$_pyname
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc='Adapt generators and other iterables to a file-like interface'
 arch=(any)
 url='https://github.com/pR0Ps/iterable-io'
 license=(LGPL-3.0-only)
 depends=(python)
 makedepends=(python-{build,installer,wheel}
-             python-setuptools)
+             python-hatchling)
 checkdepends=(python-pytest)
 _archive="${_pyname/-/_}-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz";)
-sha256sums=('55db222c5914097a8508dc722f8db6112f636a04a8acb94ee6589d9b14bd4bb7')
+sha256sums=('63b5b394aedbc61b4409a0d213130a4d153c602d1eac9dcff860a43ae0340405')
 
 build() {
        cd "$_archive"
@@ -23,7 +23,7 @@ build() {
 
 check() {
        cd "$_archive"
-       export PYTHONPATH="$PWD"
+       export PYTHONPATH=src
        pytest
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-iterable-io/-/commit/0024550a6bbd01cf07ff2e129898573571541d7b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-iterable-io/-/commit/0024550a6bbd01cf07ff2e129898573571541d7b
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to