Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2016 16:09:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429369 - head/textproc/py3-chardet
Message-ID:  <201612241609.uBOG9A3A004932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 24 16:09:09 2016
New Revision: 429369
URL: https://svnweb.freebsd.org/changeset/ports/429369

Log:
  - Remove dependency on the python3 symlink
  - USE_PYTHON=concurrent for bin/chardetect

Modified:
  head/textproc/py3-chardet/Makefile

Modified: head/textproc/py3-chardet/Makefile
==============================================================================
--- head/textproc/py3-chardet/Makefile	Sat Dec 24 15:56:56 2016	(r429368)
+++ head/textproc/py3-chardet/Makefile	Sat Dec 24 16:09:09 2016	(r429369)
@@ -3,6 +3,7 @@
 
 PORTNAME=	chardet
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,8 @@ COMMENT=	Universal encoding detector for
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3
-USE_PYTHON=	autoplist distutils
+USES=		python:3.3+
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612241609.uBOG9A3A004932>