blob: 86da1b7f625916b2765a8ddf9db8fa060aedd70c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= pycos
PORTVERSION= 4.8.11
PORTREVISION= 1
CATEGORIES= devel net
MASTER_SITES= SF/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Concurrent, Asynchronous, Distributed, Communicating Tasks with Python
WWW= https://pycos.sourceforge.io/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|