From 1abfd92c3bcef7c0918390d62729f18b428e1046 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 27 Aug 2022 18:10:43 +0800 Subject: [PATCH] www/py-cinemagoer: Add py-cinemagoer 2022.2.11 Cinemagoer (previously known as IMDbPY) is a Python package for retrieving and managing the data of the IMDb movie database about movies, people and companies. WWW: https://cinemagoer.github.io/ WWW: https://github.com/cinemagoer/cinemagoer --- www/Makefile | 1 + www/py-cinemagoer/Makefile | 21 +++++++++++++++++++++ www/py-cinemagoer/distinfo | 3 +++ www/py-cinemagoer/pkg-descr | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 www/py-cinemagoer/Makefile create mode 100644 www/py-cinemagoer/distinfo create mode 100644 www/py-cinemagoer/pkg-descr diff --git a/www/Makefile b/www/Makefile index 49ef7dc9a0678..8f24a3c42dc05 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1436,6 +1436,7 @@ SUBDIR += py-caldav SUBDIR += py-cheroot SUBDIR += py-cherrypy + SUBDIR += py-cinemagoer SUBDIR += py-cookies SUBDIR += py-crossplane SUBDIR += py-css-parser diff --git a/www/py-cinemagoer/Makefile b/www/py-cinemagoer/Makefile new file mode 100644 index 0000000000000..db26049db81d8 --- /dev/null +++ b/www/py-cinemagoer/Makefile @@ -0,0 +1,21 @@ +PORTNAME= cinemagoer +PORTVERSION= 2022.2.11 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python package to access the IMDb database + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/www/py-cinemagoer/distinfo b/www/py-cinemagoer/distinfo new file mode 100644 index 0000000000000..995f303aabb16 --- /dev/null +++ b/www/py-cinemagoer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1660576702 +SHA256 (cinemagoer-2022.2.11.tar.gz) = 8efe29dab44a7d275702f3160746015bd55c87b2eed85991dd57dda42594e6c6 +SIZE (cinemagoer-2022.2.11.tar.gz) = 271987 diff --git a/www/py-cinemagoer/pkg-descr b/www/py-cinemagoer/pkg-descr new file mode 100644 index 0000000000000..e4e7ae0124a0a --- /dev/null +++ b/www/py-cinemagoer/pkg-descr @@ -0,0 +1,5 @@ +Cinemagoer (previously known as IMDbPY) is a Python package for retrieving and +managing the data of the IMDb movie database about movies, people and companies. + +WWW: https://cinemagoer.github.io/ +WWW: https://github.com/cinemagoer/cinemagoer