Files
ports/main/python3-imdbpy/spkgbuild
2023-05-05 14:32:36 +00:00

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}"
}