Files
linamh/dev-python/cinemagoer/cinemagoer-2026.6.27.ebuild
T
2026-06-29 14:48:02 +02:00

27 lines
575 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="Python package for retrieving and managing IMDb movie data"
HOMEPAGE="
https://cinemagoer.github.io/
https://pypi.org/project/cinemagoer/
"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
>=dev-python/lxml-6.1.1[${PYTHON_USEDEP}]
<dev-python/sqlalchemy-2.1[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-2.0.50[${PYTHON_USEDEP}]
"