We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fea6cd commit 8a4922fCopy full SHA for 8a4922f
srcpkgs/python3-ordered_set/template
@@ -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