Install this version:
emerge -a =dev-python/goprocam-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/goprocam-9999
Or alternatively:
emerge --autounmask-write -a =dev-python/goprocam-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux | 0 |
# Copyright 1999-2024 Robert Günzler
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Unofficial python lib to connect to GoPro via Wifi"
HOMEPAGE="https://github.com/konradit/gopro-py-api"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/konradit/gopro-py-api.git"
else
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
fi
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="webcam"
DEPEND="
webcam? ( dev-python/netifaces )
${PYTHON_DEPS}"
RDEPEND="${DEPEND}"
Manage flags for this package:
euse -i <flag> -p dev-python/goprocam |
euse -E <flag> -p dev-python/goprocam |
euse -D <flag> -p dev-python/goprocam
webcam? ( dev-python/netifaces )
webcam? ( dev-python/netifaces )