Files
gentoo/dev-python/pytest-env/pytest-env-0.6.2.ebuild
Rolf Eike Beer ae699baa9c dev-python/pytest-env: keyworded 0.6.2 for hppa, bug #793794
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2021-06-08 17:53:53 +01:00

18 lines
444 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="py.test plugin that allows you to add environment variables"
HOMEPAGE="https://github.com/MobileDynasty/pytest-env"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~hppa"
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"