acc279b756
- While I'm here, update USE=python [1] Approved by: portmgr (blanket) With hat: python [1]
19 lines
398 B
Makefile
19 lines
398 B
Makefile
PORTNAME= async_timeout
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= async-timeout-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Timeout context manager for asyncio programs
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|