gentoo/dev-python/ebuildtester/ebuildtester-0.1.2.ebuild
Nicolas Bock 8c2c580730
dev-python/ebuildtester: Drop nonexistent Python2_6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-02-09 06:38:34 -07:00

26 lines
510 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="A dockerized approach to test a Gentoo package within a clean stage3"
HOMEPAGE="https://github.com/nicolasbock/ebuildtester"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
app-emulation/docker
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"