Files
ports/main/python3-imdbpy/spkgbuild
2022-12-28 08:10:49 +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=2022.12.27
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}"
}