diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-25 07:05:42 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-25 09:22:01 +0000 |
commit | acdf5fa61b2b2853da53b29f6e33259bf317a6cb (patch) | |
tree | d7c763f0c72ba2a8f5f54cb0ff21522f90ca3985 | |
parent | eeec65f9718d489f553fb7477591f48bddd4c4a3 (diff) | |
download | ports-acdf5fa61b2b2853da53b29f6e33259bf317a6cb.tar.gz ports-acdf5fa61b2b2853da53b29f6e33259bf317a6cb.zip |
misc/py-openpaperwork-core: New port: OpenPaperwork's core
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-openpaperwork-core/Makefile | 23 | ||||
-rw-r--r-- | misc/py-openpaperwork-core/distinfo | 3 | ||||
-rw-r--r-- | misc/py-openpaperwork-core/pkg-descr | 5 |
4 files changed, 32 insertions, 0 deletions
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. |