pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import wip/py-scanapi: 2.1.0



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Oct 22 15:09:33 2020 +0100
Changeset:	f20750db18b221b1e0399a8b20e23097906f1df7

Added Files:
	py-scanapi/DESCR
	py-scanapi/Makefile
	py-scanapi/PLIST
	py-scanapi/distinfo

Log Message:
import wip/py-scanapi: 2.1.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f20750db18b221b1e0399a8b20e23097906f1df7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-scanapi/DESCR    |  1 +
 py-scanapi/Makefile | 24 +++++++++++++++++
 py-scanapi/PLIST    | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-scanapi/distinfo |  6 +++++
 4 files changed, 106 insertions(+)

diffs:
diff --git a/py-scanapi/DESCR b/py-scanapi/DESCR
new file mode 100644
index 0000000000..136a1771c7
--- /dev/null
+++ b/py-scanapi/DESCR
@@ -0,0 +1 @@
+A Web server and web framework that's written to go fast
diff --git a/py-scanapi/Makefile b/py-scanapi/Makefile
new file mode 100644
index 0000000000..fdabb73509
--- /dev/null
+++ b/py-scanapi/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+VERS=		2.1.0
+DISTNAME=	scanapi-${VERS}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/${DISTNAME:S/${VERS}//}/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://scanapi.dev/
+COMMENT=	Automated Testing and Documentation for your REST API
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-appdirs>=1.4.4:../../devel/py-appdirs
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.24.00:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.11.2:../../textproc/py-jinja2
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-curlify>=2.2.1:../../wip/py-curlify
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-scanapi/PLIST b/py-scanapi/PLIST
new file mode 100644
index 0000000000..8cb0644740
--- /dev/null
+++ b/py-scanapi/PLIST
@@ -0,0 +1,75 @@
+@comment $NetBSD$
+bin/scanapi
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/scanapi/__init__.py
+${PYSITELIB}/scanapi/__init__.pyc
+${PYSITELIB}/scanapi/__init__.pyo
+${PYSITELIB}/scanapi/__main__.py
+${PYSITELIB}/scanapi/__main__.pyc
+${PYSITELIB}/scanapi/__main__.pyo
+${PYSITELIB}/scanapi/config_loader.py
+${PYSITELIB}/scanapi/config_loader.pyc
+${PYSITELIB}/scanapi/config_loader.pyo
+${PYSITELIB}/scanapi/errors.py
+${PYSITELIB}/scanapi/errors.pyc
+${PYSITELIB}/scanapi/errors.pyo
+${PYSITELIB}/scanapi/evaluators/__init__.py
+${PYSITELIB}/scanapi/evaluators/__init__.pyc
+${PYSITELIB}/scanapi/evaluators/__init__.pyo
+${PYSITELIB}/scanapi/evaluators/code_evaluator.py
+${PYSITELIB}/scanapi/evaluators/code_evaluator.pyc
+${PYSITELIB}/scanapi/evaluators/code_evaluator.pyo
+${PYSITELIB}/scanapi/evaluators/spec_evaluator.py
+${PYSITELIB}/scanapi/evaluators/spec_evaluator.pyc
+${PYSITELIB}/scanapi/evaluators/spec_evaluator.pyo
+${PYSITELIB}/scanapi/evaluators/string_evaluator.py
+${PYSITELIB}/scanapi/evaluators/string_evaluator.pyc
+${PYSITELIB}/scanapi/evaluators/string_evaluator.pyo
+${PYSITELIB}/scanapi/exit_code.py
+${PYSITELIB}/scanapi/exit_code.pyc
+${PYSITELIB}/scanapi/exit_code.pyo
+${PYSITELIB}/scanapi/hide_utils.py
+${PYSITELIB}/scanapi/hide_utils.pyc
+${PYSITELIB}/scanapi/hide_utils.pyo
+${PYSITELIB}/scanapi/reporter.py
+${PYSITELIB}/scanapi/reporter.pyc
+${PYSITELIB}/scanapi/reporter.pyo
+${PYSITELIB}/scanapi/scan.py
+${PYSITELIB}/scanapi/scan.pyc
+${PYSITELIB}/scanapi/scan.pyo
+${PYSITELIB}/scanapi/session.py
+${PYSITELIB}/scanapi/session.pyc
+${PYSITELIB}/scanapi/session.pyo
+${PYSITELIB}/scanapi/settings.py
+${PYSITELIB}/scanapi/settings.pyc
+${PYSITELIB}/scanapi/settings.pyo
+${PYSITELIB}/scanapi/template_render.py
+${PYSITELIB}/scanapi/template_render.pyc
+${PYSITELIB}/scanapi/template_render.pyo
+${PYSITELIB}/scanapi/templates/report.html
+${PYSITELIB}/scanapi/test_status.py
+${PYSITELIB}/scanapi/test_status.pyc
+${PYSITELIB}/scanapi/test_status.pyo
+${PYSITELIB}/scanapi/tree/__init__.py
+${PYSITELIB}/scanapi/tree/__init__.pyc
+${PYSITELIB}/scanapi/tree/__init__.pyo
+${PYSITELIB}/scanapi/tree/endpoint_node.py
+${PYSITELIB}/scanapi/tree/endpoint_node.pyc
+${PYSITELIB}/scanapi/tree/endpoint_node.pyo
+${PYSITELIB}/scanapi/tree/request_node.py
+${PYSITELIB}/scanapi/tree/request_node.pyc
+${PYSITELIB}/scanapi/tree/request_node.pyo
+${PYSITELIB}/scanapi/tree/testing_node.py
+${PYSITELIB}/scanapi/tree/testing_node.pyc
+${PYSITELIB}/scanapi/tree/testing_node.pyo
+${PYSITELIB}/scanapi/tree/tree_keys.py
+${PYSITELIB}/scanapi/tree/tree_keys.pyc
+${PYSITELIB}/scanapi/tree/tree_keys.pyo
+${PYSITELIB}/scanapi/utils.py
+${PYSITELIB}/scanapi/utils.pyc
+${PYSITELIB}/scanapi/utils.pyo
diff --git a/py-scanapi/distinfo b/py-scanapi/distinfo
new file mode 100644
index 0000000000..7db30d8f9e
--- /dev/null
+++ b/py-scanapi/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (scanapi-2.1.0.tar.gz) = 791e2a61b7594112d858b6925d5b7a1dc6194070
+RMD160 (scanapi-2.1.0.tar.gz) = 73f9a9d6899029b0e13e6af5569526a36bb286e3
+SHA512 (scanapi-2.1.0.tar.gz) = 1ab75e1908c40177f90b11819fde29c0ac682c167e5036070f190443c53f6e1f7ba5400ce472dc1b90e203289393d4b475a8551e1bbfcf476c50223614c6d9e4
+Size (scanapi-2.1.0.tar.gz) = 19871 bytes


Home | Main Index | Thread Index | Old Index