Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 23:46:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501602 - head/www/py-flask-marshmallow
Message-ID:  <201905132346.x4DNkiVU014238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 13 23:46:44 2019
New Revision: 501602
URL: https://svnweb.freebsd.org/changeset/ports/501602

Log:
  Revert r501506 since USES=python change in devel/py-marshmallow is reverted

Modified:
  head/www/py-flask-marshmallow/Makefile

Modified: head/www/py-flask-marshmallow/Makefile
==============================================================================
--- head/www/py-flask-marshmallow/Makefile	Mon May 13 23:46:37 2019	(r501601)
+++ head/www/py-flask-marshmallow/Makefile	Mon May 13 23:46:44 2019	(r501602)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-fl
 		${PYTHON_PKGNAMEPREFIX}marshmallow>=2.0.0:devel/py-marshmallow@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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