Package Details: python-aiozoneinfo 0.2.3-2

Git Clone URL: https://aur.archlinux.org/python-aiozoneinfo.git (read-only, click to copy)
Package Base: python-aiozoneinfo
Description: Tools to fetch zoneinfo with asyncio
Upstream URL: https://github.com/bluetooth-devices/aiozoneinfo
Licenses: Apache-2.0
Submitter: qdii
Maintainer: qdii
Last Packager: qdii
Votes: 0
Popularity: 0.000000
First Submitted: 2024-07-28 12:05 (UTC)
Last Updated: 2026-06-21 16:18 (UTC)

Required by (0)

Sources (1)

Latest Comments

qdii commented on 2026-06-21 16:18 (UTC)

Thanks! I even added python-poetry-core>=2.0.0 to follow pyproject.toml (https://github.com/Bluetooth-Devices/aiozoneinfo/blob/4cd33d7528fe9126aefc8832b0a8cee3d83e8082/pyproject.toml#L152)

AlD commented on 2026-06-19 07:22 (UTC)

Has a make dependency on python-poetry-core:

diff --git a/PKGBUILD b/PKGBUILD
index cbe4fb8..7d9cd3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Tools to fetch zoneinfo with asyncio"
 arch=('any')
 url="https://github.com/bluetooth-devices/aiozoneinfo"
 license=('Apache')
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
 source=("${_name}-${pkgver}.tar.gz::https://github.com/Bluetooth-Devices/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
 sha256sums=('987ce2a7d5141f3f4c2e9d50606310d0bf60d688ad9f087aa7267433ba85fff3')