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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63F05138359 for ; Mon, 6 Jul 2020 21:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C76E0943; Mon, 6 Jul 2020 21:43:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A4A4E0943 for ; Mon, 6 Jul 2020 21:43:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5F4134EB5D for ; Mon, 6 Jul 2020 21:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C26CB28F for ; Mon, 6 Jul 2020 21:43:25 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1594071799.625b2c77b51540d5633d38a81e3e612e849dedb6.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild dev-python/pyroute2/pyroute2-0.5.12.ebuild X-VCS-Directories: dev-python/pyroute2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 625b2c77b51540d5633d38a81e3e612e849dedb6 X-VCS-Branch: master Date: Mon, 6 Jul 2020 21:43:25 +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: 05d5c426-e0a7-4f40-9c2b-e18de66a098f X-Archives-Hash: 2dd4355e8dab14b02d7831120d29dd9f commit: 625b2c77b51540d5633d38a81e3e612e849dedb6 Author: Matthew Thode gentoo org> AuthorDate: Mon Jul 6 21:41:34 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jul 6 21:43:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625b2c77 dev-python/pyroute2: fix install metadata Closes: https://bugs.gentoo.org/730762 Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --force Signed-off-by: Matthew Thode gentoo.org> .../pyroute2/{pyroute2-0.5.12.ebuild => pyroute2-0.5.12-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/pyroute2/pyroute2-0.5.12.ebuild b/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild similarity index 86% rename from dev-python/pyroute2/pyroute2-0.5.12.ebuild rename to dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild index 101c5a98dd3..c3889a7d63c 100644 --- a/dev-python/pyroute2/pyroute2-0.5.12.ebuild +++ b/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild @@ -33,3 +33,8 @@ PATCHES=( ) distutils_enable_tests nose + +python_prepare_all() { + sed -i "s/^release.*/release := ${PV}/" Makefile || die + distutils-r1_python_prepare_all +}