linamh/dev-python/imdbpy/imdbpy-2020.9.25.ebuild

24 lines
635 B
Bash
Raw Normal View History

# Copyright 1999-2022 Gentoo Authors
2021-06-30 18:45:43 +02:00
# Distributed under the terms of the GNU General Public License v2
2023-07-20 20:28:34 +02:00
EAPI=8
2021-06-30 18:45:43 +02:00
PYTHON_COMPAT=( python2+ pypy{,3} )
2023-07-20 20:28:34 +02:00
PYTHON_COMPAT=( python2_7 python3_{4..12} pypy{,3} )
2021-06-30 18:45:43 +02:00
inherit distutils-r1
DESCRIPTION="IMDbPY is a Python package for retrieving and managing the data of the IMDb movie database about movies and people"
HOMEPAGE="https://imdbpy.github.io/"
SRC_URI="https://files.pythonhosted.org/packages/ea/4d/6b93b77fe7150057df105a89e1c7eb84095c6e42d41058d4b5dc5bd2946d/IMDbPY-2020.9.25.tar.gz"
DEPEND=""
RDEPEND=""
IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64"
2021-06-30 18:45:43 +02:00
S="${WORKDIR}/IMDbPY-${PV}"