Skip to content

Commit 8a4922f

Browse files
committed
New package: python3-ordered_set-4.1.0
1 parent 2fea6cd commit 8a4922f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Template file for 'python3-ordered_set'
2+
pkgname=python3-ordered_set
3+
version=4.1.0
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="python3-setuptools python3-wheel python3-flit_core"
7+
checkdepends="python3-pytest black python3-mypy"
8+
short_desc="Mutable set that remembers the order of its entries (Python)"
9+
maintainer="Jason Elswick <[email protected]>"
10+
license="MIT"
11+
homepage="https://github.com/rspeer/ordered-set"
12+
distfiles="https://github.com/rspeer/ordered-set/archive/refs/tags/release/${version}.tar.gz"
13+
checksum=73eb7335bfc998eaef1ac1ce1bddf720c562b839e98be00d50fe35fa8c7c6575
14+
15+
post_install() {
16+
vlicense MIT-LICENSE
17+
}

0 commit comments

Comments
 (0)