mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
20 lines
494 B
Makefile
20 lines
494 B
Makefile
PORTNAME= async_generator
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Tiny library to add async generators to Python 3.5
|
|
WWW= https://pypi.org/project/async_generator/
|
|
|
|
LICENSE= MIT APACHE20
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.MIT
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE2
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils pytest
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|