From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/
Date: Thu, 15 Oct 2020 23:24:30 +0000 (UTC) [thread overview]
Message-ID: <1602804264.f232f49f2edfab0276945cf4c11e1031c0b30679.prometheanfire@gentoo> (raw)
commit: f232f49f2edfab0276945cf4c11e1031c0b30679
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 23:23:59 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 23:24:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f232f49f
dev-python/pyroute2: 0.5.14 bump
Closes: https://bugs.gentoo.org/748384
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/pyroute2/Manifest | 1 +
dev-python/pyroute2/pyroute2-0.5.14.ebuild | 36 ++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest
index c443a6dcaa4..1f7845b9dae 100644
--- a/dev-python/pyroute2/Manifest
+++ b/dev-python/pyroute2/Manifest
@@ -1 +1,2 @@
DIST pyroute2-0.5.12.tar.gz 425500 BLAKE2B 2b8f919bc7fc9caea9f4dd41b110e8a321406de998598408bbd12d6d62fcae009d01511271e462a4118311f12c54bf51696c0334da2ce9cb185688e35994b0a8 SHA512 6115826a43f6392a727fe2dde0dd24317f35c3a7af5e45459766c3fbe9853540c68f9a9a2233c266e866f3decd22dab0032117f687758f69b962ac6606d4cbdf
+DIST pyroute2-0.5.14.tar.gz 436853 BLAKE2B 9febcd6563d89b5ffd71342d8d83a3251494f978ad4449532b568cf0929c9f3d8d8d36e1a0b0f6733013e12f6322aea46d991a22f5c3fa93e47dfa08376ddd13 SHA512 9601cf8133b703c55770b6292cca1e907a029689aaeb350b6eee40406b56de5563ee0ba37b4814540c365a5974be78a024dcb27bc7ee00eac74676f4013cf277
diff --git a/dev-python/pyroute2/pyroute2-0.5.14.ebuild b/dev-python/pyroute2/pyroute2-0.5.14.ebuild
new file mode 100644
index 00000000000..2c8bef30934
--- /dev/null
+++ b/dev-python/pyroute2/pyroute2-0.5.14.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} 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
+}
next reply other threads:[~2020-10-15 23:24 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-15 23:24 Matthew Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-12 23:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/ Sam James
2025-01-25 11:00 Sam James
2025-01-08 13:15 Michał Górny
2024-03-02 9:59 Arthur Zamarin
2024-02-20 9:09 Michał Górny
2024-02-20 8:09 Sam James
2024-02-13 16:45 Michał Górny
2024-02-13 16:45 Michał Górny
2024-02-13 4:33 Michał Górny
2024-02-09 14:10 Joonas Niilola
2024-02-04 20:11 Sam James
2024-01-21 6:21 Michał Górny
2024-01-21 2:44 Sam James
2024-01-06 14:18 Michał Górny
2023-07-10 1:25 Michał Górny
2023-07-09 17:08 Arthur Zamarin
2023-06-11 16:15 Michał Górny
2023-06-11 13:35 Sam James
2023-06-05 16:43 Amy Liffey
2023-05-08 19:25 Michał Górny
2023-05-04 5:04 Michał Górny
2023-05-04 4:38 Arthur Zamarin
2023-03-31 17:15 Michał Górny
2023-03-14 6:11 Michał Górny
2023-03-13 22:36 Sam James
2023-02-05 9:13 Joonas Niilola
2023-02-05 9:12 Joonas Niilola
2022-11-27 21:14 Andrew Ammerlaan
2022-10-10 20:18 Michał Górny
2022-10-10 18:34 Sam James
2022-09-10 5:38 Arthur Zamarin
2022-09-06 21:12 Sam James
2022-08-04 7:12 Joonas Niilola
2022-06-16 16:33 Sam James
2022-06-16 16:32 Sam James
2022-05-20 2:01 Matthew Thode
2021-02-22 22:40 Matthew Thode
2020-11-16 0:02 Michał Górny
2020-11-15 23:50 Sam James
2020-11-14 22:06 Michał Górny
2020-07-20 20:04 Matthew Thode
2020-07-06 21:43 Matthew Thode
2020-05-30 17:52 Matthew Thode
2020-03-28 18:26 Michał Górny
2020-03-28 18:26 Michał Górny
2019-06-16 18:54 Matthew Thode
2019-04-12 19:44 Matthew Thode
2017-09-13 17:39 Matt Thode
2017-09-01 19:42 Matt Thode
2017-08-30 19:47 Matt Thode
2017-07-13 3:48 Matt Thode
2017-03-26 4:16 Matt Thode
2017-02-27 5:45 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1602804264.f232f49f2edfab0276945cf4c11e1031c0b30679.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox