1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Remove duplicate port www/py3-aiohttp

www/py-aiohttp should be modified instead

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2015-11-21 12:40:42 +00:00
parent b488cb8bf1
commit c5c6e8986a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402153
5 changed files with 1 additions and 50 deletions

1
MOVED
View File

@ -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

View File

@ -1777,7 +1777,6 @@
SUBDIR += py-wsgiauth
SUBDIR += py-wsgidav
SUBDIR += py-zope.app.wsgi
SUBDIR += py3-aiohttp
SUBDIR += pyblosxom
SUBDIR += pycarddav
SUBDIR += pydio

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (aiohttp-0.16.3.tar.gz) = eaf479acc98ffee0a029882465ebf21f3c302e1b94a41b16c8a5a695bc614900
SIZE (aiohttp-0.16.3.tar.gz) = 1442720

View File

@ -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