freebsd-ports/devel/py-pebble/Makefile
2020-05-12 22:27:50 +00:00

27 lines
582 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pebble
PORTVERSION= 4.5.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pebble-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Threading and multiprocessing eye-candy
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PY_FUTURES}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|"{}".format(package_version())|"${PORTVERSION}"|' ${WRKSRC}/setup.py
.include <bsd.port.mk>