From owner-dev-commits-ports-main@freebsd.org Wed Jun 30 20:58:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 4D69164FCDA for ; Wed, 30 Jun 2021 20:58:54 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFYby1hPGz4TKZ for ; Wed, 30 Jun 2021 20:58:54 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 1E2F54EE2 for ; Wed, 30 Jun 2021 20:58:54 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-io1-f46.google.com with SMTP id u7so2693613ion.3 for ; Wed, 30 Jun 2021 13:58:54 -0700 (PDT) X-Gm-Message-State: AOAM531G6pLB9/CeRntl8ThLKVl9pKEZif9SE/LFJNCM6BfUP25eiQGN iTLhY9hyrJJlf2OVvnkCdbdep3ZEA0HLdCQ84kRhUQ== X-Google-Smtp-Source: ABdhPJzI+qAZegKmFkzB21jS7+iDut/0wR4gB2/lNOJkzH/2PU/DLoOy1mlAbTa5NI7lGFbb22n2pAqj98Il5dw9ZzY= X-Received: by 2002:a6b:7714:: with SMTP id n20mr8978520iom.126.1625086733650; Wed, 30 Jun 2021 13:58:53 -0700 (PDT) MIME-Version: 1.0 References: <202106302047.15UKlggK056436@gitrepo.freebsd.org> In-Reply-To: <202106302047.15UKlggK056436@gitrepo.freebsd.org> From: Po-Chuan Hsieh Date: Thu, 1 Jul 2021 04:58:17 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: c6682f4d5a99 - main - devel/py-jupyter-client: Add PORTSCOUT To: ports-committers@freebsd.org, dev-commits-ports-main@freebsd.org, dev-commits-ports-all@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2021 20:58:54 -0000 On Thu, Jul 1, 2021 at 4:47 AM Po-Chuan Hsieh wrote: > The branch main has been updated by sunpoet: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=c6682f4d5a994e5abdb8266976c2e4653cd24d01 > > commit c6682f4d5a994e5abdb8266976c2e4653cd24d01 > Author: Po-Chuan Hsieh > AuthorDate: 2021-06-30 20:39:12 +0000 > Commit: Po-Chuan Hsieh > CommitDate: 2021-06-30 20:44:02 +0000 > > devel/py-jupyter-client: Add PORTSCOUT > Forgot to say that both versions are yanked. > --- > devel/py-jupyter-client/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/devel/py-jupyter-client/Makefile > b/devel/py-jupyter-client/Makefile > index 4eaabe30dc36..936aee6f51fe 100644 > --- a/devel/py-jupyter-client/Makefile > +++ b/devel/py-jupyter-client/Makefile > @@ -30,6 +30,8 @@ USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes > > +PORTSCOUT= skipv:6.1.13,6.2.0 > + > do-test: > @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= > >