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 1FA4B15A7DA for ; Thu, 16 Mar 2023 18:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A38E08FE; Thu, 16 Mar 2023 18:52:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6CE14E08FC for ; Thu, 16 Mar 2023 18:52:51 +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 98129335CED for ; Thu, 16 Mar 2023 18:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E31FA8EE for ; Thu, 16 Mar 2023 18:52:46 +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: <1678992631.0b237f2d84fae2bd47a3e0e1c5723369f897c86e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/roundup/roundup-2.1.0-r1.ebuild X-VCS-Directories: www-apps/roundup/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b237f2d84fae2bd47a3e0e1c5723369f897c86e X-VCS-Branch: master Date: Thu, 16 Mar 2023 18:52:46 +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: 213892d6-7a54-4c85-9c88-2750ee2972c7 X-Archives-Hash: 693f4eeb88d098ad27f23a38d3c70324 commit: 0b237f2d84fae2bd47a3e0e1c5723369f897c86e Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 16:04:12 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 16 18:50:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b237f2d www-apps/roundup: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> www-apps/roundup/roundup-2.1.0-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/www-apps/roundup/roundup-2.1.0-r1.ebuild b/www-apps/roundup/roundup-2.1.0-r1.ebuild index 592de6280d44..e891f9603add 100644 --- a/www-apps/roundup/roundup-2.1.0-r1.ebuild +++ b/www-apps/roundup/roundup-2.1.0-r1.ebuild @@ -4,13 +4,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 -MY_P=${P/_/} +inherit distutils-r1 pypi DESCRIPTION="Issue-tracking system with command-line, web, and e-mail interfaces" HOMEPAGE="http://roundup.sourceforge.net https://pypi.org/project/roundup/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" LICENSE="MIT ZPL" SLOT="0"