dev-python/asynctest - 0.13.0 (amano-kenji)

Search

Install

Install this version:

emerge -a =dev-python/asynctest-0.13.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/asynctest-0.13.0

Or alternatively:

emerge --autounmask-write -a =dev-python/asynctest-0.13.0

Package Information

Description:
Enhance standard unittest package with features for testing asyncio libraries
Homepage:
https://github.com/Martiusweb/asynctest/ https://pypi.org/project/asynctest/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.13.0 8 ~amd64 0
View Raw Ebuild
EAPI="8"

PYTHON_COMPAT=( python3_{5..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Enhance standard unittest package with features for testing asyncio libraries"
HOMEPAGE="https://github.com/Martiusweb/asynctest/ https://pypi.org/project/asynctest/"
SRC_URI="https://github.com/Martiusweb/asynctest/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

python_test() {
	PYTHONPATH=. python -m unittest test
}

Inherited Eclasses

Manifest for 0.13.0

Type File Size Source URLs
DIST asynctest-0.13.0.tar.gz 67664 bytes https://github.com/Martiusweb/asynctest/archive/refs/tags/v0.13.0.tar.gz