python3-memory_allocator: update to 0.1.3.
This commit is contained in:
parent
4cd696b7e6
commit
5b404fcacb
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-memory_allocator'
|
# Template file for 'python3-memory_allocator'
|
||||||
pkgname=python3-memory_allocator
|
pkgname=python3-memory_allocator
|
||||||
version=0.1.2
|
version=0.1.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=memory_allocator-$version
|
wrksrc=memory_allocator-$version
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -9,6 +9,7 @@ makedepends="python3-devel"
|
||||||
short_desc="Extension class to allocate memory easily with cython"
|
short_desc="Extension class to allocate memory easily with cython"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/kliem/memory_allocator"
|
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"
|
distfiles="${PYPI_SITE}/m/memory_allocator/memory_allocator-${version}.tar.gz"
|
||||||
checksum=ddf42a2dcc678062f30c63c868335204d46a4ecdf4db0dc43ed4529f1d0ffab9
|
checksum=13805c2ae1c01b7489fab5e8eac9361662b4f2c02412e3652eece48ff6953162
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue