Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 32897781AB5 for <~alpine/devel@lists.alpinelinux.org>; Thu, 28 Nov 2019 16:11:13 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id C36222DE1387; Thu, 28 Nov 2019 16:11:10 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id A25CE2DE00B1; Thu, 28 Nov 2019 16:11:08 +0000 (UTC) Date: Thu, 28 Nov 2019 17:11:01 +0100 From: Natanael Copa To: Fabian Affolter Cc: Alpine develmopment <~alpine/devel@lists.alpinelinux.org> Subject: ansible-lint package Message-ID: <20191128171101.5f46a241@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi! I updated ansible-lint package to 4.1.1a1 so it builds with python 3.8. It looks like upstream has removed the setup.py in favor of `pip install`.[1] Do you (or someone else) know how we properly can package this properly with pip? [2] Or should we simply remove the package, telling the users to use pip install and let upstream deal with the user support? Thanks! -nc [1]: https://github.com/ansible/ansible-lint/commit/995b4509be1e8ef1e200db60965e98396185500a [2]: https://www.python.org/dev/peps/pep-0517/