Date: Tue, 25 Oct 2022 09:22:06 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 83d55f515076 - main - misc/py-openpaperwork-gtk: New port: OpenPaperwork GTK plugins Message-ID: <202210250922.29P9M6sR025600@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=83d55f51507694e2a6f8f3741685283b30723149 commit 83d55f51507694e2a6f8f3741685283b30723149 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-25 07:39:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-25 09:22:02 +0000 misc/py-openpaperwork-gtk: New port: OpenPaperwork GTK plugins --- misc/Makefile | 1 + misc/py-openpaperwork-gtk/Makefile | 28 ++++++++++++++++++++++++++++ misc/py-openpaperwork-gtk/distinfo | 3 +++ misc/py-openpaperwork-gtk/pkg-descr | 4 ++++ 4 files changed, 36 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index 11c1cfa2aba0..a0f68a1e07d3 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -401,6 +401,7 @@ SUBDIR += py-onnx SUBDIR += py-onnx-tf SUBDIR += py-openpaperwork-core + SUBDIR += py-openpaperwork-gtk SUBDIR += py-orange3-associate SUBDIR += py-orange3-datafusion SUBDIR += py-orange3-educational diff --git a/misc/py-openpaperwork-gtk/Makefile b/misc/py-openpaperwork-gtk/Makefile new file mode 100644 index 000000000000..54210484fa25 --- /dev/null +++ b/misc/py-openpaperwork-gtk/Makefile @@ -0,0 +1,28 @@ +PORTNAME= openpaperwork-gtk +DISTVERSION= 2.1.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= OpenPaperwork GTK plugins +WWW= https://openpaper.work/en/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpaperwork-core>0:misc/py-openpaperwork-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ + ${PY_PILLOW} \ + pygobject3-common>=0:devel/pygobject3-common +BUILD_DEPENDS= ${PY_DEPENDS} +RUN_DEPENDS= ${PY_DEPENDS} + +USES= python:3.6+ +USE_PYTHON= distutils autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-openpaperwork-gtk/distinfo b/misc/py-openpaperwork-gtk/distinfo new file mode 100644 index 000000000000..f2e1398a1521 --- /dev/null +++ b/misc/py-openpaperwork-gtk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1666681846 +SHA256 (openpaperwork-gtk-2.1.1.tar.gz) = dce2933fd3b0214ad68d8e6f224da579d68e89ca9f2fa27c504a7ce6149a55c3 +SIZE (openpaperwork-gtk-2.1.1.tar.gz) = 57893 diff --git a/misc/py-openpaperwork-gtk/pkg-descr b/misc/py-openpaperwork-gtk/pkg-descr new file mode 100644 index 000000000000..20904396fb50 --- /dev/null +++ b/misc/py-openpaperwork-gtk/pkg-descr @@ -0,0 +1,4 @@ +Core module of the OpenPaperwork framework. +OpenPaperwork is a GUI to make papers searchable. + +Gtk plugin bundle is a bunch of plugins for Paperwork related to GLib and GTK.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210250922.29P9M6sR025600>