summaryrefslogtreecommitdiff
path: root/dev-python/line-profiler
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/line-profiler
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/line-profiler')
-rw-r--r--dev-python/line-profiler/Manifest1
-rw-r--r--dev-python/line-profiler/line-profiler-5.0.2.ebuild54
-rw-r--r--dev-python/line-profiler/metadata.xml21
3 files changed, 0 insertions, 76 deletions
diff --git a/dev-python/line-profiler/Manifest b/dev-python/line-profiler/Manifest
deleted file mode 100644
index 4b17af0d628d..000000000000
--- a/dev-python/line-profiler/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST line_profiler-5.0.2.gh.tar.gz 222335 BLAKE2B 4b5d890de6bb2172550adae338a8cdb62ebbd6afb16bd0d53fed198bd1ba3fdbf7231e236910960af47838f9034fbcc7de109f869ba83edb763531b89f889171 SHA512 1283c37667e34014efd4660285de849ef2059889033f998c4a360db9740c355d740e81309b500ee0f642939f511a8d8d4c4b58e2c043b128294b0733d74a170d
diff --git a/dev-python/line-profiler/line-profiler-5.0.2.ebuild b/dev-python/line-profiler/line-profiler-5.0.2.ebuild
deleted file mode 100644
index 0f2331c1388c..000000000000
--- a/dev-python/line-profiler/line-profiler-5.0.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2026 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_{13..14} )
-
-inherit distutils-r1
-
-MY_P=line_profiler-${PV}
-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
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-# NB: while building the C extension is optional for some reason, it is
-# unconditionally required at runtime.
-
-RDEPEND="
- dev-python/ipython[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- test? (
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/ubelt[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-export LINE_PROFILER_BUILD_METHOD=cython
-
-EPYTEST_IGNORE=(
- # Internet (isolated builds)
- test_cython.py
-)
-
-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>