blob: b4ddfcd8bb3dd14d995d05be12779a6b9074d3a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-itertools-len
pkgdesc = Wrapper around the stdlib’ itertools with len() support
pkgver = 1.2
pkgrel = 1
url = https://github.com/flying-sheep/itertools-len
arch = any
license = GPL-3.0-or-later
checkdepends = python-pytest
makedepends = python-hatchling
makedepends = python-hatch-vcs
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
source = https://files.pythonhosted.org/packages/source/i/itertools-len/itertools_len-1.2.tar.gz
sha256sums = a8eaf34e1d5d35f38ff405a341617b97bfc70f20978626cff425c9e60444dd0e
pkgname = python-itertools-len
|