Date: Sat, 22 May 2021 21:16:37 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f7111cff7778 - main - astro/py-indiweb: NEW: Simple web application to manage INDI server Message-ID: <202105222116.14MLGbuk034300@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7111cff77781ba0c3b8458bda73724668e76c6c commit f7111cff77781ba0c3b8458bda73724668e76c6c Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2021-05-22 21:16:00 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2021-05-22 21:16:23 +0000 astro/py-indiweb: NEW: Simple web application to manage INDI server INDI Web Manager is a simple web application to manage INDI server WWW: https://github.com/knro/indiwebmanager --- astro/Makefile | 1 + astro/py-indiweb/Makefile | 20 ++++++++++++++++++++ astro/py-indiweb/distinfo | 3 +++ astro/py-indiweb/pkg-descr | 3 +++ 4 files changed, 27 insertions(+) diff --git a/astro/Makefile b/astro/Makefile index 91463556f205..aa356ae427c0 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -81,6 +81,7 @@ SUBDIR += py-astropy-helpers SUBDIR += py-ephem SUBDIR += py-horoscopegenerator + SUBDIR += py-indiweb SUBDIR += py-jplephem SUBDIR += py-metar SUBDIR += py-metpy diff --git a/astro/py-indiweb/Makefile b/astro/py-indiweb/Makefile new file mode 100644 index 000000000000..ea5a9e11ca0e --- /dev/null +++ b/astro/py-indiweb/Makefile @@ -0,0 +1,20 @@ +PORTNAME= indiweb +PORTVERSION= 0.1.7 +CATEGORIES= astro python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= Simple web application to manage INDI server + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \ + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> diff --git a/astro/py-indiweb/distinfo b/astro/py-indiweb/distinfo new file mode 100644 index 000000000000..4f5366a1e430 --- /dev/null +++ b/astro/py-indiweb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621711052 +SHA256 (indiweb-0.1.7.tar.gz) = cd12917c7b62c16b57f2e130e57fb25071ef79767b85e518e6dcbbcc4a6f2ec3 +SIZE (indiweb-0.1.7.tar.gz) = 368004 diff --git a/astro/py-indiweb/pkg-descr b/astro/py-indiweb/pkg-descr new file mode 100644 index 000000000000..db07af163e9c --- /dev/null +++ b/astro/py-indiweb/pkg-descr @@ -0,0 +1,3 @@ +INDI Web Manager is a simple web application to manage INDI server + +WWW: https://github.com/knro/indiwebmanager
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105222116.14MLGbuk034300>