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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB679158020 for ; Tue, 6 Dec 2022 06:02:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47554E0891; Tue, 6 Dec 2022 06:02:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CB37E0891 for ; Tue, 6 Dec 2022 06:02:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F5CD3410D3 for ; Tue, 6 Dec 2022 06:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE0207CE for ; Tue, 6 Dec 2022 06:02:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1670306540.14211ec8bbfc79adaf60019f9a43b6106cf19eb2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/check-manifest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/check-manifest/Manifest dev-python/check-manifest/check-manifest-0.49.ebuild X-VCS-Directories: dev-python/check-manifest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 14211ec8bbfc79adaf60019f9a43b6106cf19eb2 X-VCS-Branch: master Date: Tue, 6 Dec 2022 06:02:31 +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: ae271222-750c-44dc-82a3-b853044e27b5 X-Archives-Hash: 825f6fcb53ff605e8b219f804b5284d3 commit: 14211ec8bbfc79adaf60019f9a43b6106cf19eb2 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 6 05:22:43 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 6 06:02:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14211ec8 dev-python/check-manifest: Bump to 0.49 Signed-off-by: Michał Górny gentoo.org> dev-python/check-manifest/Manifest | 1 + .../check-manifest/check-manifest-0.49.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-python/check-manifest/Manifest b/dev-python/check-manifest/Manifest index 3b26630be303..73cefaefe2d5 100644 --- a/dev-python/check-manifest/Manifest +++ b/dev-python/check-manifest/Manifest @@ -1 +1,2 @@ DIST check-manifest-0.48.tar.gz 34732 BLAKE2B 9142ec4b4fb4ea96662ae5f1335127b2adb2c148e29d287384335e4b15f82597451bd7cfde856e80c485e00de20bd5591551b0e0a8446870c57d7ea3eb658708 SHA512 79df1ef54e2af669ce08b87d3ca9eb58bc02c6541687be11b270a30f83d89982583a470aff2c6bde0454476b27258c268cabfbb0f90c1188212375d0f95328d9 +DIST check-manifest-0.49.gh.tar.gz 35211 BLAKE2B 7a78ee5e1d596801873b683927e60527ffcb81a150fe3b8af588e4f2582136566c23bd6484ab241966063b58d61ef6989308b1ab84194165da6033f538b922c6 SHA512 43d86b656dfd1094991e91d30223a43d9e4f9bdc29de542642d8ea60e3301c25b5dd60183ef822900935323b8de095871014a34b11c271ae9e170113925c2d84 diff --git a/dev-python/check-manifest/check-manifest-0.49.ebuild b/dev-python/check-manifest/check-manifest-0.49.ebuild new file mode 100644 index 000000000000..09e11b160216 --- /dev/null +++ b/dev-python/check-manifest/check-manifest-0.49.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Tool to check the completeness of MANIFEST.in for Python packages" +HOMEPAGE=" + https://github.com/mgedmin/check-manifest/ + https://pypi.org/project/check-manifest/ +" +SRC_URI=" + https://github.com/mgedmin/check-manifest/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/build[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.8 3.9 3.10) +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +EPYTEST_DESELECT=( + # Need internet + tests.py::Tests::test_build_sdist_pep517_isolated +) + +distutils_enable_tests pytest