Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 18:17:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527567 - in head/www: . py-aiohttp_cors
Message-ID:  <202003011817.021IHddR007381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  1 18:17:38 2020
New Revision: 527567
URL: https://svnweb.freebsd.org/changeset/ports/527567

Log:
  Add py-aiohttp_cors 0.7.0
  
  aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support for
  aiohttp asyncio-powered asynchronous HTTP server.
  
  WWW: https://github.com/aio-libs/aiohttp-cors

Added:
  head/www/py-aiohttp_cors/
  head/www/py-aiohttp_cors/Makefile   (contents, props changed)
  head/www/py-aiohttp_cors/distinfo   (contents, props changed)
  head/www/py-aiohttp_cors/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Mar  1 18:10:41 2020	(r527566)
+++ head/www/Makefile	Sun Mar  1 18:17:38 2020	(r527567)
@@ -1412,6 +1412,7 @@
     SUBDIR += py-aiohttp
     SUBDIR += py-aiohttp-wsgi
     SUBDIR += py-aiohttp2
+    SUBDIR += py-aiohttp_cors
     SUBDIR += py-albatross
     SUBDIR += py-amf
     SUBDIR += py-apachelog

Added: head/www/py-aiohttp_cors/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-aiohttp_cors/Makefile	Sun Mar  1 18:17:38 2020	(r527567)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aiohttp_cors
+PORTVERSION=	0.7.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	aiohttp-cors-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	CORS support for aiohttp
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=1.1:www/py-aiohttp@${PY_FLAVOR}
+
+USES=		python:3.4+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-aiohttp_cors/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-aiohttp_cors/distinfo	Sun Mar  1 18:17:38 2020	(r527567)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1583046280
+SHA256 (aiohttp-cors-0.7.0.tar.gz) = 4d39c6d7100fd9764ed1caf8cebf0eb01bf5e3f24e2e073fda6234bc48b19f5d
+SIZE (aiohttp-cors-0.7.0.tar.gz) = 35966

Added: head/www/py-aiohttp_cors/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-aiohttp_cors/pkg-descr	Sun Mar  1 18:17:38 2020	(r527567)
@@ -0,0 +1,4 @@
+aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support for
+aiohttp asyncio-powered asynchronous HTTP server.
+
+WWW: https://github.com/aio-libs/aiohttp-cors



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003011817.021IHddR007381>