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 A823315808B for ; Sun, 27 Mar 2022 15:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98E6AE08FE; Sun, 27 Mar 2022 15:15:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B7906E08F6 for ; Sun, 27 Mar 2022 15:15:45 +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 955CD342F55 for ; Sun, 27 Mar 2022 15:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD66C2B0 for ; Sun, 27 Mar 2022 15:15:42 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1648394078.0a4f89623f2e273f1169814a47ea4cd8669b3c7b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/transitions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/transitions/transitions-0.8.11.ebuild X-VCS-Directories: dev-python/transitions/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0a4f89623f2e273f1169814a47ea4cd8669b3c7b X-VCS-Branch: master Date: Sun, 27 Mar 2022 15:15:42 +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: 2c88425f-6531-4242-9178-cf26625a6bbd X-Archives-Hash: 0774e1c1df723d849f05ae0c75bac4ae commit: 0a4f89623f2e273f1169814a47ea4cd8669b3c7b Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 27 14:51:31 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 27 15:14:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f8962 dev-python/transitions: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> dev-python/transitions/transitions-0.8.11.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/transitions/transitions-0.8.11.ebuild b/dev-python/transitions/transitions-0.8.11.ebuild index 17976958da7d..d21e57dbf501 100644 --- a/dev-python/transitions/transitions-0.8.11.ebuild +++ b/dev-python/transitions/transitions-0.8.11.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) + inherit distutils-r1 DESCRIPTION="A lightweight, object-oriented state machine implementation in Python" @@ -13,7 +14,7 @@ SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples" RDEPEND="