Date: Sun, 10 Jan 2021 08:23:37 +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: r560980 - head/www/py-python-dotenv Message-ID: <202101100823.10A8NbDt020530@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 10 08:23:36 2021 New Revision: 560980 URL: https://svnweb.freebsd.org/changeset/ports/560980 Log: Clean up RUN_DEPENDS after r559531 (USES=python:3.6+) Modified: head/www/py-python-dotenv/Makefile Modified: head/www/py-python-dotenv/Makefile ============================================================================== --- head/www/py-python-dotenv/Makefile Sun Jan 10 08:23:32 2021 (r560979) +++ head/www/py-python-dotenv/Makefile Sun Jan 10 08:23:36 2021 (r560980) @@ -13,8 +13,6 @@ COMMENT= Add .env support to your django/flask apps LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PY_TYPING} - USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100823.10A8NbDt020530>