mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/pytest-tornado: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-python/pytest-tornado/Manifest
Normal file
1
dev-python/pytest-tornado/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pytest-tornado-0.8.1.tar.gz 9134 BLAKE2B 6ed8b77e4a6145442aefa082ebcd4b9a1232ec6e90d44d696fc615a0cc097a6b9e44127d1c67a74b736981746a7c707b1f3a4d934eeac35aafea05a021a5ce7b SHA512 b3c35868574e1c42ee7a1c8adfc7314ac4cab8daf3c9ad95e0f7a1279f2707946bd4e727525bef9184599c923857f488def4c7c0a07878625165cfde85bd0304
|
||||
17
dev-python/pytest-tornado/metadata.xml
Normal file
17
dev-python/pytest-tornado/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/vidartf/pytest-tornado/issues</bugs-to>
|
||||
<maintainer>
|
||||
<email>vidartf@gmail.com</email>
|
||||
<name>Vidar Tonaas Fauske</name>
|
||||
</maintainer>
|
||||
<remote-id type="pypi">pytest-tornado</remote-id>
|
||||
<remote-id type="github">vidartf/pytest-tornado</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
22
dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild
Normal file
22
dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications"
|
||||
HOMEPAGE="https://github.com/vidartf/pytest-tornado"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="Apache-2.0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pytest-3.6[${PYTHON_USEDEP}]
|
||||
>=www-servers/tornado-5[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user