1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/py-asyncio/Makefile
Dmitry Marakasov 7ee006db01 - Add NO_ARCH
- Switch to new test framework

Approved by:	portmgr blanket
2018-05-08 08:34:03 +00:00

24 lines
490 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= asyncio
PORTVERSION= 3.4.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Reference implementation of PEP 3156 (Asynchronous IO)
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.3+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>