Files
ports/main/python3-imdbpy/spkgbuild
2022-07-07 15:37:25 +02: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=2022.02.11
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}"
}