14 lines
532 B
Bash
14 lines
532 B
Bash
# Template file for 'python3-intervaltree'
|
|
pkgname=python3-intervaltree
|
|
version=3.2.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-sortedcontainers"
|
|
short_desc="Editable interval tree data structure for Python 3"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/chaimleib/intervaltree"
|
|
distfiles="${PYPI_SITE}/i/intervaltree/intervaltree-${version}.tar.gz"
|
|
checksum=f1e83911d63206f145a039a5b03f2e86297814b1e8b5cfba3af6a09f1b9a73d2
|