diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-10-17 19:44:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-10-17 19:44:05 +0000 |
| commit | 57fda6c935f55d2fffff9686708bb243397cbdfd (patch) | |
| tree | 51a3566ba231842a4f16597bcd2c6408a7218558 /dev-python/line_profiler | |
| parent | 3d498ef72631d4b3dcf8154bc081f603baf932fe (diff) | |
| download | baldeagleos-repo-57fda6c935f55d2fffff9686708bb243397cbdfd.tar.gz baldeagleos-repo-57fda6c935f55d2fffff9686708bb243397cbdfd.tar.xz baldeagleos-repo-57fda6c935f55d2fffff9686708bb243397cbdfd.zip | |
Adding metadata
Diffstat (limited to 'dev-python/line_profiler')
| -rw-r--r-- | dev-python/line_profiler/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/line_profiler/line_profiler-3.3.0.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/line_profiler/Manifest b/dev-python/line_profiler/Manifest index f18e60ea4a85..1f108077af1e 100644 --- a/dev-python/line_profiler/Manifest +++ b/dev-python/line_profiler/Manifest @@ -1,2 +1 @@ -DIST line_profiler-3.3.0.gh.tar.gz 52791 BLAKE2B e3499f5274045d158620fa890df6e725a99c3df019bb4515434213d2c60d52d400d7a7dfce64b153422722ea388f73318818485c9747e6eace2d81c457f93a7f SHA512 37680c55a551c73aed7a3ee2333c523f0617e01cda6db98060f15fe36990c8c8bc08bd5848e569f269bf11590776290ee0980046cce745df8e54268d7991559b DIST line_profiler-3.3.1.gh.tar.gz 56700 BLAKE2B 030c0fc742a6773ebb55a54a3c21d3d5e5d6d5d258a2c3cd2071ff93917411b65e100bfc6549d9c60d9a7c361c53b291d8b81538acaf5b83665c04129d25bc02 SHA512 8a3704a6df2abe71283cb2da23b738932c6f4b42aedcdefda0d318fd4b894d56831a855c4be4430657308530a04d1e96b0e15a60edca06621bdd5370c0bf9911 diff --git a/dev-python/line_profiler/line_profiler-3.3.0.ebuild b/dev-python/line_profiler/line_profiler-3.3.0.ebuild deleted file mode 100644 index 13ad3420fe64..000000000000 --- a/dev-python/line_profiler/line_profiler-3.3.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -# force it to match scikit-build -CMAKE_MAKEFILE_GENERATOR=ninja - -inherit cmake distutils-r1 - -DESCRIPTION="Line-by-line profiler" -HOMEPAGE="https://github.com/pyutils/line_profiler/" -SRC_URI=" - https://github.com/pyutils/line_profiler/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" -# technically, the package claims to support non-scikit-build build -# but it's clearly unmaintained and broken at the moment -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - dev-python/scikit-build[${PYTHON_USEDEP}] - test? ( - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/ubelt[${PYTHON_USEDEP}] - )" - -distutils_enable_tests --install pytest - -src_prepare() { - cmake_src_prepare - distutils-r1_src_prepare -} - -python_test() { - distutils_install_for_testing - cd tests || die - epytest -} - -python_install() { - distutils-r1_python_install - python_optimize -} |
