gentoo/dev-python/invoke/invoke-0.22.1.ebuild
Andrey Grozin 046914dab6
dev-python/invoke: initial import
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-03-21 01:59:27 +07:00

16 lines
420 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Pythonic task execution"
HOMEPAGE="https://pypi.python.org/pypi/invoke/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"