From 8afe4133ba3d8586301516885427809020a3cafa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Feb 2023 15:17:03 +0000 Subject: gentoo auto-resync : 05:02:2023 - 15:17:02 --- dev-python/pyroute2/Manifest | 2 ++ dev-python/pyroute2/pyroute2-0.7.4.ebuild | 33 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dev-python/pyroute2/pyroute2-0.7.4.ebuild (limited to 'dev-python/pyroute2') diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest index cd6b2baf8a6c..c70ef2664f65 100644 --- a/dev-python/pyroute2/Manifest +++ b/dev-python/pyroute2/Manifest @@ -1,3 +1,5 @@ DIST pyroute2-0.7.3.gh.tar.gz 484152 BLAKE2B 4f0cd0fc000c7bd3baffaa2ed25468bc28806fef2f9bc96e39606afe46e616d85865f497df6d1e3e4b2e5e3956b5fca22af273140bbb38954c6f0c0f86c386a6 SHA512 c8aeddaeaa014bcf8c4b831cb5b4080db5c99b582f3999fdbdd840b9448e032fbbf64ce5707ebc0795765138d8e89cde830efb2469c827ed8d4e63dd1beafe62 +DIST pyroute2-0.7.4.gh.tar.gz 493191 BLAKE2B 3587b391658e7ebf48637a0f03afa36213530d93954f6118ebf5a19fffebc9c22eb2ab9a5db90903dba3e502d91f3f2f7854575c515f314236bf2fe563295314 SHA512 1223bff64625915b11f5fabfe467a469ee33ad63c2daaaaaceaa9f4bf1acb812a93f2b6ff4c6e4d596cefafb1b309a0fed5b5853b44bff62a06cf806b1a681b6 EBUILD pyroute2-0.7.3.ebuild 691 BLAKE2B 8ff20b9c4edf33dc3e5ba10947341042a1f656b6dfc094f9606c55b38ccdaa5976ea64baa9f3940372c9a911142d7613abb6222e110fbf642a61782cbfa536d3 SHA512 3beb4f3394bb3ba21bb9bac160cc789671579ca684a8d574b778d1764db6346807b080a3a348b7ca3e6d7a6ad180a347f7eb895b1f782b5c9154340cf218eb11 +EBUILD pyroute2-0.7.4.ebuild 693 BLAKE2B f0c8387ae1265729b5b1c18659261723c74a82fc2b25ee30a5d36b601f5825753d73559c077b8feb8549ee7d22e42a04bed32a548fcb3ef80c4567f78ad3d161 SHA512 9c8f23cd905fe0f42bad538fd2d9361e452784fc3edbfdd36cb0304a9926fd3531deaa0e255c1b17ba393e20e8351d34dfb88bb38c46b0807dc689388bb7014b MISC metadata.xml 547 BLAKE2B 1d256c8d9bb8cc039853ff12c15d7c2747822ff95e3ae7f3e7c1600498c7b886a341a03327992e3a7933592eba0094eec6fba519b0d9f2b2f0ece57eb515ea4a SHA512 e845b3e319e9d60b1dcbf9ab66681b886b0c517a5a72288aaf9ccb97d5018dc3b01b8d921b8a9fcd3538cec96e9a7e1c452a704c8c422ef6e6fa6069a7ae56ef diff --git a/dev-python/pyroute2/pyroute2-0.7.4.ebuild b/dev-python/pyroute2/pyroute2-0.7.4.ebuild new file mode 100644 index 000000000000..094f6662512b --- /dev/null +++ b/dev-python/pyroute2/pyroute2-0.7.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_REQ_USE="sqlite" + +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}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] +" + +# tests need root access +RESTRICT="test" -- cgit v1.2.3