From owner-svn-ports-all@freebsd.org Mon Jun 15 17:17:44 2020 Return-Path: Delivered-To: svn-ports-all@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 2578433AB85; Mon, 15 Jun 2020 17:17:44 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from sprint-2.amdmi3.ru (sprint-2.amdmi3.ru [IPv6:2a0a:2b41:94:cb5e::]) by mx1.freebsd.org (Postfix) with ESMTP id 49lyh74yJzz3gk3; Mon, 15 Jun 2020 17:17:43 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [127.0.0.1]) by sprint-2.amdmi3.ru (Postfix) with SMTP id 0AB5B3D4E73; Mon, 15 Jun 2020 20:17:35 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Mon, 15 Jun 2020 20:17:35 +0300 (MSK) Date: Mon, 15 Jun 2020 20:12:40 +0300 From: Dmitry Marakasov To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r538898 - head/devel/py-hypothesis Message-ID: <20200615171240.GB31796@hades.panopticon> References: <202006151537.05FFbWj1037199@repo.freebsd.org> <20200615155904.svxz6mx27dor7wwq@aching.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200615155904.svxz6mx27dor7wwq@aching.in.mat.cc> X-Rspamd-Queue-Id: 49lyh74yJzz3gk3 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35278, ipnet:2a0a:2b41::/32, country:RU] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 17:17:44 -0000 * Mathieu Arnold (mat@freebsd.org) wrote: > > Author: amdmi3 > > Date: Mon Jun 15 15:37:32 2020 > > New Revision: 538898 > > URL: https://svnweb.freebsd.org/changeset/ports/538898 > > > > Log: > > - Update to 5.16.0 > > > > Note that though this drops python2 support, py-hypothesis is only > > currently used in TEST_DEPENDS, so this should not affect any package > > building. > > And now, all the ports that require this have BROKEN dependencies when > you run make test. Only when you run `make test` with non-default python2 flavor. > When you remove flavors from a port, it is the same as if you were > removing a port. So you MUST chase down all the consumers and make sure > they all still work correctly. It does not affect how they work. And `make test` works fine for all of them with default python flavor too. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3