From owner-freebsd-ports@freebsd.org Tue May 15 07:02:56 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19C74EE39C0 for ; Tue, 15 May 2018 07:02:56 +0000 (UTC) (envelope-from christopherhall.hsw@gmail.com) Received: from mail-pf0-x233.google.com (mail-pf0-x233.google.com [IPv6:2607:f8b0:400e:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C6A3750DF for ; Tue, 15 May 2018 07:02:55 +0000 (UTC) (envelope-from christopherhall.hsw@gmail.com) Received: by mail-pf0-x233.google.com with SMTP id c10-v6so7238392pfi.12 for ; Tue, 15 May 2018 00:02:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=gq+IWpaigtpGWmOSYDKCCnwJyd/acyaGgX89N5iP80o=; b=dOY3MewI7nZTfaw79jcYNQEqFAUDT49LlArDtTNjvzw07/QhdsbXVw0nMh43RLET1q q1I/c3+R4oyqzTeQ5kry86hS3EH6eswwHoKWy4jZJX2tu1aFGmj4UUqAze53NHjSvYGb lt8ns2T6DRDKp1z9BoqlE24aGt46Q4qONO0AxDiTLWA95ICkkqjQfiYE3gsOKd5HJosM T+ecTZZIPPw9c3QXdGv2k5Lcfz2vhz4gxCSGnqSuL1Hm/JAtQKarCT2yAC4mSTN417kW RF38xUjGtWbgRx7FQ8MWZ6gJDi0QbFEAPtUat1BlZeHf1tKP2FMDVQELIGQCUvpCzR2R bovA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=gq+IWpaigtpGWmOSYDKCCnwJyd/acyaGgX89N5iP80o=; b=kme8LRbyAATgnmLEq6vkvNddIzAXbjx5pHL/jxjgcvfCKt0Q1FsHBCTzw2sGB7Qqlg nDsOSEr/Z4KlejbRt36DqO2wtLdpdtR0wofG8+0XcTQVV9CvxvyKEM5VLUBHeGoZsaL8 BbabpbRVHp8Sxxqrasq/ZiNxqPv4rRam+Xi1JCYJsP0WyqSSF8hWobwZyjeJjX2/0zrN djwLOzCTliI5H+LATucVL18K9GsDj6uyr25irH5PhTnPc5axAvqHgjWLXUZIFzv40p1i I8OcnkqrC9/dEY30GyG91hyFTv2luBVZjRG70FcyJtnw6B/qPs28lUmPT2lip1iFPnMS +hNQ== X-Gm-Message-State: ALKqPwfqpVKfrghTOb3SEUYBatypFv1LNoyOQ9VTiHmibv2aYnjkdPLr p0l2ZpSR+CfTpMEUKxvZxmfBZEqVYkM= X-Google-Smtp-Source: AB8JxZozYZU7k0h2FveVBYF8UPGTc9Oy2hjVVnQzEhSfLVPA+TG8m2kjRqDXkxFpoaGTqAwJ7HG+XA== X-Received: by 2002:a62:3c10:: with SMTP id j16-v6mr13807879pfa.7.1526367774333; Tue, 15 May 2018 00:02:54 -0700 (PDT) Received: from localhost (2001-b030-2314-0200-f279-59ff-fe6a-4741.hinet-ip6.hinet.net. [2001:b030:2314:200:f279:59ff:fe6a:4741]) by smtp.gmail.com with ESMTPSA id n67-v6sm26290307pfh.188.2018.05.15.00.02.53 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 15 May 2018 00:02:53 -0700 (PDT) Date: Tue, 15 May 2018 15:02:48 +0800 From: Christopher Hall To: FreeBSD Ports Subject: sysutils/ansible and FLAVOR (Python 3.6 support) Message-ID: <20180515150248.63b852a6@gmail.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 07:02:56 -0000 Hello everyone, I am looking at which is the best way to modify the sysutils/ansible port so that it will use Python3.6. Currently it has the "noflavors" option in the USE_PYTHON line son only a single packages with Python2.7 exists in the pkg repo. Should it be renamed to sysutils/py-ansible and "noflavors" removed? To produce both py27-ansible and py36-ansible packages in repo, allowing a choice of Python version Alternatively, is it better to keep the name as sysutils/ansible and just change the "USES=python" to "USES=python:3.6+". However this would make it a Python3 only package. Any suggestions as to which approach would be preferable? -- Best Regards. Christopher Hall.