16 lines
668 B
Bash
16 lines
668 B
Bash
# Template file for 'python3-memory_allocator'
|
|
pkgname=python3-memory_allocator
|
|
version=0.1.4
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="Extension class to allocate memory easily with cython"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/sagemath/memory_allocator"
|
|
changelog="https://github.com/sagemath/memory_allocator#changelog"
|
|
distfiles="${PYPI_SITE}/m/memory_allocator/memory_allocator-${version}.tar.gz"
|
|
checksum=d609216b03031967e2b45a804b12ff9029578f4ec019fde42cf6aed6ca09efe4
|