diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-14 08:00:45 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-14 08:00:45 +0000 |
| commit | 6e902a2f43e3827c5c804a564b8a1f5bd77f427a (patch) | |
| tree | 92c269a0c8e4a1f47044eb62cef744bc863b8101 /dev-python/pyroute2 | |
| parent | 7b5ebf446aabedb3f7974497e4bb90a128960df8 (diff) | |
| download | baldeagleos-repo-6e902a2f43e3827c5c804a564b8a1f5bd77f427a.tar.gz baldeagleos-repo-6e902a2f43e3827c5c804a564b8a1f5bd77f427a.tar.xz baldeagleos-repo-6e902a2f43e3827c5c804a564b8a1f5bd77f427a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyroute2')
| -rw-r--r-- | dev-python/pyroute2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyroute2/pyroute2-0.7.3.ebuild | 33 | ||||
| -rw-r--r-- | dev-python/pyroute2/pyroute2-0.7.4.ebuild | 2 |
3 files changed, 1 insertions, 35 deletions
diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest index 76fb56c34d9b..9c0c7f5f9b46 100644 --- a/dev-python/pyroute2/Manifest +++ b/dev-python/pyroute2/Manifest @@ -1,2 +1 @@ -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 diff --git a/dev-python/pyroute2/pyroute2-0.7.3.ebuild b/dev-python/pyroute2/pyroute2-0.7.3.ebuild deleted file mode 100644 index 0a315165112f..000000000000 --- a/dev-python/pyroute2/pyroute2-0.7.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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_{7,8,9,10,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" diff --git a/dev-python/pyroute2/pyroute2-0.7.4.ebuild b/dev-python/pyroute2/pyroute2-0.7.4.ebuild index fee73c5b57f6..0a315165112f 100644 --- a/dev-python/pyroute2/pyroute2-0.7.4.ebuild +++ b/dev-python/pyroute2/pyroute2-0.7.4.ebuild @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] |
