diff --git a/devel/py-memory-allocator/Makefile b/devel/py-memory-allocator/Makefile index 8939f75b5927..96c3151fdac0 100644 --- a/devel/py-memory-allocator/Makefile +++ b/devel/py-memory-allocator/Makefile @@ -1,15 +1,15 @@ PORTNAME= memory_allocator -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= thierry@FreeBSD.org COMMENT= Allocate memory easily with cython LICENSE= GPLv3 USES= python:3.6+ USE_PYTHON= cython distutils .include diff --git a/devel/py-memory-allocator/distinfo b/devel/py-memory-allocator/distinfo index d5ee7a64ce2f..08aebc04e454 100644 --- a/devel/py-memory-allocator/distinfo +++ b/devel/py-memory-allocator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641999945 -SHA256 (memory_allocator-0.1.2.tar.gz) = ddf42a2dcc678062f30c63c868335204d46a4ecdf4db0dc43ed4529f1d0ffab9 -SIZE (memory_allocator-0.1.2.tar.gz) = 19611 +TIMESTAMP = 1661616681 +SHA256 (memory_allocator-0.1.3.tar.gz) = 13805c2ae1c01b7489fab5e8eac9361662b4f2c02412e3652eece48ff6953162 +SIZE (memory_allocator-0.1.3.tar.gz) = 19692 diff --git a/devel/py-memory-allocator/pkg-descr b/devel/py-memory-allocator/pkg-descr index adcb8f3662e8..d9e621387619 100644 --- a/devel/py-memory-allocator/pkg-descr +++ b/devel/py-memory-allocator/pkg-descr @@ -1,11 +1,11 @@ An extension class to allocate memory easily with cython. This extension class started as part of the Sage software. It provides a single extension class MemoryAllocator with cdef methods. Memory is freed when the instance of MemoryAllocator is deallocated. On failure to allocate the memory, a proper error is raised. -WWW: https://github.com/kliem/memory_allocator +WWW: https://github.com/sagemath/memory_allocator WWW: https://pypi.org/project/memory-allocator/