From owner-svn-ports-head@freebsd.org Sat Mar 7 03:44:24 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE19225A235; Sat, 7 Mar 2020 03:44:24 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Z9Mr1Bm9z43c1; Sat, 7 Mar 2020 03:44:24 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22DAF2C20; Sat, 7 Mar 2020 03:44:24 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0273iOt6003322; Sat, 7 Mar 2020 03:44:24 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0273iNQZ003321; Sat, 7 Mar 2020 03:44:23 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <202003070344.0273iNQZ003321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 7 Mar 2020 03:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527918 - head/sysutils/py-salt X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/sysutils/py-salt X-SVN-Commit-Revision: 527918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2020 03:44:24 -0000 Author: woodsb02 Date: Sat Mar 7 03:44:23 2020 New Revision: 527918 URL: https://svnweb.freebsd.org/changeset/ports/527918 Log: sysutils/py-salt: python3.8 is not supported yet https://docs.saltstack.com/en/2019.2/topics/installation/index.html#dependencies https://docs.saltstack.com/en/3000/topics/releases/3000.html#python-3-8-not-supported https://github.com/saltstack/salt/issues/55310 PR: 243610 Reported by: Tommy P Approved by: Christer Edwards (maintainer) Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Sat Mar 7 03:05:37 2020 (r527917) +++ head/sysutils/py-salt/Makefile Sat Mar 7 03:44:23 2020 (r527918) @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py- ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR} -USES= cpe python +USES= cpe python:-3.7 CPE_VENDOR= saltstack CPE_PRODUCT= salt