From 922eab81b0fb0cb69380c250fff87254349984d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 24 Mar 2024 18:40:54 -0300 Subject: [PATCH] python3-memory_allocator: update to 0.1.4. --- srcpkgs/python3-memory_allocator/template | 10 +++++----- srcpkgs/python3-memory_allocator/update | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/python3-memory_allocator/update diff --git a/srcpkgs/python3-memory_allocator/template b/srcpkgs/python3-memory_allocator/template index c3c9f499d94..600e786d02b 100644 --- a/srcpkgs/python3-memory_allocator/template +++ b/srcpkgs/python3-memory_allocator/template @@ -1,9 +1,9 @@ # Template file for 'python3-memory_allocator' pkgname=python3-memory_allocator -version=0.1.3 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools python3-Cython" +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" @@ -12,4 +12,4 @@ 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=13805c2ae1c01b7489fab5e8eac9361662b4f2c02412e3652eece48ff6953162 +checksum=d609216b03031967e2b45a804b12ff9029578f4ec019fde42cf6aed6ca09efe4 diff --git a/srcpkgs/python3-memory_allocator/update b/srcpkgs/python3-memory_allocator/update new file mode 100644 index 00000000000..25ef51d109a --- /dev/null +++ b/srcpkgs/python3-memory_allocator/update @@ -0,0 +1 @@ +ignore="*a* *b* *rc*"