From nobody Wed Apr 13 13:14:02 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 34C1E1B10995; Wed, 13 Apr 2022 13:15:03 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from sprint-2.amdmi3.ru (sprint-2.amdmi3.ru [185.185.68.145]) by mx1.freebsd.org (Postfix) with ESMTP id 4KdjkG0SMjz3vTS; Wed, 13 Apr 2022 13:15:01 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [IPv6:::1]) by sprint-2.amdmi3.ru (Postfix) with SMTP id DC862188D01; Wed, 13 Apr 2022 16:14:53 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Wed, 13 Apr 2022 16:14:53 +0300 (MSK) Date: Wed, 13 Apr 2022 16:14:02 +0300 From: Dmitry Marakasov To: Antoine Brodin Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, portmgr@freebsd.org Subject: Re: git: 329f5c880471 - main - ports-mgmt/reprise: unbreak bulk -a Message-ID: References: <202204120749.23C7nPmm085422@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202204120749.23C7nPmm085422@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4KdjkG0SMjz3vTS X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of amdmi3@amdmi3.ru has no SPF policy when checking 185.185.68.145) smtp.mailfrom=amdmi3@amdmi3.ru X-Spamd-Result: default: False [-0.04 / 15.00]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[amdmi3]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[amdmi3.ru]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.16)[0.160]; RCPT_COUNT_FIVE(0.00)[5]; NEURAL_HAM_SHORT(-0.20)[-0.200]; MLMMJ_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35278, ipnet:185.185.68.0/22, country:RU]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N * Antoine Brodin (antoine@FreeBSD.org) wrote: Please revert this. You're removing _correct_ python version limitation and preventing port users from building the port. Also the IGNORE is incorrect for it will never support outdated versions of python. If it breaks poudriere, it should be fixed in poudriere, or the port should be marked in a way so poudriere does not build it, not affecting port users. > The branch main has been updated by antoine: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=329f5c8804717f22745217a686ec4c115a5a40d4 > > commit 329f5c8804717f22745217a686ec4c115a5a40d4 > Author: Antoine Brodin > AuthorDate: 2022-04-12 07:48:55 +0000 > Commit: Antoine Brodin > CommitDate: 2022-04-12 07:48:55 +0000 > > ports-mgmt/reprise: unbreak bulk -a > --- > ports-mgmt/reprise/Makefile | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/ports-mgmt/reprise/Makefile b/ports-mgmt/reprise/Makefile > index 9036d653355c..b2e81455ecb0 100644 > --- a/ports-mgmt/reprise/Makefile > +++ b/ports-mgmt/reprise/Makefile > @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonslicer>=0:textproc/py-jsonslicer@${PY_FL > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} > > -USES= python:3.10+ > +USES= python > USE_GITHUB= yes > GH_ACCOUNT= AMDmi3 > USE_PYTHON= autoplist distutils noflavors > @@ -29,4 +29,10 @@ post-install-DOCS-on: > do-test: > @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs > > -.include > +.include > + > +.if ${PYTHON_REL} < 31000 > +IGNORE= does not yet support python < 3.10 > +.endif > + > +.include > -- Dmitry Marakasov . amdmi3@amdmi3.ru ..: https://github.com/AMDmi3 https://amdmi3.ru/