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 64BF0158086 for ; Sun, 9 Jan 2022 07:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B65E02BC009; Sun, 9 Jan 2022 07:57:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F6662BC009 for ; Sun, 9 Jan 2022 07:57:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C4ABA342DB0 for ; Sun, 9 Jan 2022 07:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7377121E for ; Sun, 9 Jan 2022 07:57:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1641715046.4a9207bbff925ec455ff57b8d738fd32764f43d6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slugify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-slugify/python-slugify-4.0.1.ebuild X-VCS-Directories: dev-python/python-slugify/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4a9207bbff925ec455ff57b8d738fd32764f43d6 X-VCS-Branch: master Date: Sun, 9 Jan 2022 07:57:39 +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: 8113de1e-6e06-4e2c-8a0e-e1f9a6a782e7 X-Archives-Hash: ee957903fca582e13847192ea09b14bc commit: 4a9207bbff925ec455ff57b8d738fd32764f43d6 Author: Robert Siebeck r123 de> AuthorDate: Sun Jan 9 07:55:51 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jan 9 07:57:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9207bb dev-python/python-slugify: fix DISTUTILS_USE_SETUPTOOLS on 4.0.1 Closes: https://bugs.gentoo.org/829082 Signed-off-by: Robert Siebeck r123.de> Closes: https://github.com/gentoo/gentoo/pull/23318 Signed-off-by: Joonas Niilola gentoo.org> dev-python/python-slugify/python-slugify-4.0.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/python-slugify/python-slugify-4.0.1.ebuild b/dev-python/python-slugify/python-slugify-4.0.1.ebuild index 4463c603e80d..0f9dcf8dacc5 100644 --- a/dev-python/python-slugify/python-slugify-4.0.1.ebuild +++ b/dev-python/python-slugify/python-slugify-4.0.1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1