Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 07:00:50 +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: r457126 - head/net/py-libstorj
Message-ID:  <201712240700.vBO70o4H027190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 24 07:00:50 2017
New Revision: 457126
URL: https://svnweb.freebsd.org/changeset/ports/457126

Log:
  py-libstorj is not compatible with python 3
  
  Reported by:	pkg-fallout

Modified:
  head/net/py-libstorj/Makefile

Modified: head/net/py-libstorj/Makefile
==============================================================================
--- head/net/py-libstorj/Makefile	Sun Dec 24 06:46:48 2017	(r457125)
+++ head/net/py-libstorj/Makefile	Sun Dec 24 07:00:50 2017	(r457126)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21+
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libstorj.so:net/libstorj
 
-USES=		localbase python:2.7+
+USES=		localbase python:2.7
 USE_PYTHON=	autoplist distutils
 USE_GITHUB=	yes
 GH_ACCOUNT=	Storj



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