27 lines
446 B
Makefile
27 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.10 2021/11/02 00:01:03 sthen Exp $
|
|
|
|
COMMENT = compatibility API between asyncio/Twisted/Trollius
|
|
|
|
MODPY_EGG_VERSION = 18.8.1
|
|
DISTNAME = txaio-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 3
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/crossbario/txaio
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
.include <bsd.port.mk>
|