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 A27CB15806E for ; Mon, 5 Jun 2023 03:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7228E0940; Mon, 5 Jun 2023 03:13:38 +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 A9D8DE0940 for ; Mon, 5 Jun 2023 03:13:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1E0A340F39 for ; Mon, 5 Jun 2023 03:13:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E154FA87 for ; Mon, 5 Jun 2023 03:13:35 +0000 (UTC) From: "Wolfgang E. Sanyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wolfgang E. Sanyer" Message-ID: <1685934797.9c8ef669a306d8bfeefab08eb114e31eba6f0a82.ezzieyguywuf@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/phx-class-registry/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/phx-class-registry/Manifest dev-python/phx-class-registry/metadata.xml dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild dev-python/phx-class-registry/phx-class-registry-4.0.6.ebuild X-VCS-Directories: dev-python/phx-class-registry/ X-VCS-Committer: ezzieyguywuf X-VCS-Committer-Name: Wolfgang E. Sanyer X-VCS-Revision: 9c8ef669a306d8bfeefab08eb114e31eba6f0a82 X-VCS-Branch: dev Date: Mon, 5 Jun 2023 03:13:35 +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: 87ec0895-a692-4d28-b1cd-38630c09b38e X-Archives-Hash: 7b895bb4fc4deebca6280a549f22daac commit: 9c8ef669a306d8bfeefab08eb114e31eba6f0a82 Author: Wolfgang E. Sanyer gmail com> AuthorDate: Mon Jun 5 01:35:08 2023 +0000 Commit: Wolfgang E. Sanyer gmail com> CommitDate: Mon Jun 5 03:13:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c8ef669 dev-python/phx-class-registry: Bump to 4.0.6 Also addressed some lints in 3.0.5 and bumped PYTHON_COMPAT to 3.11. Since it depends on nose though, it will go away soonish. Signed-off-by: Wolfgang E. Sanyer gmail.com> dev-python/phx-class-registry/Manifest | 1 + dev-python/phx-class-registry/metadata.xml | 3 +++ dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild | 3 ++- ...-registry-3.0.5-r1.ebuild => phx-class-registry-4.0.6.ebuild} | 9 +++++++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dev-python/phx-class-registry/Manifest b/dev-python/phx-class-registry/Manifest index 4622fc776..3891dc45e 100644 --- a/dev-python/phx-class-registry/Manifest +++ b/dev-python/phx-class-registry/Manifest @@ -1 +1,2 @@ DIST phx-class-registry-3.0.5.tar.gz 23756 BLAKE2B 7ba98323cb91a328b7dbe3df2def174d950c9f78da2fbd62c81dbf3803d570d42794a20ca3219b41f8f5b739efd3317ce8672f70169db492c2cda8a980460fb1 SHA512 324171cbf14132e02c58026d90c87d408fd321d95258cf8cd66de472a125177c4131ca1e47fad279db3384a8a3a50832eb1287a4b577c76c79a9391fa1d998c6 +DIST phx-class-registry-4.0.6.tar.gz 26010 BLAKE2B 8c0f65f97efbe0dbae15d11ab52c7081f62654a485a784a6668eb37dbe3dbecf16f1fbc62edab06aafb34afd25ad1cb411de5b8768c10d4a501debc385de715f SHA512 da6d328359aae7488b1a34b4248e480c2f5e9c52e1f82bfeeba2be6d43a6014231fec0c32430e9f73c6761206197bb7e3db0b6bad9c847a5643d1609c3534293 diff --git a/dev-python/phx-class-registry/metadata.xml b/dev-python/phx-class-registry/metadata.xml index a58f7abe8..6bf703255 100644 --- a/dev-python/phx-class-registry/metadata.xml +++ b/dev-python/phx-class-registry/metadata.xml @@ -10,4 +10,7 @@ ClassRegistry. This package contains the python modules necessary to use this dessign pattern + + todofixthis/class-registry + diff --git a/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild b/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild index da930eef0..fceff661e 100644 --- a/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild +++ b/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_10 python3_11 pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="An intersection of the Registry and Factory pattern" diff --git a/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild b/dev-python/phx-class-registry/phx-class-registry-4.0.6.ebuild similarity index 69% copy from dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild copy to dev-python/phx-class-registry/phx-class-registry-4.0.6.ebuild index da930eef0..825c7fb50 100644 --- a/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild +++ b/dev-python/phx-class-registry/phx-class-registry-4.0.6.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_10 python3_11 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="An intersection of the Registry and Factory pattern" @@ -15,4 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/class-registry-${PV}" -distutils_enable_tests nose +distutils_enable_tests unittest + +python_test() { + "${EPYTHON}" -m unittest || die "Tests failed with ${EPYTHON}" +}