Install this version:
emerge -a =sci-libs/labbookdb-0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/labbookdb-0.1
Or alternatively:
emerge --autounmask-write -a =sci-libs/labbookdb-0.1
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1
DESCRIPTION="Lab Book Database Framework"
HOMEPAGE="https://github.com/TheChymera/LabbookDB"
SRC_URI="https://github.com/TheChymera/LabbookDB/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="
dev-python/argh[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
"
S="${WORKDIR}/LabbookDB-${PV}"
dev-python/argh[] dev-python/numpy[] dev-python/pandas[] dev-python/simplejson[] dev-python/sqlalchemy[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | labbookdb-0.1.tar.gz | 40352 bytes | https://github.com/TheChymera/LabbookDB/archive/0.1.tar.gz |