Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 23:44:31 +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: r501600 - head/devel/py-marshmallow
Message-ID:  <201905132344.x4DNiV8x013917@repo.freebsd.org>

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

Log:
  Revert unintentional USES=python change in r501471

Modified:
  head/devel/py-marshmallow/Makefile

Modified: head/devel/py-marshmallow/Makefile
==============================================================================
--- head/devel/py-marshmallow/Makefile	Mon May 13 21:48:04 2019	(r501599)
+++ head/devel/py-marshmallow/Makefile	Mon May 13 23:44:31 2019	(r501600)
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}
 
-USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+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?201905132344.x4DNiV8x013917>