diff options
| author | Zac Medico <zmedico@gentoo.org> | 2016-11-07 12:30:32 -0800 |
|---|---|---|
| committer | Zac Medico <zmedico@gentoo.org> | 2016-11-07 12:30:32 -0800 |
| commit | b5db48f43cb818a38d32f4db49f628ce66731a86 (patch) | |
| tree | 677536a5de570921cc1894d54cabbc1020d968ad /dev-python/async_timeout/async_timeout-1.1.0.ebuild | |
| parent | c38b5c5cd509f908be6b92cf5ff51736b836e3b8 (diff) | |
| download | gentoo-b5db48f43cb818a38d32f4db49f628ce66731a86.tar.gz gentoo-b5db48f43cb818a38d32f4db49f628ce66731a86.tar.bz2 gentoo-b5db48f43cb818a38d32f4db49f628ce66731a86.zip | |
dev-python/async_timeout: version bump to 1.1.0
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/async_timeout/async_timeout-1.1.0.ebuild')
| -rw-r--r-- | dev-python/async_timeout/async_timeout-1.1.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/async_timeout/async_timeout-1.1.0.ebuild b/dev-python/async_timeout/async_timeout-1.1.0.ebuild new file mode 100644 index 000000000000..11ec0a46bd3d --- /dev/null +++ b/dev-python/async_timeout/async_timeout-1.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5} ) + +inherit distutils-r1 + +MY_P=${PN/_/-}-${PV} +DESCRIPTION="Timeout context manager for asyncio programs" +HOMEPAGE="https://github.com/aio-libs/async_timeout/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +# tests introduce a circular dependency on aiohttp +RESTRICT="test" +S=${WORKDIR}/${MY_P} + +DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test || die +} |
