Files
guru/dev-python/tornado/tornado-6.1.ebuild
Marco Scardovi 134ef114f9 dev-python/tornado: new package
Required by dev-python/aspectlib

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-05-04 16:50:44 +02:00

18 lines
446 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Spotify Web API client"
HOMEPAGE="https://www.tornadoweb.org/en/stable/ https://pypi.org/project/tornado/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0 CC-BY-SA-3.0"
KEYWORDS="~amd64 ~x86"
SLOT="0"
RESTRICT="test" # only works on py2.7