mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
Backported, durable, and portable selectors for Python designed to replace the standard library selectors module. This module was originally written for the urllib3 project and later released as an independent project. PR: 230873 Submitted by: John W. O'Brien <john@saltant.com> Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17182
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= selectors2
|
|
DISTVERSION= 2.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= john@saltant.com
|
|
COMMENT= Backported, durable, and portable I/O selectors for Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:-3.3
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|