mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 20:45:10 +02:00
15 lines
648 B
Bash
15 lines
648 B
Bash
# Template file for 'python3-frozenlist'
|
|
pkgname=python3-frozenlist
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-pytest-asyncio python3-pytest-cov"
|
|
short_desc="List-like structure which implements collections.abc.MutableSequence"
|
|
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/aio-libs/frozenlist"
|
|
distfiles="${PYPI_SITE}/f/frozenlist/frozenlist-${version}.tar.gz"
|
|
checksum=81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817
|