From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E83D139000 for ; Fri, 30 Jul 2021 20:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E4DBE0933; Fri, 30 Jul 2021 20:03:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47ED6E0933 for ; Fri, 30 Jul 2021 20:03:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6A8F342BD8 for ; Fri, 30 Jul 2021 20:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43EEE7CB for ; Fri, 30 Jul 2021 20:03:21 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1627675391.4f5c1bbbc98b4faf85f82ba7b69cfcd314af5a9b.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/distro/Manifest dev-python/distro/distro-1.6.0.ebuild X-VCS-Directories: dev-python/distro/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 4f5c1bbbc98b4faf85f82ba7b69cfcd314af5a9b X-VCS-Branch: master Date: Fri, 30 Jul 2021 20:03:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: feeb8afe-3935-4533-bbf6-f57ac5382c71 X-Archives-Hash: d55a263f43bccf4ff30a21c76388e003 commit: 4f5c1bbbc98b4faf85f82ba7b69cfcd314af5a9b Author: Sebastian Pipping gentoo org> AuthorDate: Fri Jul 30 20:01:45 2021 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Jul 30 20:03:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5c1bbb dev-python/distro: 1.6.0 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3 dev-python/distro/Manifest | 1 + dev-python/distro/distro-1.6.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest index ab8dbce8423..ec9a1240101 100644 --- a/dev-python/distro/Manifest +++ b/dev-python/distro/Manifest @@ -1 +1,2 @@ DIST distro-1.5.0.tar.gz 54340 BLAKE2B 2a5bf45cdf41b9772a2e164aebe96a4e9952893b7462935938fa4939704c8dca67acc3e0a52e53d8722aa4405abdc7ad2c8d600dd397d1243bcceda4d5ceeb75 SHA512 14831fe1355e9ef4f58f273ce4a548a3fe438e95466b4b4f596b8110da51305d66ed77c2e40c3dbfbcbd1a66c74e23a4d4244c8bfdebc4b49b3e7ddcbff55b8f +DIST distro-1.6.0.tar.gz 53518 BLAKE2B d60555488ed12658a3129747eed891487dfdf7f16b530b84c44cd976c6dcfadbeb9e20130e5c2eee9c71b0fd0c86c82d258a76498171f4e553c087840903e3b8 SHA512 d30334ed1137c54ddc70e041b75be905b7e13398483d0d92117eca0407d2a7b60424d96fd7af885a2e3ea3676b1aef620e91598a53309ae0da12a360d57ac013 diff --git a/dev-python/distro/distro-1.6.0.ebuild b/dev-python/distro/distro-1.6.0.ebuild new file mode 100644 index 00000000000..331acc2c990 --- /dev/null +++ b/dev-python/distro/distro-1.6.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Reliable machine-readable Linux distribution information for Python" +HOMEPAGE="https://distro.readthedocs.io/en/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests pytest