pkgsrc-WIP-changes archive

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

add py-startlette to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 17 17:13:16 2020 +0100
Changeset:	550089976178143ddfc79883b10eb0fcf1f8490b

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

Log Message:
add py-startlette to wip

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

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

diffstat:
 py-starlette/DESCR    |   1 +
 py-starlette/Makefile |  16 ++++++++
 py-starlette/PLIST    | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++
 py-starlette/distinfo |   6 +++
 4 files changed, 126 insertions(+)

diffs:
diff --git a/py-starlette/DESCR b/py-starlette/DESCR
new file mode 100644
index 0000000000..b9df934d2e
--- /dev/null
+++ b/py-starlette/DESCR
@@ -0,0 +1 @@
+The little ASGI library that shines
diff --git a/py-starlette/Makefile b/py-starlette/Makefile
new file mode 100644
index 0000000000..6ecc3ca63e
--- /dev/null
+++ b/py-starlette/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	starlette-0.13.8
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/starlette/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/encode/starlette
+COMMENT=	The little ASGI library that shines
+LICENSE=	modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-starlette/PLIST b/py-starlette/PLIST
new file mode 100644
index 0000000000..8c6ed96f2e
--- /dev/null
+++ b/py-starlette/PLIST
@@ -0,0 +1,103 @@
+@comment $NetBSD$
+${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}/starlette/__init__.py
+${PYSITELIB}/starlette/__init__.pyc
+${PYSITELIB}/starlette/__init__.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/graphql.py
+${PYSITELIB}/starlette/graphql.pyc
+${PYSITELIB}/starlette/graphql.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/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/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
diff --git a/py-starlette/distinfo b/py-starlette/distinfo
new file mode 100644
index 0000000000..4d64e1d0cb
--- /dev/null
+++ b/py-starlette/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (starlette-0.13.8.tar.gz) = b1df9e2a5b070738f768150f39201deb4723a345
+RMD160 (starlette-0.13.8.tar.gz) = 7f714848a60a38fefee9311154dc5f0bdd68de6c
+SHA512 (starlette-0.13.8.tar.gz) = f8a33b63e63ca88a775425fd060b3c93851da68063865fd0d4b0c9da1ed5cc92b3089afa9f86794c6d809580e10b67310e6c652a976024aaba4f19e5de778522
+Size (starlette-0.13.8.tar.gz) = 49422 bytes


Home | Main Index | Thread Index | Old Index