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 A158E15806E for ; Wed, 24 May 2023 05:32:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D948E07F1; Wed, 24 May 2023 05:32:49 +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 2F6C9E07F1 for ; Wed, 24 May 2023 05:32:49 +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 2A21D340D8B for ; Wed, 24 May 2023 05:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B99BA7F for ; Wed, 24 May 2023 05:32:45 +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: <1684906360.07dfc9b693f9552b46b92670ab55d044dd078666.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unittest-mixins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/unittest-mixins/Manifest dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild X-VCS-Directories: dev-python/unittest-mixins/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07dfc9b693f9552b46b92670ab55d044dd078666 X-VCS-Branch: master Date: Wed, 24 May 2023 05:32:45 +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: e54ece5b-e2df-4dd8-8000-e1bc80b64bd2 X-Archives-Hash: 05aac89eb65f6ceaa52795ff52b70b86 commit: 07dfc9b693f9552b46b92670ab55d044dd078666 Author: Michał Górny gentoo org> AuthorDate: Wed May 24 05:28:45 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 24 05:32:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dfc9b6 dev-python/unittest-mixins: Switch to pypi sdist Signed-off-by: Michał Górny gentoo.org> dev-python/unittest-mixins/Manifest | 2 +- dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/unittest-mixins/Manifest b/dev-python/unittest-mixins/Manifest index a095fe3ecaf2..82ab88956954 100644 --- a/dev-python/unittest-mixins/Manifest +++ b/dev-python/unittest-mixins/Manifest @@ -1 +1 @@ -DIST unittest-mixins-1.6.tar.gz 14156 BLAKE2B f47831355cb3f6606b36124af7d6634b8c012d8f85ce843fbb2882360006eaf3b964d6d2ed718137e0c37d330cfbabbafbfa75e4b1217f2a5546027f7379ba53 SHA512 0d4a0bbf80264f34a03aebbb2668733cd3753f99b24b006ea6704a2b97df9fb51755e8c4efd0094219e65d25756ea31ff27d3892b32ab6829050236a6bcbc986 +DIST unittest-mixins-1.6.tar.gz 14901 BLAKE2B 0b63fd102395e61b1cfdbabc8a7e71e5cfabe71830a5fbefaac5bb2a4774b838dcad5f7d8c46fd7968f7ea35eee913aaf88d7cf8666aafc247859246ed2eb664 SHA512 6f78be17c53ec22a680b49a7541e2159c8f504dbc0b39c3c11e7676e20d3c6201be6cc722929017781658f0f690d1c258e0b148fa5dabb5af25e63b28dac5ffa diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild index 434e4dabb182..9707610faa2e 100644 --- a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild +++ b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild @@ -4,19 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{10..12} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A set of mixin classes and other helpers for unittest test case classes" HOMEPAGE=" https://github.com/nedbat/unittest-mixins/ https://pypi.org/project/unittest-mixins/ " -SRC_URI=" - https://github.com/nedbat/unittest-mixins/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" LICENSE="Apache-2.0" SLOT="0"