# Template file for 'python3-ordered_set'
pkgname=python3-ordered_set
version=4.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-flit_core"
checkdepends="python3-pytest black python3-mypy"
short_desc="Mutable set that remembers the order of its entries (Python)"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/rspeer/ordered-set"
distfiles="https://github.com/rspeer/ordered-set/archive/refs/tags/release/${version}.tar.gz"
checksum=73eb7335bfc998eaef1ac1ce1bddf720c562b839e98be00d50fe35fa8c7c6575

post_install() {
	vlicense MIT-LICENSE
}
