pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-aiohttp-cors py-aiohttp-cors: add version 0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e01a35a4f52c
branches:  trunk
changeset: 343360:e01a35a4f52c
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Nov 03 00:59:34 2019 +0000

description:
py-aiohttp-cors: add version 0.7.0

aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support
for aiohttp asyncio-powered asynchronous HTTP server.

diffstat:

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

diffs (72 lines):

diff -r e749b8f394b3 -r e01a35a4f52c www/py-aiohttp-cors/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp-cors/DESCR Sun Nov 03 00:59:34 2019 +0000
@@ -0,0 +1,2 @@
+aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support
+for aiohttp asyncio-powered asynchronous HTTP server.
diff -r e749b8f394b3 -r e01a35a4f52c www/py-aiohttp-cors/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp-cors/Makefile      Sun Nov 03 00:59:34 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/11/03 00:59:34 markd Exp $
+
+DISTNAME=      aiohttp-cors-0.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp_cors/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/aio-libs/aiohttp-cors
+COMMENT=       CORS support for aiohttp
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=2.2.0:../../www/py-aiohttp
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e749b8f394b3 -r e01a35a4f52c www/py-aiohttp-cors/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp-cors/PLIST Sun Nov 03 00:59:34 2019 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2019/11/03 00:59:34 markd Exp $
+${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 -r e749b8f394b3 -r e01a35a4f52c www/py-aiohttp-cors/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp-cors/distinfo      Sun Nov 03 00:59:34 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/11/03 00:59:34 markd Exp $
+
+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