From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/pytest-tornasync/Manifest | 1 - dev-python/pytest-tornasync/metadata.xml | 17 -------- .../pytest-tornasync-0.6.0_p2-r1.ebuild | 45 ---------------------- 3 files changed, 63 deletions(-) delete mode 100644 dev-python/pytest-tornasync/Manifest delete mode 100644 dev-python/pytest-tornasync/metadata.xml delete mode 100644 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild (limited to 'dev-python/pytest-tornasync') diff --git a/dev-python/pytest-tornasync/Manifest b/dev-python/pytest-tornasync/Manifest deleted file mode 100644 index 3f23e97f70d9..000000000000 --- a/dev-python/pytest-tornasync/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-tornasync-0.6.0.post2.gh.tar.gz 6157 BLAKE2B 315526ebfe1801ccb10258c0258a83f16efdc28b2b2dcdeece94423a0230506fc08ef176655e35c7aed007fad40501d6a1b0ad20728dfc58faddaad003fb1182 SHA512 fe21bc724b0bcc192f0ca7628302cda0b8122e1b5aedd4f7a0818bc757f45c1d4f76b2aecc35396349df7fc5b43c1278a5a06af44c2b29d8bf1e691164324231 diff --git a/dev-python/pytest-tornasync/metadata.xml b/dev-python/pytest-tornasync/metadata.xml deleted file mode 100644 index abd0597a1324..000000000000 --- a/dev-python/pytest-tornasync/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - python@gentoo.org - Python - - - - pytest-tornasync - eukaryote/pytest-tornasync - - diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild deleted file mode 100644 index 1c8256b5d571..000000000000 --- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -MY_P=${PN}-${PV/_p/.post} -DESCRIPTION="Pytest plugin for testing Python 3.5+ Tornado code" -HOMEPAGE=" - https://github.com/eukaryote/pytest-tornasync/ - https://pypi.org/project/pytest-tornasync/ -" -SRC_URI=" - https://github.com/eukaryote/pytest-tornasync/archive/${PV/_p/.post}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - >=dev-python/pytest-3.0[${PYTHON_USEDEP}] - >=dev-python/tornado-5.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_prepare_all() { - # Do not install the license file - sed -i -e '/LICENSE/d' setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p pytest_tornasync.plugin -} -- cgit v1.3.1