From 3c63363f5d8d98a8bac568ce23957986ed2791c2 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 12 Apr 2024 06:08:55 +0000 Subject: Adding metadata --- .../memory-allocator/memory-allocator-0.1.3.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-python/memory-allocator/memory-allocator-0.1.3.ebuild (limited to 'dev-python/memory-allocator/memory-allocator-0.1.3.ebuild') diff --git a/dev-python/memory-allocator/memory-allocator-0.1.3.ebuild b/dev-python/memory-allocator/memory-allocator-0.1.3.ebuild deleted file mode 100644 index 673125cd1c3e..000000000000 --- a/dev-python/memory-allocator/memory-allocator-0.1.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_EXT=1 -inherit distutils-r1 pypi - -DESCRIPTION="An extension class for memory allocation in cython" -HOMEPAGE="https://pypi.org/project/memory-allocator/ - https://github.com/sagemath/memory_allocator" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" - -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" - -python_test() { - # The test script tries to "import memory_allocator.test" which, so - # long as a memory_allocator directory exists inside CWD, will look - # for a memory_allocator/test.py there. But there is no such file; - # the "test" module is a compiled extension. To let the search fall - # back to the correct location, we temporarily rename the directory - # that misleads it. - mv memory_allocator mv_memory_allocator || die - ${EPYTHON} test.py || die - mv mv_memory_allocator memory_allocator || die -} -- cgit v1.3.1