import wip/py-scanapi: 2.1.0

This commit is contained in:
K.I.A.Derouiche 2020-10-22 15:09:33 +01:00
parent e10bf836b6
commit f20750db18
4 changed files with 106 additions and 0 deletions

1
py-scanapi/DESCR Normal file
View File

@ -0,0 +1 @@
A Web server and web framework that's written to go fast

24
py-scanapi/Makefile Normal file
View File

@ -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
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"

75
py-scanapi/PLIST Normal file
View File

@ -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

6
py-scanapi/distinfo Normal file
View File

@ -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