svn commit: r544837 - head/net-im/py-unmessage
Yuri Victorovich
yuri at FreeBSD.org
Thu Aug 13 19:55:58 UTC 2020
Author: yuri
Date: Thu Aug 13 19:55:56 2020
New Revision: 544837
URL: https://svnweb.freebsd.org/changeset/ports/544837
Log:
net-im/py-unmessage: Remove 2.7 restriction from USES=python because the culprit dependency is now python3-compatible
Modified:
head/net-im/py-unmessage/Makefile
Modified: head/net-im/py-unmessage/Makefile
==============================================================================
--- head/net-im/py-unmessage/Makefile Thu Aug 13 19:50:55 2020 (r544836)
+++ head/net-im/py-unmessage/Makefile Thu Aug 13 19:55:56 2020 (r544837)
@@ -3,7 +3,7 @@
PORTNAME= unmessage
PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im net-p2p python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,6 @@ COMMENT= Privacy enhanced instant messenger
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-08-15
-
RUN_DEPENDS= tor:security/tor \
${PYTHON_PKGNAMEPREFIX}opuslib>=1.1.0:audio/py-opuslib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyaudio>=0.2.10:audio/py-pyaudio@${PY_FLAVOR} \
@@ -31,7 +28,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:s
${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna@${PY_FLAVOR}
-USES= python:2.7
+USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
More information about the svn-ports-all
mailing list