freebsd-ports/devel/py-greenlet/Makefile
Dima Panov ebeb19dbc2 devel/py-greenlet: not ready for Python 3.11 yet
Approved by:	portmgr blanket
Sponsored by:	Netzkommune GmbH
2021-12-17 14:20:54 +03:00

24 lines
592 B
Makefile

# Created by: Peter Schuller <peter.schuller@infidyne.com>
PORTNAME= greenlet
PORTVERSION= 1.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Light-weight microthreads for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= mips mips64
NOT_FOR_ARCHS_REASON= greenlet needs to be ported to this platform
USES= python:3.6-3.10
USE_PYTHON= autoplist concurrent distutils
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>