Skip to content

Commit

Permalink
www/py-cinemagoer: Add py-cinemagoer 2022.2.11
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sunpoet committed Aug 27, 2022
1 parent e3911c2 commit 1abfd92
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
5 changes: 5 additions & 0 deletions 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

0 comments on commit 1abfd92

Please sign in to comment.