diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-08 17:56:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-08 18:02:07 +0000 |
commit | 14bbde55872f95bfdd4a2398a39f8598295c64c2 (patch) | |
tree | 5db590ed4de76ac10fb3c8bb3788a247744fb9a1 | |
parent | d9b84389a649b230adb7b75f814affeceadd04aa (diff) | |
download | ports-14bbde55872f95bfdd4a2398a39f8598295c64c2.tar.gz ports-14bbde55872f95bfdd4a2398a39f8598295c64c2.zip |
misc/py-tes: New port: Tool for Elasticsearch
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-tes/Makefile | 22 | ||||
-rw-r--r-- | misc/py-tes/distinfo | 3 | ||||
-rw-r--r-- | misc/py-tes/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 48c27615550d..286686573d42 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -417,6 +417,7 @@ SUBDIR += py-spdx-lookup SUBDIR += py-spdx-tools SUBDIR += py-spinners + SUBDIR += py-tes SUBDIR += py-tflearn SUBDIR += py-tflite SUBDIR += py-tflite-support diff --git a/misc/py-tes/Makefile b/misc/py-tes/Makefile new file mode 100644 index 000000000000..f5ca5d080ffa --- /dev/null +++ b/misc/py-tes/Makefile @@ -0,0 +1,22 @@ +PORTNAME= tes +DISTVERSION= 1.1.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tool for Elasticsearch + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}elasticsearch>0:textproc/py-elasticsearch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}texttable>0:textproc/py-texttable@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-tes/distinfo b/misc/py-tes/distinfo new file mode 100644 index 000000000000..d2db9c7a393f --- /dev/null +++ b/misc/py-tes/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1652031548 +SHA256 (tes-1.1.1.tar.gz) = 1c8116e54b9ac047e3596ab29c9c6f91d9ea7639668f109edc577558a3fda383 +SIZE (tes-1.1.1.tar.gz) = 18156 diff --git a/misc/py-tes/pkg-descr b/misc/py-tes/pkg-descr new file mode 100644 index 000000000000..9ae5f0681e64 --- /dev/null +++ b/misc/py-tes/pkg-descr @@ -0,0 +1,6 @@ +Tes stands for Tool for Elasticsearch. Tes is a command-line tool +based on python elasticsearch APIs. Following are the various +subtools under tes which can be used to invoke different kinds of +elasticsearch APIs. + +WWW: https://github.com/deeshugupta/tes |