pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-openapi-core textproc/py-openapi-core: imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/743b60300b80
branches:  trunk
changeset: 769944:743b60300b80
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 23 12:45:01 2021 +0000

description:
textproc/py-openapi-core: import py-openapi-core-0.14.2

Openapi-core is a Python library that adds client-side and server-side
support for the OpenAPI Specification v3.

diffstat:

 textproc/py-openapi-core/DESCR    |    2 +
 textproc/py-openapi-core/Makefile |   40 ++++
 textproc/py-openapi-core/PLIST    |  310 ++++++++++++++++++++++++++++++++++++++
 textproc/py-openapi-core/distinfo |    5 +
 4 files changed, 357 insertions(+), 0 deletions(-)

diffs (truncated from 373 to 300 lines):

diff -r 53809f5ded45 -r 743b60300b80 textproc/py-openapi-core/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-openapi-core/DESCR    Tue Nov 23 12:45:01 2021 +0000
@@ -0,0 +1,2 @@
+Openapi-core is a Python library that adds client-side and server-side
+support for the OpenAPI Specification v3.
diff -r 53809f5ded45 -r 743b60300b80 textproc/py-openapi-core/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-openapi-core/Makefile Tue Nov 23 12:45:01 2021 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1 2021/11/23 12:45:01 wiz Exp $
+
+DISTNAME=      openapi-core-0.14.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openapi-core/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/p1c2u/openapi-core
+COMMENT=       Client-side and server-side support for the OpenAPI Specification v3
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-dictpath-[0-9]*:../../devel/py-dictpath
+DEPENDS+=      ${PYPKGPREFIX}-isodate-[0-9]*:../../time/py-isodate
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-lazy-object-proxy-[0-9]*:../../devel/py-lazy-object-proxy
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
+DEPENDS+=      ${PYPKGPREFIX}-openapi-schema-validator-[0-9]*:../../textproc/py-openapi-schema-validator
+DEPENDS+=      ${PYPKGPREFIX}-openapi-spec-validator-[0-9]*:../../textproc/py-openapi-spec-validator
+DEPENDS+=      ${PYPKGPREFIX}-parse-[0-9]*:../../textproc/py-parse
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
+TEST_DEPENDS+= ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
+TEST_DEPENDS+= ${PYPKGPREFIX}-falcon-[0-9]*:../../devel/py-falcon
+TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
+
+USE_LANGUAGES= # none
+
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 53809f5ded45 -r 743b60300b80 textproc/py-openapi-core/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-openapi-core/PLIST    Tue Nov 23 12:45:01 2021 +0000
@@ -0,0 +1,310 @@
+@comment $NetBSD: PLIST,v 1.1 2021/11/23 12:45:01 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/openapi_core/__init__.py
+${PYSITELIB}/openapi_core/__init__.pyc
+${PYSITELIB}/openapi_core/__init__.pyo
+${PYSITELIB}/openapi_core/casting/__init__.py
+${PYSITELIB}/openapi_core/casting/__init__.pyc
+${PYSITELIB}/openapi_core/casting/__init__.pyo
+${PYSITELIB}/openapi_core/casting/schemas/__init__.py
+${PYSITELIB}/openapi_core/casting/schemas/__init__.pyc
+${PYSITELIB}/openapi_core/casting/schemas/__init__.pyo
+${PYSITELIB}/openapi_core/casting/schemas/casters.py
+${PYSITELIB}/openapi_core/casting/schemas/casters.pyc
+${PYSITELIB}/openapi_core/casting/schemas/casters.pyo
+${PYSITELIB}/openapi_core/casting/schemas/exceptions.py
+${PYSITELIB}/openapi_core/casting/schemas/exceptions.pyc
+${PYSITELIB}/openapi_core/casting/schemas/exceptions.pyo
+${PYSITELIB}/openapi_core/casting/schemas/factories.py
+${PYSITELIB}/openapi_core/casting/schemas/factories.pyc
+${PYSITELIB}/openapi_core/casting/schemas/factories.pyo
+${PYSITELIB}/openapi_core/casting/schemas/util.py
+${PYSITELIB}/openapi_core/casting/schemas/util.pyc
+${PYSITELIB}/openapi_core/casting/schemas/util.pyo
+${PYSITELIB}/openapi_core/compat.py
+${PYSITELIB}/openapi_core/compat.pyc
+${PYSITELIB}/openapi_core/compat.pyo
+${PYSITELIB}/openapi_core/contrib/__init__.py
+${PYSITELIB}/openapi_core/contrib/__init__.pyc
+${PYSITELIB}/openapi_core/contrib/__init__.pyo
+${PYSITELIB}/openapi_core/contrib/django/__init__.py
+${PYSITELIB}/openapi_core/contrib/django/__init__.pyc
+${PYSITELIB}/openapi_core/contrib/django/__init__.pyo
+${PYSITELIB}/openapi_core/contrib/django/backports.py
+${PYSITELIB}/openapi_core/contrib/django/backports.pyc
+${PYSITELIB}/openapi_core/contrib/django/backports.pyo
+${PYSITELIB}/openapi_core/contrib/django/compat.py
+${PYSITELIB}/openapi_core/contrib/django/compat.pyc
+${PYSITELIB}/openapi_core/contrib/django/compat.pyo
+${PYSITELIB}/openapi_core/contrib/django/requests.py
+${PYSITELIB}/openapi_core/contrib/django/requests.pyc
+${PYSITELIB}/openapi_core/contrib/django/requests.pyo
+${PYSITELIB}/openapi_core/contrib/django/responses.py
+${PYSITELIB}/openapi_core/contrib/django/responses.pyc
+${PYSITELIB}/openapi_core/contrib/django/responses.pyo
+${PYSITELIB}/openapi_core/contrib/falcon/__init__.py
+${PYSITELIB}/openapi_core/contrib/falcon/__init__.pyc
+${PYSITELIB}/openapi_core/contrib/falcon/__init__.pyo
+${PYSITELIB}/openapi_core/contrib/falcon/compat.py
+${PYSITELIB}/openapi_core/contrib/falcon/compat.pyc
+${PYSITELIB}/openapi_core/contrib/falcon/compat.pyo
+${PYSITELIB}/openapi_core/contrib/falcon/handlers.py
+${PYSITELIB}/openapi_core/contrib/falcon/handlers.pyc
+${PYSITELIB}/openapi_core/contrib/falcon/handlers.pyo
+${PYSITELIB}/openapi_core/contrib/falcon/middlewares.py
+${PYSITELIB}/openapi_core/contrib/falcon/middlewares.pyc
+${PYSITELIB}/openapi_core/contrib/falcon/middlewares.pyo
+${PYSITELIB}/openapi_core/contrib/falcon/requests.py
+${PYSITELIB}/openapi_core/contrib/falcon/requests.pyc
+${PYSITELIB}/openapi_core/contrib/falcon/requests.pyo
+${PYSITELIB}/openapi_core/contrib/falcon/responses.py
+${PYSITELIB}/openapi_core/contrib/falcon/responses.pyc
+${PYSITELIB}/openapi_core/contrib/falcon/responses.pyo
+${PYSITELIB}/openapi_core/contrib/falcon/views.py
+${PYSITELIB}/openapi_core/contrib/falcon/views.pyc
+${PYSITELIB}/openapi_core/contrib/falcon/views.pyo
+${PYSITELIB}/openapi_core/contrib/flask/__init__.py
+${PYSITELIB}/openapi_core/contrib/flask/__init__.pyc
+${PYSITELIB}/openapi_core/contrib/flask/__init__.pyo
+${PYSITELIB}/openapi_core/contrib/flask/decorators.py
+${PYSITELIB}/openapi_core/contrib/flask/decorators.pyc
+${PYSITELIB}/openapi_core/contrib/flask/decorators.pyo
+${PYSITELIB}/openapi_core/contrib/flask/handlers.py
+${PYSITELIB}/openapi_core/contrib/flask/handlers.pyc
+${PYSITELIB}/openapi_core/contrib/flask/handlers.pyo
+${PYSITELIB}/openapi_core/contrib/flask/providers.py
+${PYSITELIB}/openapi_core/contrib/flask/providers.pyc
+${PYSITELIB}/openapi_core/contrib/flask/providers.pyo
+${PYSITELIB}/openapi_core/contrib/flask/requests.py
+${PYSITELIB}/openapi_core/contrib/flask/requests.pyc
+${PYSITELIB}/openapi_core/contrib/flask/requests.pyo
+${PYSITELIB}/openapi_core/contrib/flask/responses.py
+${PYSITELIB}/openapi_core/contrib/flask/responses.pyc
+${PYSITELIB}/openapi_core/contrib/flask/responses.pyo
+${PYSITELIB}/openapi_core/contrib/flask/views.py
+${PYSITELIB}/openapi_core/contrib/flask/views.pyc
+${PYSITELIB}/openapi_core/contrib/flask/views.pyo
+${PYSITELIB}/openapi_core/contrib/requests/__init__.py
+${PYSITELIB}/openapi_core/contrib/requests/__init__.pyc
+${PYSITELIB}/openapi_core/contrib/requests/__init__.pyo
+${PYSITELIB}/openapi_core/contrib/requests/requests.py
+${PYSITELIB}/openapi_core/contrib/requests/requests.pyc
+${PYSITELIB}/openapi_core/contrib/requests/requests.pyo
+${PYSITELIB}/openapi_core/contrib/requests/responses.py
+${PYSITELIB}/openapi_core/contrib/requests/responses.pyc
+${PYSITELIB}/openapi_core/contrib/requests/responses.pyo
+${PYSITELIB}/openapi_core/deserializing/__init__.py
+${PYSITELIB}/openapi_core/deserializing/__init__.pyc
+${PYSITELIB}/openapi_core/deserializing/__init__.pyo
+${PYSITELIB}/openapi_core/deserializing/exceptions.py
+${PYSITELIB}/openapi_core/deserializing/exceptions.pyc
+${PYSITELIB}/openapi_core/deserializing/exceptions.pyo
+${PYSITELIB}/openapi_core/deserializing/media_types/__init__.py
+${PYSITELIB}/openapi_core/deserializing/media_types/__init__.pyc
+${PYSITELIB}/openapi_core/deserializing/media_types/__init__.pyo
+${PYSITELIB}/openapi_core/deserializing/media_types/deserializers.py
+${PYSITELIB}/openapi_core/deserializing/media_types/deserializers.pyc
+${PYSITELIB}/openapi_core/deserializing/media_types/deserializers.pyo
+${PYSITELIB}/openapi_core/deserializing/media_types/factories.py
+${PYSITELIB}/openapi_core/deserializing/media_types/factories.pyc
+${PYSITELIB}/openapi_core/deserializing/media_types/factories.pyo
+${PYSITELIB}/openapi_core/deserializing/media_types/util.py
+${PYSITELIB}/openapi_core/deserializing/media_types/util.pyc
+${PYSITELIB}/openapi_core/deserializing/media_types/util.pyo
+${PYSITELIB}/openapi_core/deserializing/parameters/__init__.py
+${PYSITELIB}/openapi_core/deserializing/parameters/__init__.pyc
+${PYSITELIB}/openapi_core/deserializing/parameters/__init__.pyo
+${PYSITELIB}/openapi_core/deserializing/parameters/deserializers.py
+${PYSITELIB}/openapi_core/deserializing/parameters/deserializers.pyc
+${PYSITELIB}/openapi_core/deserializing/parameters/deserializers.pyo
+${PYSITELIB}/openapi_core/deserializing/parameters/exceptions.py
+${PYSITELIB}/openapi_core/deserializing/parameters/exceptions.pyc
+${PYSITELIB}/openapi_core/deserializing/parameters/exceptions.pyo
+${PYSITELIB}/openapi_core/deserializing/parameters/factories.py
+${PYSITELIB}/openapi_core/deserializing/parameters/factories.pyc
+${PYSITELIB}/openapi_core/deserializing/parameters/factories.pyo
+${PYSITELIB}/openapi_core/exceptions.py
+${PYSITELIB}/openapi_core/exceptions.pyc
+${PYSITELIB}/openapi_core/exceptions.pyo
+${PYSITELIB}/openapi_core/extensions/__init__.py
+${PYSITELIB}/openapi_core/extensions/__init__.pyc
+${PYSITELIB}/openapi_core/extensions/__init__.pyo
+${PYSITELIB}/openapi_core/extensions/models/__init__.py
+${PYSITELIB}/openapi_core/extensions/models/__init__.pyc
+${PYSITELIB}/openapi_core/extensions/models/__init__.pyo
+${PYSITELIB}/openapi_core/extensions/models/factories.py
+${PYSITELIB}/openapi_core/extensions/models/factories.pyc
+${PYSITELIB}/openapi_core/extensions/models/factories.pyo
+${PYSITELIB}/openapi_core/extensions/models/models.py
+${PYSITELIB}/openapi_core/extensions/models/models.pyc
+${PYSITELIB}/openapi_core/extensions/models/models.pyo
+${PYSITELIB}/openapi_core/schema/__init__.py
+${PYSITELIB}/openapi_core/schema/__init__.pyc
+${PYSITELIB}/openapi_core/schema/__init__.pyo
+${PYSITELIB}/openapi_core/schema/parameters.py
+${PYSITELIB}/openapi_core/schema/parameters.pyc
+${PYSITELIB}/openapi_core/schema/parameters.pyo
+${PYSITELIB}/openapi_core/schema/schemas.py
+${PYSITELIB}/openapi_core/schema/schemas.pyc
+${PYSITELIB}/openapi_core/schema/schemas.pyo
+${PYSITELIB}/openapi_core/schema/servers.py
+${PYSITELIB}/openapi_core/schema/servers.pyc
+${PYSITELIB}/openapi_core/schema/servers.pyo
+${PYSITELIB}/openapi_core/schema/specs.py
+${PYSITELIB}/openapi_core/schema/specs.pyc
+${PYSITELIB}/openapi_core/schema/specs.pyo
+${PYSITELIB}/openapi_core/security/__init__.py
+${PYSITELIB}/openapi_core/security/__init__.pyc
+${PYSITELIB}/openapi_core/security/__init__.pyo
+${PYSITELIB}/openapi_core/security/exceptions.py
+${PYSITELIB}/openapi_core/security/exceptions.pyc
+${PYSITELIB}/openapi_core/security/exceptions.pyo
+${PYSITELIB}/openapi_core/security/factories.py
+${PYSITELIB}/openapi_core/security/factories.pyc
+${PYSITELIB}/openapi_core/security/factories.pyo
+${PYSITELIB}/openapi_core/security/providers.py
+${PYSITELIB}/openapi_core/security/providers.pyc
+${PYSITELIB}/openapi_core/security/providers.pyo
+${PYSITELIB}/openapi_core/shortcuts.py
+${PYSITELIB}/openapi_core/shortcuts.pyc
+${PYSITELIB}/openapi_core/shortcuts.pyo
+${PYSITELIB}/openapi_core/spec/__init__.py
+${PYSITELIB}/openapi_core/spec/__init__.pyc
+${PYSITELIB}/openapi_core/spec/__init__.pyo
+${PYSITELIB}/openapi_core/spec/accessors.py
+${PYSITELIB}/openapi_core/spec/accessors.pyc
+${PYSITELIB}/openapi_core/spec/accessors.pyo
+${PYSITELIB}/openapi_core/spec/paths.py
+${PYSITELIB}/openapi_core/spec/paths.pyc
+${PYSITELIB}/openapi_core/spec/paths.pyo
+${PYSITELIB}/openapi_core/spec/shortcuts.py
+${PYSITELIB}/openapi_core/spec/shortcuts.pyc
+${PYSITELIB}/openapi_core/spec/shortcuts.pyo
+${PYSITELIB}/openapi_core/templating/__init__.py
+${PYSITELIB}/openapi_core/templating/__init__.pyc
+${PYSITELIB}/openapi_core/templating/__init__.pyo
+${PYSITELIB}/openapi_core/templating/datatypes.py
+${PYSITELIB}/openapi_core/templating/datatypes.pyc
+${PYSITELIB}/openapi_core/templating/datatypes.pyo
+${PYSITELIB}/openapi_core/templating/media_types/__init__.py
+${PYSITELIB}/openapi_core/templating/media_types/__init__.pyc
+${PYSITELIB}/openapi_core/templating/media_types/__init__.pyo
+${PYSITELIB}/openapi_core/templating/media_types/exceptions.py
+${PYSITELIB}/openapi_core/templating/media_types/exceptions.pyc
+${PYSITELIB}/openapi_core/templating/media_types/exceptions.pyo
+${PYSITELIB}/openapi_core/templating/media_types/finders.py
+${PYSITELIB}/openapi_core/templating/media_types/finders.pyc
+${PYSITELIB}/openapi_core/templating/media_types/finders.pyo
+${PYSITELIB}/openapi_core/templating/paths/__init__.py
+${PYSITELIB}/openapi_core/templating/paths/__init__.pyc
+${PYSITELIB}/openapi_core/templating/paths/__init__.pyo
+${PYSITELIB}/openapi_core/templating/paths/exceptions.py
+${PYSITELIB}/openapi_core/templating/paths/exceptions.pyc
+${PYSITELIB}/openapi_core/templating/paths/exceptions.pyo
+${PYSITELIB}/openapi_core/templating/paths/finders.py
+${PYSITELIB}/openapi_core/templating/paths/finders.pyc
+${PYSITELIB}/openapi_core/templating/paths/finders.pyo
+${PYSITELIB}/openapi_core/templating/responses/__init__.py
+${PYSITELIB}/openapi_core/templating/responses/__init__.pyc
+${PYSITELIB}/openapi_core/templating/responses/__init__.pyo
+${PYSITELIB}/openapi_core/templating/responses/exceptions.py
+${PYSITELIB}/openapi_core/templating/responses/exceptions.pyc
+${PYSITELIB}/openapi_core/templating/responses/exceptions.pyo
+${PYSITELIB}/openapi_core/templating/responses/finders.py
+${PYSITELIB}/openapi_core/templating/responses/finders.pyc
+${PYSITELIB}/openapi_core/templating/responses/finders.pyo
+${PYSITELIB}/openapi_core/templating/util.py
+${PYSITELIB}/openapi_core/templating/util.pyc
+${PYSITELIB}/openapi_core/templating/util.pyo
+${PYSITELIB}/openapi_core/testing/__init__.py
+${PYSITELIB}/openapi_core/testing/__init__.pyc
+${PYSITELIB}/openapi_core/testing/__init__.pyo
+${PYSITELIB}/openapi_core/testing/datatypes.py
+${PYSITELIB}/openapi_core/testing/datatypes.pyc
+${PYSITELIB}/openapi_core/testing/datatypes.pyo
+${PYSITELIB}/openapi_core/testing/factories.py
+${PYSITELIB}/openapi_core/testing/factories.pyc
+${PYSITELIB}/openapi_core/testing/factories.pyo
+${PYSITELIB}/openapi_core/testing/mock.py
+${PYSITELIB}/openapi_core/testing/mock.pyc
+${PYSITELIB}/openapi_core/testing/mock.pyo
+${PYSITELIB}/openapi_core/testing/requests.py
+${PYSITELIB}/openapi_core/testing/requests.pyc
+${PYSITELIB}/openapi_core/testing/requests.pyo
+${PYSITELIB}/openapi_core/testing/responses.py
+${PYSITELIB}/openapi_core/testing/responses.pyc
+${PYSITELIB}/openapi_core/testing/responses.pyo
+${PYSITELIB}/openapi_core/types.py
+${PYSITELIB}/openapi_core/types.pyc
+${PYSITELIB}/openapi_core/types.pyo
+${PYSITELIB}/openapi_core/unmarshalling/__init__.py
+${PYSITELIB}/openapi_core/unmarshalling/__init__.pyc



Home | Main Index | Thread Index | Old Index