pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-starlette



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 10 07:54:25 UTC 2024

Added Files:
        pkgsrc/www/py-starlette: DESCR Makefile PLIST distinfo

Log Message:
www/py-starlette: import py-starlette-0.41.3

Starlette is a lightweight ASGI framework/toolkit, which is ideal
for building async web services in Python.

It is production-ready, and gives you the following:

* A lightweight, low-complexity HTTP web framework.
* WebSocket support.
* In-process background tasks.
* Startup and shutdown events.
* Test client built on httpx.
* CORS, GZip, Static Files, Streaming responses.
* Session and Cookie support.
* 100% test coverage.
* 100% type annotated codebase.
* Few hard dependencies.
* Compatible with asyncio and trio backends.
* Great overall performance against independent benchmarks.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-starlette/DESCR \
    pkgsrc/www/py-starlette/Makefile pkgsrc/www/py-starlette/PLIST \
    pkgsrc/www/py-starlette/distinfo

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

Added files:

Index: pkgsrc/www/py-starlette/DESCR
diff -u /dev/null pkgsrc/www/py-starlette/DESCR:1.1
--- /dev/null   Tue Dec 10 07:54:25 2024
+++ pkgsrc/www/py-starlette/DESCR       Tue Dec 10 07:54:25 2024
@@ -0,0 +1,17 @@
+Starlette is a lightweight ASGI framework/toolkit, which is ideal
+for building async web services in Python.
+
+It is production-ready, and gives you the following:
+
+* A lightweight, low-complexity HTTP web framework.
+* WebSocket support.
+* In-process background tasks.
+* Startup and shutdown events.
+* Test client built on httpx.
+* CORS, GZip, Static Files, Streaming responses.
+* Session and Cookie support.
+* 100% test coverage.
+* 100% type annotated codebase.
+* Few hard dependencies.
+* Compatible with asyncio and trio backends.
+* Great overall performance against independent benchmarks.
Index: pkgsrc/www/py-starlette/Makefile
diff -u /dev/null pkgsrc/www/py-starlette/Makefile:1.1
--- /dev/null   Tue Dec 10 07:54:25 2024
+++ pkgsrc/www/py-starlette/Makefile    Tue Dec 10 07:54:25 2024
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2024/12/10 07:54:25 wiz Exp $
+
+DISTNAME=      starlette-0.41.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/starlette/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/encode/starlette
+COMMENT=       Little ASGI library that shines
+LICENSE=       modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-anyio-[0-9]*:../../devel/py-anyio
+TEST_DEPENDS+= ${PYPKGPREFIX}-httpx-[0-9]*:../../www/py-httpx
+TEST_DEPENDS+= ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous
+TEST_DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+TEST_DEPENDS+= ${PYPKGPREFIX}-trio-[0-9]*:../../devel/py-trio
+TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-starlette/PLIST
diff -u /dev/null pkgsrc/www/py-starlette/PLIST:1.1
--- /dev/null   Tue Dec 10 07:54:25 2024
+++ pkgsrc/www/py-starlette/PLIST       Tue Dec 10 07:54:25 2024
@@ -0,0 +1,111 @@
+@comment $NetBSD: PLIST,v 1.1 2024/12/10 07:54:25 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
+${PYSITELIB}/starlette/__init__.py
+${PYSITELIB}/starlette/__init__.pyc
+${PYSITELIB}/starlette/__init__.pyo
+${PYSITELIB}/starlette/_compat.py
+${PYSITELIB}/starlette/_compat.pyc
+${PYSITELIB}/starlette/_compat.pyo
+${PYSITELIB}/starlette/_exception_handler.py
+${PYSITELIB}/starlette/_exception_handler.pyc
+${PYSITELIB}/starlette/_exception_handler.pyo
+${PYSITELIB}/starlette/_utils.py
+${PYSITELIB}/starlette/_utils.pyc
+${PYSITELIB}/starlette/_utils.pyo
+${PYSITELIB}/starlette/applications.py
+${PYSITELIB}/starlette/applications.pyc
+${PYSITELIB}/starlette/applications.pyo
+${PYSITELIB}/starlette/authentication.py
+${PYSITELIB}/starlette/authentication.pyc
+${PYSITELIB}/starlette/authentication.pyo
+${PYSITELIB}/starlette/background.py
+${PYSITELIB}/starlette/background.pyc
+${PYSITELIB}/starlette/background.pyo
+${PYSITELIB}/starlette/concurrency.py
+${PYSITELIB}/starlette/concurrency.pyc
+${PYSITELIB}/starlette/concurrency.pyo
+${PYSITELIB}/starlette/config.py
+${PYSITELIB}/starlette/config.pyc
+${PYSITELIB}/starlette/config.pyo
+${PYSITELIB}/starlette/convertors.py
+${PYSITELIB}/starlette/convertors.pyc
+${PYSITELIB}/starlette/convertors.pyo
+${PYSITELIB}/starlette/datastructures.py
+${PYSITELIB}/starlette/datastructures.pyc
+${PYSITELIB}/starlette/datastructures.pyo
+${PYSITELIB}/starlette/endpoints.py
+${PYSITELIB}/starlette/endpoints.pyc
+${PYSITELIB}/starlette/endpoints.pyo
+${PYSITELIB}/starlette/exceptions.py
+${PYSITELIB}/starlette/exceptions.pyc
+${PYSITELIB}/starlette/exceptions.pyo
+${PYSITELIB}/starlette/formparsers.py
+${PYSITELIB}/starlette/formparsers.pyc
+${PYSITELIB}/starlette/formparsers.pyo
+${PYSITELIB}/starlette/middleware/__init__.py
+${PYSITELIB}/starlette/middleware/__init__.pyc
+${PYSITELIB}/starlette/middleware/__init__.pyo
+${PYSITELIB}/starlette/middleware/authentication.py
+${PYSITELIB}/starlette/middleware/authentication.pyc
+${PYSITELIB}/starlette/middleware/authentication.pyo
+${PYSITELIB}/starlette/middleware/base.py
+${PYSITELIB}/starlette/middleware/base.pyc
+${PYSITELIB}/starlette/middleware/base.pyo
+${PYSITELIB}/starlette/middleware/cors.py
+${PYSITELIB}/starlette/middleware/cors.pyc
+${PYSITELIB}/starlette/middleware/cors.pyo
+${PYSITELIB}/starlette/middleware/errors.py
+${PYSITELIB}/starlette/middleware/errors.pyc
+${PYSITELIB}/starlette/middleware/errors.pyo
+${PYSITELIB}/starlette/middleware/exceptions.py
+${PYSITELIB}/starlette/middleware/exceptions.pyc
+${PYSITELIB}/starlette/middleware/exceptions.pyo
+${PYSITELIB}/starlette/middleware/gzip.py
+${PYSITELIB}/starlette/middleware/gzip.pyc
+${PYSITELIB}/starlette/middleware/gzip.pyo
+${PYSITELIB}/starlette/middleware/httpsredirect.py
+${PYSITELIB}/starlette/middleware/httpsredirect.pyc
+${PYSITELIB}/starlette/middleware/httpsredirect.pyo
+${PYSITELIB}/starlette/middleware/sessions.py
+${PYSITELIB}/starlette/middleware/sessions.pyc
+${PYSITELIB}/starlette/middleware/sessions.pyo
+${PYSITELIB}/starlette/middleware/trustedhost.py
+${PYSITELIB}/starlette/middleware/trustedhost.pyc
+${PYSITELIB}/starlette/middleware/trustedhost.pyo
+${PYSITELIB}/starlette/middleware/wsgi.py
+${PYSITELIB}/starlette/middleware/wsgi.pyc
+${PYSITELIB}/starlette/middleware/wsgi.pyo
+${PYSITELIB}/starlette/py.typed
+${PYSITELIB}/starlette/requests.py
+${PYSITELIB}/starlette/requests.pyc
+${PYSITELIB}/starlette/requests.pyo
+${PYSITELIB}/starlette/responses.py
+${PYSITELIB}/starlette/responses.pyc
+${PYSITELIB}/starlette/responses.pyo
+${PYSITELIB}/starlette/routing.py
+${PYSITELIB}/starlette/routing.pyc
+${PYSITELIB}/starlette/routing.pyo
+${PYSITELIB}/starlette/schemas.py
+${PYSITELIB}/starlette/schemas.pyc
+${PYSITELIB}/starlette/schemas.pyo
+${PYSITELIB}/starlette/staticfiles.py
+${PYSITELIB}/starlette/staticfiles.pyc
+${PYSITELIB}/starlette/staticfiles.pyo
+${PYSITELIB}/starlette/status.py
+${PYSITELIB}/starlette/status.pyc
+${PYSITELIB}/starlette/status.pyo
+${PYSITELIB}/starlette/templating.py
+${PYSITELIB}/starlette/templating.pyc
+${PYSITELIB}/starlette/templating.pyo
+${PYSITELIB}/starlette/testclient.py
+${PYSITELIB}/starlette/testclient.pyc
+${PYSITELIB}/starlette/testclient.pyo
+${PYSITELIB}/starlette/types.py
+${PYSITELIB}/starlette/types.pyc
+${PYSITELIB}/starlette/types.pyo
+${PYSITELIB}/starlette/websockets.py
+${PYSITELIB}/starlette/websockets.pyc
+${PYSITELIB}/starlette/websockets.pyo
Index: pkgsrc/www/py-starlette/distinfo
diff -u /dev/null pkgsrc/www/py-starlette/distinfo:1.1
--- /dev/null   Tue Dec 10 07:54:25 2024
+++ pkgsrc/www/py-starlette/distinfo    Tue Dec 10 07:54:25 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/12/10 07:54:25 wiz Exp $
+
+BLAKE2s (starlette-0.41.3.tar.gz) = 9e3e6275f045f3e04d30a69ab573a81703a400bb284f6876f81a75674140092a
+SHA512 (starlette-0.41.3.tar.gz) = 3c84773a173f0d8ed60de0f8a3562a6977ee065b35a769819c595cd1daf45c43d43e62be95c26c202b9faa8f0436eedb9eb19768133325ea6fa05e11e32a78e7
+Size (starlette-0.41.3.tar.gz) = 2574159 bytes



Home | Main Index | Thread Index | Old Index