Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 13:01:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489861 - head/www/twms
Message-ID:  <201901101301.x0AD11cK087526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jan 10 13:01:00 2019
New Revision: 489861
URL: https://svnweb.freebsd.org/changeset/ports/489861

Log:
  - Add clarification on python version limitation
  
  Pointyhat to:	antoine (for not providing it)

Modified:
  head/www/twms/Makefile

Modified: head/www/twms/Makefile
==============================================================================
--- head/www/twms/Makefile	Thu Jan 10 11:41:17 2019	(r489860)
+++ head/www/twms/Makefile	Thu Jan 10 13:01:00 2019	(r489861)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/
 USE_GITHUB=	yes
 GH_ACCOUNT=	Komzpa
 
-USES=		python:2.7
+USES=		python:2.7  # 2.7 only because of webpy dependency
 USE_PYTHON=	distutils py3kplist optsuffix
 NO_ARCH=	yes
 



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