New package: python3-frozenlist-1.4.0
This commit is contained in:
parent
8f8c274bac
commit
8f864d91eb
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'python3-frozenlist'
|
||||||
|
pkgname=python3-frozenlist
|
||||||
|
version=1.4.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
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=09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
|
Loading…
Reference in New Issue