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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D77C1158094 for ; Sun, 24 Jul 2022 20:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DAB4E0E2D; Sun, 24 Jul 2022 20:24:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E31BEE0E2D for ; Sun, 24 Jul 2022 20:24:49 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C56D340DAF for ; Sun, 24 Jul 2022 20:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 506334FA for ; Sun, 24 Jul 2022 20:24:47 +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: <1658694086.ba77109dc2b5e7442d8881c85458ad2e8d7dee21.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/, dev-python/pyroute2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyroute2/Manifest dev-python/pyroute2/files/pyroute2-0.5.12-readme-filename.patch dev-python/pyroute2/pyroute2-0.5.14.ebuild X-VCS-Directories: dev-python/pyroute2/ dev-python/pyroute2/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ba77109dc2b5e7442d8881c85458ad2e8d7dee21 X-VCS-Branch: master Date: Sun, 24 Jul 2022 20:24:47 +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: da766d95-e87b-442d-add2-d73775dbf4f9 X-Archives-Hash: 55e571c726724cf727a5b0f56e2fd37e commit: ba77109dc2b5e7442d8881c85458ad2e8d7dee21 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 24 20:21:26 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 24 20:21:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba77109d dev-python/pyroute2: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyroute2/Manifest | 1 - .../files/pyroute2-0.5.12-readme-filename.patch | 13 -------- dev-python/pyroute2/pyroute2-0.5.14.ebuild | 36 ---------------------- 3 files changed, 50 deletions(-) diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest index 9109b75b72ca..7fd04e2423dd 100644 --- a/dev-python/pyroute2/Manifest +++ b/dev-python/pyroute2/Manifest @@ -1,2 +1 @@ -DIST pyroute2-0.5.14.tar.gz 436853 BLAKE2B 9febcd6563d89b5ffd71342d8d83a3251494f978ad4449532b568cf0929c9f3d8d8d36e1a0b0f6733013e12f6322aea46d991a22f5c3fa93e47dfa08376ddd13 SHA512 9601cf8133b703c55770b6292cca1e907a029689aaeb350b6eee40406b56de5563ee0ba37b4814540c365a5974be78a024dcb27bc7ee00eac74676f4013cf277 DIST pyroute2-0.5.19.gh.tar.gz 457432 BLAKE2B ffb2717c60badb1453eeb15f5b83f1494e851ee011fcdebd3a5d249ecc4bea7064069a1af2fe2d34aefe9812c8b6808b8a14cbe518383c165b0b008d10505c5c SHA512 19b0acbff17415acad20a214e0622ca9a3fc51b92e603ab15663ea7e8da290fc0b2033aeca1c20200307e34173802f89998151f77d5bcfc5f87eb8b42ba591ce diff --git a/dev-python/pyroute2/files/pyroute2-0.5.12-readme-filename.patch b/dev-python/pyroute2/files/pyroute2-0.5.12-readme-filename.patch deleted file mode 100644 index 9fa7379e565c..000000000000 --- a/dev-python/pyroute2/files/pyroute2-0.5.12-readme-filename.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index 5c387f01..b0f1449e 100644 ---- a/setup.py -+++ b/setup.py -@@ -23,7 +23,7 @@ module = __import__(config.get('setup', 'setuplib'), - ['setup'], 0) - setup = getattr(module, 'setup') - --readme = open("README.md", "r") -+readme = open("README.rst", "r") - - - setup(name='pyroute2', diff --git a/dev-python/pyroute2/pyroute2-0.5.14.ebuild b/dev-python/pyroute2/pyroute2-0.5.14.ebuild deleted file mode 100644 index aa6e0a92d04c..000000000000 --- a/dev-python/pyroute2/pyroute2-0.5.14.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) -PYTHON_REQ_USE="sqlite" -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 - -DESCRIPTION="A pure Python netlink and Linux network configuration library" -HOMEPAGE="https://github.com/svinota/pyroute2" -SRC_URI="https://github.com/svinota/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -BDEPEND="test? ( dev-python/psutil[${PYTHON_USEDEP}] )" - -RESTRICT="!test? ( test )" - -# tests need root access -RESTRICT+=" test" - -PATCHES=( - "${FILESDIR}/pyroute2-0.5.12-readme-filename.patch" -) - -distutils_enable_tests nose - -python_prepare_all() { - sed -i "s/^release.*/release := ${PV}/" Makefile || die - distutils-r1_python_prepare_all -}