mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: python3-sortedcontainers-2.1.0
This commit is contained in:
parent
b812bc9628
commit
0309709bbf
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python3-sortedcontainers/template
Normal file
15
srcpkgs/python3-sortedcontainers/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'python3-sortedcontainers'
|
||||||
|
pkgname=python3-sortedcontainers
|
||||||
|
version=2.1.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="sortedcontainers-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="sortedcontainers"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
short_desc="Sorted List, Sorted Dict, Sorted Set"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="http://www.grantjenks.com/docs/sortedcontainers/"
|
||||||
|
distfiles="${PYPI_SITE}/s/sortedcontainers/sortedcontainers-${version}.tar.gz"
|
||||||
|
checksum=974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a
|
Loading…
Add table
Reference in a new issue