dev-python/pifacecommon: Bump to EAPI="7" and python3.6
Package-Manager: Portage-2.3.48, Repoman-2.3.10 Manifest-Sign-Key: 766B8122134269123401492A8B54D7A3FF3CDB17
This commit is contained in:
parent
bd3b4ce9a7
commit
c3134a58f6
28
dev-python/pifacecommon/pifacecommon-4.2.1-r2.ebuild
Normal file
28
dev-python/pifacecommon/pifacecommon-4.2.1-r2.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_6 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Common functions for interacting with PiFace products"
|
||||
HOMEPAGE="https://github.com/piface/pifacecommon"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/piface/pifacecommon.git"
|
||||
else
|
||||
SRC_URI="https://github.com/piface/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~arm"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-4.2.1-fix_speed.patch )
|
||||
|
||||
DEPEND="dev-libs/libpifacedigital"
|
||||
RDEPEND="${DEPEND}"
|
Loading…
Reference in New Issue
Block a user