15 lines
544 B
Bash
15 lines
544 B
Bash
# Template file for 'python3-iterable-io'
|
|
pkgname=python3-iterable-io
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python library to adapt iterables to a file-like interface"
|
|
maintainer="chrysos349 <chrysostom349@gmail.com>"
|
|
license="LGPL-3.0-only"
|
|
homepage="https://github.com/pR0Ps/iterable-io"
|
|
distfiles="${PYPI_SITE}/i/iterable-io/iterable-io-${version}.tar.gz"
|
|
checksum=fb9e1b739587a9ba0d5c60a3e1eb71246761583bc9f18b3c35bb112b44b18c3c
|