diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-26 11:40:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-26 11:40:29 +0100 |
commit | 87c27dff06cf921128aa44f6e03fc3e47bc26daf (patch) | |
tree | 57a9d4db09bf517e0195df475abecd6f1ab24a0d /dev-python/yappi | |
parent | dev-python/python-utils: Remove old (diff) | |
download | gentoo-87c27dff06cf921128aa44f6e03fc3e47bc26daf.tar.gz gentoo-87c27dff06cf921128aa44f6e03fc3e47bc26daf.tar.bz2 gentoo-87c27dff06cf921128aa44f6e03fc3e47bc26daf.zip |
dev-python/yappi: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/yappi')
-rw-r--r-- | dev-python/yappi/Manifest | 1 | ||||
-rw-r--r-- | dev-python/yappi/yappi-1.3.0-r1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest index ba113d904d9f..dae8e3e9f32d 100644 --- a/dev-python/yappi/Manifest +++ b/dev-python/yappi/Manifest @@ -1,2 +1 @@ -DIST yappi-1.3.0.gh.tar.gz 936160 BLAKE2B fcb7651a188e8442f9cac8dc680cc2c944f0f20d322982eaa3f75893f8575db45144f9fac51af58e4c75001603fce08c65d5ffd02b47cceb0d4db0af0ffb1b36 SHA512 ae7c27231721df1a705905c0270feb3e469d156fd8e62fe83a8387920662eb10c5262783b74e97fb01c8ea0dcdb6b78dcce3a87ab5472f1a8f6f03849480a523 DIST yappi-1.3.2.tar.gz 936566 BLAKE2B 55f114b8ed8689944f8146cb283701b41f34e87f3e5104d7d8df239cd2afc24f1ca1bf86f99bf672735677005df6527c83c5306a7902ea45e335134a925d6e18 SHA512 7a555bf6db8d7b9d8b4e36ceda1a40319a3d0aa478c512fb0fbca678dd3966b1facffa7555dca1ffaf07461ed3ab81284bd643e331eb2e6d1ee9c99eab1acb55 diff --git a/dev-python/yappi/yappi-1.3.0-r1.ebuild b/dev-python/yappi/yappi-1.3.0-r1.ebuild deleted file mode 100644 index 78919e2f446e..000000000000 --- a/dev-python/yappi/yappi-1.3.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -# no tags on github, no tests on pypi -COMMIT_HASH="ade55478807aa957714e0ef3e228d0cf0c68949d" - -DESCRIPTION="Yet Another Python Profiler" -HOMEPAGE="https://pypi.org/project/yappi/ https://github.com/sumerc/yappi" -SRC_URI="https://github.com/sumerc/yappi/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT_HASH}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( dev-python/gevent[${PYTHON_USEDEP}] )" - -distutils_enable_tests unittest - -PATCHES=( - "${FILESDIR}/yappi-1.2.5-warnings.patch" - "${FILESDIR}/yappi-1.3.0-tests.patch" -) - -python_prepare_all() { - cp tests/utils.py "${S}" || die - distutils-r1_python_prepare_all -} |