mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python3-sortedcontainers: update to 2.3.0.
This commit is contained in:
parent
d406c98cba
commit
da8ca5c0aa
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-sortedcontainers'
|
# Template file for 'python3-sortedcontainers'
|
||||||
pkgname=python3-sortedcontainers
|
pkgname=python3-sortedcontainers
|
||||||
version=2.1.0
|
version=2.3.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="sortedcontainers-${version}"
|
wrksrc="sortedcontainers-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="sortedcontainers"
|
pycompile_module="sortedcontainers"
|
||||||
|
@ -11,4 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://www.grantjenks.com/docs/sortedcontainers/"
|
homepage="http://www.grantjenks.com/docs/sortedcontainers/"
|
||||||
distfiles="${PYPI_SITE}/s/sortedcontainers/sortedcontainers-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sortedcontainers/sortedcontainers-${version}.tar.gz"
|
||||||
checksum=974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a
|
checksum=59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
: package defines no tests
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue