forked from Lainports/freebsd-ports
misc/py-openpaperwork-core: New port: OpenPaperwork's core
This commit is contained in:
parent
eeec65f971
commit
acdf5fa61b
4 changed files with 32 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
23
misc/py-openpaperwork-core/Makefile
Normal file
23
misc/py-openpaperwork-core/Makefile
Normal file
|
|
@ -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>
|
||||
3
misc/py-openpaperwork-core/distinfo
Normal file
3
misc/py-openpaperwork-core/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1666680706
|
||||
SHA256 (openpaperwork-core-2.1.1.tar.gz) = e5c99efd65346efc7453214b59b6dc1aa1e43abefa0db27de641e08cbc1a5b94
|
||||
SIZE (openpaperwork-core-2.1.1.tar.gz) = 115580
|
||||
5
misc/py-openpaperwork-core/pkg-descr
Normal file
5
misc/py-openpaperwork-core/pkg-descr
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Reference in a new issue