summaryrefslogtreecommitdiff
path: root/dev-python/line_profiler
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/line_profiler')
-rw-r--r--dev-python/line_profiler/Manifest5
-rw-r--r--dev-python/line_profiler/line_profiler-4.0.3.ebuild45
-rw-r--r--dev-python/line_profiler/line_profiler-4.1.0.ebuild45
-rw-r--r--dev-python/line_profiler/metadata.xml21
4 files changed, 0 insertions, 116 deletions
diff --git a/dev-python/line_profiler/Manifest b/dev-python/line_profiler/Manifest
deleted file mode 100644
index 4c6171c39494..000000000000
--- a/dev-python/line_profiler/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST line_profiler-4.0.3.gh.tar.gz 63873 BLAKE2B b34baa89d6625e0887823a44b89fc1b5c3a069ba5d160b959fd435080cfa64e68f693a03e3ed2741efc6d7ca71a60ac0b0e43bd8ba3101089a4e3d0d6c88303e SHA512 3f7734e3651588b1d40df0836d8c93384541b6a010e70becc419101377ac90374fc8f202b927b42ca4aec3e030d9ed52f4955f9fcae3c8d0396f96e21a29eeac
-DIST line_profiler-4.1.0.gh.tar.gz 99250 BLAKE2B aa875dfb8cdbaaa701a03d10fd904504825d58e551dddabddbe0abca777a584bae5c37f4b3ab80d10dc869138106d70c3ff243a7d28e570983427520dd4ee569 SHA512 08e0395b80f8c111725227abea7e8b2d6864da840a0a6f4de5eb71a2df2ae78871c930897b49d75a184973c1ce21d61106817bd0b8d4556462f0505bbbc21fe1
-EBUILD line_profiler-4.0.3.ebuild 849 BLAKE2B a1e40e229a6ea91eae3396d47bc956e27faa2af3ef85045b69de2bdacb0d9b398b62bddd6f12bf2e530a2c702f295b6ec5b18f2e0fa8f65afa07c417e45deb9a SHA512 ba61d0598e73ab178cefdd7ea354eae53eea4cf130bbe94e0a776a3c880c98a9ff60403c28071e24b08cfc1d76403dd76f2cf89707ff6e0fcc93f99384d9ed4e
-EBUILD line_profiler-4.1.0.ebuild 849 BLAKE2B a1e40e229a6ea91eae3396d47bc956e27faa2af3ef85045b69de2bdacb0d9b398b62bddd6f12bf2e530a2c702f295b6ec5b18f2e0fa8f65afa07c417e45deb9a SHA512 ba61d0598e73ab178cefdd7ea354eae53eea4cf130bbe94e0a776a3c880c98a9ff60403c28071e24b08cfc1d76403dd76f2cf89707ff6e0fcc93f99384d9ed4e
-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
deleted file mode 100644
index bb034b04c80c..000000000000
--- a/dev-python/line_profiler/line_profiler-4.0.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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}]
-"
-# <cython-3: https://bugs.gentoo.org/911735
-BDEPEND="
- <dev-python/cython-3[${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
-}
diff --git a/dev-python/line_profiler/line_profiler-4.1.0.ebuild b/dev-python/line_profiler/line_profiler-4.1.0.ebuild
deleted file mode 100644
index bb034b04c80c..000000000000
--- a/dev-python/line_profiler/line_profiler-4.1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..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}]
-"
-# <cython-3: https://bugs.gentoo.org/911735
-BDEPEND="
- <dev-python/cython-3[${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
-}
diff --git a/dev-python/line_profiler/metadata.xml b/dev-python/line_profiler/metadata.xml
deleted file mode 100644
index 1b582c391cb4..000000000000
--- a/dev-python/line_profiler/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <longdescription>
- line_profiler is a module for doing line-by-line profiling of
- functions. kernprof is a convenient script for running either
- line_profiler or the Python standard library's cProfile or profile
- modules, depending on what is available.
- </longdescription>
- <upstream>
- <remote-id type="pypi">line-profiler</remote-id>
- <remote-id type="github">pyutils/line_profiler</remote-id>
- </upstream>
-</pkgmetadata>