diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-07 07:00:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 07:03:23 +0200 |
commit | 6460f0c8bcd3e369cd53abe5efafa015c5d38f28 (patch) | |
tree | a585b5af15e95239af252ac5b471f18a347e7314 /dev-python/yappi | |
parent | dev-python/google-auth: Remove old (diff) | |
download | gentoo-6460f0c8bcd3e369cd53abe5efafa015c5d38f28.tar.gz gentoo-6460f0c8bcd3e369cd53abe5efafa015c5d38f28.tar.bz2 gentoo-6460f0c8bcd3e369cd53abe5efafa015c5d38f28.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.5.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest index ec3eefb7206e..f99179deb040 100644 --- a/dev-python/yappi/Manifest +++ b/dev-python/yappi/Manifest @@ -1,2 +1 @@ -DIST yappi-1.3.5.gh.tar.gz 936884 BLAKE2B a33ea0c506b3e0d05e141b01ebf4af158c6c794c0c504e52c19c00295f105cfff8a6aa8964ce07e13b87cd60164adfd1107da2c286e17dc0d779e7f9e916fbf8 SHA512 2fc243522414626ed6327b3f6b26c4001f01e288700df62cef81e73cf4077af238836b100167df3c4cfb4e0091d4de14385d349b9821759401cc3666e6fe94e9 DIST yappi-1.3.6.gh.tar.gz 937785 BLAKE2B eb98d51f450091e66429affcc12f4329629bfc466dd8db9c5e77f5385a6b7bb551fd336825d64d94141ae41129618025a716a1b4e0718b022e67978330900bf0 SHA512 f55555042363581535eb4dfca096b1c698fb32720e5d1740d72ee7290f162ec44f0ed05936d6d85fc63f347e6be19b182550bd6e6593b65616d11d109fce8cbc diff --git a/dev-python/yappi/yappi-1.3.5.ebuild b/dev-python/yappi/yappi-1.3.5.ebuild deleted file mode 100644 index e05f16749821..000000000000 --- a/dev-python/yappi/yappi-1.3.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Yet Another Python Profiler" -HOMEPAGE=" - https://pypi.org/project/yappi/ - https://github.com/sumerc/yappi/ -" -SRC_URI=" - https://github.com/sumerc/yappi/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" - -BDEPEND=" - test? ( - dev-python/gevent[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -PATCHES=( - "${FILESDIR}/yappi-1.2.5-warnings.patch" -) - -python_test() { - local -x PYTHONPATH=tests - eunittest -} |