New package: python3-ordered_set-4.1.0

This commit is contained in:
Jason Elswick
2026-02-18 17:01:08 +01:00
committed by Leah Neukirchen
parent 47caa496eb
commit fe951ebeca
+17
View File
@@ -0,0 +1,17 @@
# 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
}