pkgsrc-WIP-changes archive

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

Added py-aiohttp-cors (needed for py-black).



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Nov 6 16:48:13 2019 +0100
Changeset:	d4ec440e15a57ab09b32da04f1d8de24b646f143

Added Files:
	py-aiohttp-cors/DESCR
	py-aiohttp-cors/Makefile
	py-aiohttp-cors/PLIST
	py-aiohttp-cors/distinfo

Log Message:
Added py-aiohttp-cors (needed for py-black).

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

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

diffstat:
 py-aiohttp-cors/DESCR    |  2 ++
 py-aiohttp-cors/Makefile | 18 ++++++++++++++++++
 py-aiohttp-cors/PLIST    | 30 ++++++++++++++++++++++++++++++
 py-aiohttp-cors/distinfo |  6 ++++++
 4 files changed, 56 insertions(+)

diffs:
diff --git a/py-aiohttp-cors/DESCR b/py-aiohttp-cors/DESCR
new file mode 100644
index 0000000000..84254b188a
--- /dev/null
+++ b/py-aiohttp-cors/DESCR
@@ -0,0 +1,2 @@
+Implements Cross Origin Resource Sharing (CORS) support for aiohttp
+asyncio-powered asynchronous HTTP server.
diff --git a/py-aiohttp-cors/Makefile b/py-aiohttp-cors/Makefile
new file mode 100644
index 0000000000..9216e67482
--- /dev/null
+++ b/py-aiohttp-cors/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	aiohttp-cors-0.7.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/aiohttp-socks/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/aio-libs/aiohttp-cors
+COMMENT=	CORS support for aiohttp
+LICENSE=	apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE=       27 34
+
+#DEPENDS+=	${PYPKGPREFIX}-aiohttp>=1.1:../../www/py-aiohttp
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-aiohttp-cors/PLIST b/py-aiohttp-cors/PLIST
new file mode 100644
index 0000000000..70fc28de7d
--- /dev/null
+++ b/py-aiohttp-cors/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/aiohttp_cors/__about__.py
+${PYSITELIB}/aiohttp_cors/__init__.py
+${PYSITELIB}/aiohttp_cors/__about__.pyo
+${PYSITELIB}/aiohttp_cors/__about__.pyc
+${PYSITELIB}/aiohttp_cors/__init__.pyo
+${PYSITELIB}/aiohttp_cors/__init__.pyc
+${PYSITELIB}/aiohttp_cors/abc.pyo
+${PYSITELIB}/aiohttp_cors/abc.pyc
+${PYSITELIB}/aiohttp_cors/cors_config.pyo
+${PYSITELIB}/aiohttp_cors/cors_config.pyc
+${PYSITELIB}/aiohttp_cors/mixin.pyo
+${PYSITELIB}/aiohttp_cors/mixin.pyc
+${PYSITELIB}/aiohttp_cors/preflight_handler.pyo
+${PYSITELIB}/aiohttp_cors/preflight_handler.pyc
+${PYSITELIB}/aiohttp_cors/resource_options.pyo
+${PYSITELIB}/aiohttp_cors/resource_options.pyc
+${PYSITELIB}/aiohttp_cors/urldispatcher_router_adapter.pyo
+${PYSITELIB}/aiohttp_cors/urldispatcher_router_adapter.pyc
+${PYSITELIB}/aiohttp_cors/abc.py
+${PYSITELIB}/aiohttp_cors/cors_config.py
+${PYSITELIB}/aiohttp_cors/mixin.py
+${PYSITELIB}/aiohttp_cors/preflight_handler.py
+${PYSITELIB}/aiohttp_cors/resource_options.py
+${PYSITELIB}/aiohttp_cors/urldispatcher_router_adapter.py
diff --git a/py-aiohttp-cors/distinfo b/py-aiohttp-cors/distinfo
new file mode 100644
index 0000000000..e4e7a57a68
--- /dev/null
+++ b/py-aiohttp-cors/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aiohttp-cors-0.7.0.tar.gz) = d5c9e73409751a881678c680d8f931075e89a55f
+RMD160 (aiohttp-cors-0.7.0.tar.gz) = 2f45d51e5a9c2937778b679fc71e8dcd80eb6880
+SHA512 (aiohttp-cors-0.7.0.tar.gz) = d7c9e1bf8f9eed0d0eb1abb1b2e1704f4a02dd93aa21cb460145e4cb355ae60f103167ae649c3d443e2ff9af2d1195d9742236942cce144c5de271002147323f
+Size (aiohttp-cors-0.7.0.tar.gz) = 35966 bytes


Home | Main Index | Thread Index | Old Index