mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
16 lines
469 B
Plaintext
16 lines
469 B
Plaintext
# description : Python bindings for the Internet Movie Database (IMDb)
|
|
# homepage : https://imdbpy.sourceforge.io/
|
|
# depends : python3-lxml python3-setuptools python3-sqlalchemy python3-greenlet
|
|
|
|
name=python3-imdbpy
|
|
version=2021.4.18
|
|
release=1
|
|
source="https://github.com/alberanid/imdbpy/releases/download/2021.04.18/IMDbPY-$version.tar.gz"
|
|
|
|
build() {
|
|
cd IMDbPY-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --skip-build --optimize=1 --root="${PKG}"
|
|
|
|
}
|