gentoo/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
Manuel Rüger a45f6ed46c
dev-python/multipledispatch: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
2017-04-28 17:27:19 +02:00

21 lines
523 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
DESCRIPTION="RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2"
HOMEPAGE="https://multiple-dispatch.readthedocs.io/en/latest/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"