Skip to content

Commit

Permalink
dev-python/pyroute2: add 0.7.11
Browse files Browse the repository at this point in the history
Temporarily switch to github instead of pypi for SRC_URI. This release
was not pushed to pypi in source form.

Related-to: svinota/pyroute2#1162
Signed-off-by: Henning Schild <[email protected]>
  • Loading branch information
henning-schild committed Jan 24, 2024
1 parent 1fb62e8 commit c7882f3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/pyroute2/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST pyroute2-0.7.10.tar.gz 422192 BLAKE2B ee3eb0961537427aa8ec22d38b0e7e2f53f0ce0fe6802ded685fff1b91616b712b014d64b418122d98a29c030021a7414d2a0f71eff7afaa6e15cc432772c503 SHA512 834beeffb7d5436db6668217d3c3593798727996858211ff5a582446be095372a0c979c328ac97fd1485c27b0b56aedf256fc9ff5c74d2ef9665dce09fbd042d
DIST pyroute2-0.7.11.gh.tar.gz 502687 BLAKE2B 8874c8a08e24420f0f53cdcfa0d4a67ce51b6650aaf90e9df8a544e6cb50940ee020ad3a377775a1ea2ddf8824df5e9888766e5239c6dcf459a3a2bd32825612 SHA512 1390aee45fe1cafd13d2e971102321f798e6f6952b0d1c805eb3258d9b55bd442ffcf36682c285c4a75deb8bc6109ea933721986eb4cae09f7962fadc3eb9070
31 changes: 31 additions & 0 deletions dev-python/pyroute2/pyroute2-0.7.11.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} pypy3 )
PYTHON_REQ_USE="sqlite"

inherit distutils-r1

DESCRIPTION="A pure Python netlink and Linux network configuration library"
HOMEPAGE="
https://github.com/svinota/pyroute2/
https://pypi.org/project/pyroute2/
"

SRC_URI="https://github.com/svinota/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="|| ( GPL-2+ Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
# tests need root access
RESTRICT="test"

RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
"

0 comments on commit c7882f3

Please sign in to comment.