mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
16 lines
484 B
Plaintext
16 lines
484 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=2023.05.01
|
|
release=1
|
|
source="$name-$version.tar.gz::https://github.com/cinemagoer/cinemagoer/archive/refs/tags/$version.tar.gz"
|
|
|
|
build() {
|
|
cd cinemagoer-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --skip-build --optimize=1 --root="${PKG}"
|
|
|
|
}
|