diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py3-aiohttp/Makefile | 35 | ||||
-rw-r--r-- | www/py3-aiohttp/distinfo | 2 | ||||
-rw-r--r-- | www/py3-aiohttp/pkg-descr | 12 |
5 files changed, 1 insertions, 50 deletions
@@ -7944,3 +7944,4 @@ databases/mariadb-scripts||2015-11-18|Vulnerable, no updates expected, use maria devel/py-asn1|devel/py-pyasn1|2015-11-18|Renamed to match upstream naming devel/py-pytz3|devel/py3-pytz|2015-11-19|Port Renamed devel/ocaml-typeconv|devel/ocaml-type_conv|2015-11-20|Renamed to match upstream naming +www/py3-aiohttp|www/py-aiohttp|2015-11-21|Duplicate port diff --git a/www/Makefile b/www/Makefile index 84e03cf5a92b..cad65ec0f2e2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1777,7 +1777,6 @@ SUBDIR += py-wsgiauth SUBDIR += py-wsgidav SUBDIR += py-zope.app.wsgi - SUBDIR += py3-aiohttp SUBDIR += pyblosxom SUBDIR += pycarddav SUBDIR += pydio diff --git a/www/py3-aiohttp/Makefile b/www/py3-aiohttp/Makefile deleted file mode 100644 index dab59ef6c044..000000000000 --- a/www/py3-aiohttp/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= aiohttp -PORTVERSION= 0.16.3 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= HTTP client/server for asyncio - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py3-chardet -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}gunicorn>0:${PORTSDIR}/www/py-gunicorn - -OPTIONS_DEFINE= TESTS -TESTS_DESC= Install test suite requirements -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} - -USES= python:3 -USE_PYTHON= autoplist distutils - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/aiohttp/_websocket.so - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/aiohttp/_multidict.so - -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - -.include <bsd.port.mk> diff --git a/www/py3-aiohttp/distinfo b/www/py3-aiohttp/distinfo deleted file mode 100644 index 7e22ed2b048f..000000000000 --- a/www/py3-aiohttp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (aiohttp-0.16.3.tar.gz) = eaf479acc98ffee0a029882465ebf21f3c302e1b94a41b16c8a5a695bc614900 -SIZE (aiohttp-0.16.3.tar.gz) = 1442720 diff --git a/www/py3-aiohttp/pkg-descr b/www/py3-aiohttp/pkg-descr deleted file mode 100644 index 4dbd52fa53ce..000000000000 --- a/www/py3-aiohttp/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -HTTP client/server for Python asyncio (PEP-3156) - -Features: - - * Compression (deflate) - * HTTP Basic Authenntication - * Chunked Transfer Encoding - * Connection Pooling - * Session Cookies - * Custom Request/Response classes - -WWW: https://github.com/KeepSafe/aiohttp |