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 1F9A615800F for ; Sun, 5 Feb 2023 05:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DFC0E0825; Sun, 5 Feb 2023 05:16:07 +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 E960FE0825 for ; Sun, 5 Feb 2023 05:16:06 +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 09A6C335D5E for ; Sun, 5 Feb 2023 05:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A69D9896 for ; Sun, 5 Feb 2023 05:16:03 +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: <1675573832.18f93390a24c1a1825007b3daffdb2b93f87111b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/Faker/Faker-16.6.1.ebuild X-VCS-Directories: dev-python/Faker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 18f93390a24c1a1825007b3daffdb2b93f87111b X-VCS-Branch: master Date: Sun, 5 Feb 2023 05:16:03 +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: 4b2727ed-c684-4d54-884f-9b1c6137b4fa X-Archives-Hash: 263f0c26ae06dad00f29dbc5a61c8327 commit: 18f93390a24c1a1825007b3daffdb2b93f87111b Author: Michał Górny gentoo org> AuthorDate: Wed Feb 1 15:19:21 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 5 05:10:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f93390 dev-python/Faker: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/Faker/Faker-16.6.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/Faker/Faker-16.6.1.ebuild b/dev-python/Faker/Faker-16.6.1.ebuild index 82c8c94c9551..a75f8a9b9b3a 100644 --- a/dev-python/Faker/Faker-16.6.1.ebuild +++ b/dev-python/Faker/Faker-16.6.1.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A Python package that generates fake data for you" HOMEPAGE=" https://github.com/joke2k/faker/ https://pypi.org/project/Faker/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"