freebsd-ports/devel/py-selectors34/Makefile
Ruslan Makhmatkhanov 999e11f163 selectors34 is a backport of the selectors module from Python 3.4. The selectors
module written by Charles-François Natali. This port is based on Victor
Stinner’s trollius/selectors.py port.

WWW: https://pypi.python.org/pypi/selectors34
2016-08-21 13:50:16 +00:00

20 lines
390 B
Makefile

# $FreeBSD$
PORTNAME= selectors34
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Backport of the selectors module from Python 3.4
LICENSE= PSFL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
NO_ARCH= yes
USES= python:2.7-3.3
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>