git: 1abfd92c3bce - main - www/py-cinemagoer: Add py-cinemagoer 2022.2.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:30:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1abfd92c3bcef7c0918390d62729f18b428e1046
commit 1abfd92c3bcef7c0918390d62729f18b428e1046
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:10:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:10:43 +0000
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(+)
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