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 D359215A7D9 for ; Fri, 17 Mar 2023 13:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D38B52BC0D5; Fri, 17 Mar 2023 13:01:16 +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 BB1E72BC0D4 for ; Fri, 17 Mar 2023 13:01:16 +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 D1A1E340DEB for ; Fri, 17 Mar 2023 13:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B3788E5 for ; Fri, 17 Mar 2023 13:01:14 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1679057928.a883eb8a2c1a0e266499bcaa11420059865def61.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/srt/srt-3.5.2.ebuild X-VCS-Directories: dev-python/srt/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a883eb8a2c1a0e266499bcaa11420059865def61 X-VCS-Branch: dev Date: Fri, 17 Mar 2023 13:01:14 +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: 976c45f9-4db9-4264-97b7-c5a10ec91333 X-Archives-Hash: f400d07060682347b0a30336d7db9eeb commit: a883eb8a2c1a0e266499bcaa11420059865def61 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Mar 17 12:49:26 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Mar 17 12:58:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a883eb8a dev-python/srt: Use pypi.eclass Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/srt/srt-3.5.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild index 89bc2d1d0..1bcea1ea0 100644 --- a/dev-python/srt/srt-3.5.2.ebuild +++ b/dev-python/srt/srt-3.5.2.ebuild @@ -6,11 +6,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A tiny library for parsing, modifying, and composing SRT files" HOMEPAGE="https://github.com/cdown/srt" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"