diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-27 10:10:43 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-27 10:10:43 +0000 |
commit | 1abfd92c3bcef7c0918390d62729f18b428e1046 (patch) | |
tree | 9b38108bb33f3f0fc2c86f68de83517e8ecfb879 | |
parent | e3911c2d71e075aa1ab21b858f49df4cc44edc6c (diff) |
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
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-cinemagoer/Makefile | 21 | ||||
-rw-r--r-- | www/py-cinemagoer/distinfo | 3 | ||||
-rw-r--r-- | www/py-cinemagoer/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 49ef7dc9a067..8f24a3c42dc0 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 000000000000..db26049db81d --- /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 <bsd.port.mk> diff --git a/www/py-cinemagoer/distinfo b/www/py-cinemagoer/distinfo new file mode 100644 index 000000000000..995f303aabb1 --- /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 000000000000..e4e7ae0124a0 --- /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 |