mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
ddda256f9f
Python3 support was added in raet version 0.5.0: https://github.com/RaetProtocol/raet/blob/master/ChangeLog.md#20150204-2 Exactly which python 3 versions are supported / known to work will be discussed here: https://github.com/RaetProtocol/raet/issues/12 We know at least python 3.5 and 3.6 are supported:19391b599c
16a05b81da
PR: 244653, 243610 Submitted by: Tommy P <tommyhp2@gmail.com> Approved by: portmgr (blanket: dependency fix, ports (python) compliance) MFH: 2020Q1
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= raet
|
|
PORTVERSION= 0.6.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Reliable Asynchronous Event Transport protocol library
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|