From owner-svn-ports-all@freebsd.org Tue Dec 17 12:52:03 2019 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 C6BC01E786C; Tue, 17 Dec 2019 12:52:03 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47cdM74xY1z4Jtw; Tue, 17 Dec 2019 12:52:03 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qk1-f169.google.com with SMTP id x129so658106qke.8; Tue, 17 Dec 2019 04:52:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RzulHUqNWJiYiEKGez0vTb4rGf/+c/iDjJWMwA6Rfgs=; b=Y/GlNAMR/ikElWx+J5zn0ZZE/Pe/ILPGdmQfZS5rFXXrHLEVKjYAcA/x29Azl5ZcPy 1I/S++NyW7OgyMa+3QcVj4fgKucjh2JzVsNvTt/eSEzQWm+49Xpl4/nF/1EBschHdUPb 56jsFsgc07UbtIQOZFVqDupHioK9qdVJC+EveFfMsWNjgqToyHkixbCya/62zC+L5nq3 PUXSTxhkA5ND4RI1WyMKEgrpgiDnlokdMpds3JADPUQC1tb9LzuVXhiOyThQQBL1NPNQ Zva4ag+wTSKReY4D1JdpF9sjOwDyazBVv8k1FPNkN6th4JseqTtxesj9WZp6baW9+WUf TNSg== X-Gm-Message-State: APjAAAVOd1gODzPEJbCjcDXimTEd5FM57QVWTQnpCgwD7fa/1GpwvuWv klAPdgQU8Lo18lUR4Zhj9+NHf+XJL0MivCXdZbUAsA== X-Google-Smtp-Source: APXvYqwRWo6E2ko2ERaFLS54RsT6cvHpNfyrmAqK1BvBZOsHWFzG5L+eAw0KY5T9j93LfZQUoau0ViAqxVoC7e4laMY= X-Received: by 2002:a37:6656:: with SMTP id a83mr4707878qkc.398.1576587121951; Tue, 17 Dec 2019 04:52:01 -0800 (PST) MIME-Version: 1.0 References: <201912171235.xBHCZMk0028543@repo.freebsd.org> <08da328a-cb52-1d6d-0714-4834de50ebca@FreeBSD.org> In-Reply-To: <08da328a-cb52-1d6d-0714-4834de50ebca@FreeBSD.org> From: Antoine Brodin Date: Tue, 17 Dec 2019 13:51:51 +0100 Message-ID: Subject: Re: svn commit: r520326 - head/www/py-pecan To: Kubilay Kocak Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47cdM74xY1z4Jtw X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 17 Dec 2019 12:52:03 -0000 On Tue, Dec 17, 2019 at 1:43 PM Kubilay Kocak wrote: > On 17/12/2019 11:35 pm, Antoine Brodin wrote: > This is not a pointy hat, its an *explicit* declarative reflection of > what the python package declares as supported, as has nothing to do > with, and decoupled from (intentionally) what versions happen to be in > the tree at any point in time. > > Next time email me instead please Antoine Next time, don't try to support unsupported stuff, this makes cleanup work harder. Thanks. Antoine