From 5ae7efc9abae6bb8f8fac438298427769a91f5ad Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Mar 2023 07:37:02 +0000 Subject: gentoo auto-resync : 04:03:2023 - 07:37:01 --- dev-python/line_profiler/Manifest | 2 + .../line_profiler/line_profiler-4.0.3.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 dev-python/line_profiler/line_profiler-4.0.3.ebuild (limited to 'dev-python/line_profiler') diff --git a/dev-python/line_profiler/Manifest b/dev-python/line_profiler/Manifest index e4f3586cfafc..12417051fd31 100644 --- a/dev-python/line_profiler/Manifest +++ b/dev-python/line_profiler/Manifest @@ -1,3 +1,5 @@ DIST line_profiler-4.0.2.gh.tar.gz 63855 BLAKE2B e2f077214fb1387504446882396b3b48f5dc309b9de9ff7d7f39dfb96361e0b4ce5461510c878caabbfa4c2723fe65f2eeca5eb4fb261f1a735ebe32beb3b0fe SHA512 ef07d51a33cc71de0409f8dbdae47c738a8088ece577b077e9b7ff6e4f296da30f7843ef01f3bdcedadc1ad778fe625c0880e6a27844f49cda780f2fd6960acf +DIST line_profiler-4.0.3.gh.tar.gz 63873 BLAKE2B b34baa89d6625e0887823a44b89fc1b5c3a069ba5d160b959fd435080cfa64e68f693a03e3ed2741efc6d7ca71a60ac0b0e43bd8ba3101089a4e3d0d6c88303e SHA512 3f7734e3651588b1d40df0836d8c93384541b6a010e70becc419101377ac90374fc8f202b927b42ca4aec3e030d9ed52f4955f9fcae3c8d0396f96e21a29eeac EBUILD line_profiler-4.0.2.ebuild 743 BLAKE2B d8e0c90880dc73720dc5d9da3ec4dc29e89bd142a1cf32ee4695878ee72d62ddae278d495468b385ce834b28d76c685e22d1e91f0bcfc71edd7b9f5f90c1322c SHA512 f873181b5a48278b8c334832158aba6d92aef65c268713248a811f7f17978d3ecfb7d5e4ad127341ab96802a6a80be9fddec8fccb5ad7e0f544ce3a65b300099 +EBUILD line_profiler-4.0.3.ebuild 785 BLAKE2B b819736e98bb90767c00d650f2252cb8d17f4a2061c52428f680e4128b522c89eaf8b8240f4994c9f644fa477fca1f9385c7a46b25a9138650a7ea08b4b48108 SHA512 91a6e446655540c8da9961a8f5a4884273c6c724cf0fc21a8a51e3146f9ad6b6cce273835614e12a124da43950cfe89b8c5aa3022dfceb892b802e7eb1e2ab2c MISC metadata.xml 775 BLAKE2B de65859e8267b3385a49550fa47ee33d0f428e5833a59d8224aa4eb2b0251841c58acc1ca446ef1b13d258c5b861045f042f7ca13e8a27db7253f4202753c607 SHA512 22a65b06d81651455ecd9690bc5c6d4c87858bf912eb491dde16650a3692408ca95a1d42d82204e67509f4e685651b5b2b2537b5db0891b7ca6933bddd616d16 diff --git a/dev-python/line_profiler/line_profiler-4.0.3.ebuild b/dev-python/line_profiler/line_profiler-4.0.3.ebuild new file mode 100644 index 000000000000..cc5995f63faa --- /dev/null +++ b/dev-python/line_profiler/line_profiler-4.0.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Line-by-line profiler" +HOMEPAGE=" + https://github.com/pyutils/line_profiler/ + https://pypi.org/project/line-profiler/ +" +SRC_URI=" + https://github.com/pyutils/line_profiler/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/ipython[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/ubelt[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +export LINE_PROFILER_BUILD_METHOD=cython + +python_test() { + cd tests || die + epytest +} -- cgit v1.2.3