git: acdf5fa61b2b - main - misc/py-openpaperwork-core: New port: OpenPaperwork's core
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 09:22:05 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=acdf5fa61b2b2853da53b29f6e33259bf317a6cb commit acdf5fa61b2b2853da53b29f6e33259bf317a6cb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-25 07:05:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-25 09:22:01 +0000 misc/py-openpaperwork-core: New port: OpenPaperwork's core --- misc/Makefile | 1 + misc/py-openpaperwork-core/Makefile | 23 +++++++++++++++++++++++ misc/py-openpaperwork-core/distinfo | 3 +++ misc/py-openpaperwork-core/pkg-descr | 5 +++++ 4 files changed, 32 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index e759ce0a2dec..11c1cfa2aba0 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -400,6 +400,7 @@ SUBDIR += py-mxnet SUBDIR += py-onnx SUBDIR += py-onnx-tf + SUBDIR += py-openpaperwork-core SUBDIR += py-orange3-associate SUBDIR += py-orange3-datafusion SUBDIR += py-orange3-educational diff --git a/misc/py-openpaperwork-core/Makefile b/misc/py-openpaperwork-core/Makefile new file mode 100644 index 000000000000..478ba25513d0 --- /dev/null +++ b/misc/py-openpaperwork-core/Makefile @@ -0,0 +1,23 @@ +PORTNAME= openpaperwork-core +DISTVERSION= 2.1.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= OpenPaperwork's core +WWW= https://doc.openpaper.work/openpaperwork_core/latest/index.html + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} + +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-core/distinfo b/misc/py-openpaperwork-core/distinfo new file mode 100644 index 000000000000..3b03997b9f6c --- /dev/null +++ b/misc/py-openpaperwork-core/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1666680706 +SHA256 (openpaperwork-core-2.1.1.tar.gz) = e5c99efd65346efc7453214b59b6dc1aa1e43abefa0db27de641e08cbc1a5b94 +SIZE (openpaperwork-core-2.1.1.tar.gz) = 115580 diff --git a/misc/py-openpaperwork-core/pkg-descr b/misc/py-openpaperwork-core/pkg-descr new file mode 100644 index 000000000000..eb3a240d3302 --- /dev/null +++ b/misc/py-openpaperwork-core/pkg-descr @@ -0,0 +1,5 @@ +Core module of the OpenPaperwork framework. +OpenPaperwork is a GUI to make papers searchable. + +The core manages Plugins, Callbacks and Interfaces. This package also provide +some basic plugins that may be used in any kind of application.