summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-16 18:21:45 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-16 18:21:45 +0000
commita7d7fe0261fb987e5ae87a891ead082d4beb8b44 (patch)
treedf295e8dbd1dbc6c64607d521f84dcfa2e49b19e /dev-python
parent9a0300b801b8cbb4e03a64379077bdd8d4343f5d (diff)
downloadbaldeagleos-repo-a7d7fe0261fb987e5ae87a891ead082d4beb8b44.tar.gz
baldeagleos-repo-a7d7fe0261fb987e5ae87a891ead082d4beb8b44.tar.xz
baldeagleos-repo-a7d7fe0261fb987e5ae87a891ead082d4beb8b44.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pygdbmi/pygdbmi-0.11.0.0-r1.ebuild (renamed from dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild)2
-rw-r--r--dev-python/rtslib-fb/Manifest1
-rw-r--r--dev-python/rtslib-fb/rtslib-fb-2.1.75.ebuild29
-rw-r--r--dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild19
4 files changed, 41 insertions, 10 deletions
diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0-r1.ebuild
index bb2f6081039d..d4cd492b54d3 100644
--- a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
+++ b/dev-python/pygdbmi/pygdbmi-0.11.0.0-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND=""
+RDEPEND="sys-devel/gdb"
DEPEND="${RDEPEND}"
distutils_enable_tests pytest
diff --git a/dev-python/rtslib-fb/Manifest b/dev-python/rtslib-fb/Manifest
index c52c5a43dfc1..e6b358b21b09 100644
--- a/dev-python/rtslib-fb/Manifest
+++ b/dev-python/rtslib-fb/Manifest
@@ -1 +1,2 @@
DIST rtslib-fb-2.1.74.tar.gz 73919 BLAKE2B d16527ed1efae379aa976929d8e6dd8a13cb1d47eb8efe8897ee495b0864225f520b42bd27fe502a1fad11369d20690b9751e54ae7a328c60917144114358d24 SHA512 b0b0722a5a7e10af698ae0570a65b51d7f091bfcc370850dacb3087471ca98bd229b4a5ed73760b7ed5bbee1b53dae4781cc2b3d5e7a1ff8ce37c5c144477852
+DIST rtslib-fb-2.1.75.tar.gz 74188 BLAKE2B 13fbeffb0396fa39d17362c05973572feab86eaa6748d4043f7721f3b631e670266dfbaebc26afb70e83547c4a24f149399d7d77725ecb9e9f6ac4ef709306d4 SHA512 b20109fd40cd0d23621bb01f884e302432a1dde98d0147dbd7a2eaf7a724801c77759effb26717b0451c5fb2f75e67287d9c0364c3c7ee3072d08cce259ce616
diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.75.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.75.ebuild
new file mode 100644
index 000000000000..b8ec26541046
--- /dev/null
+++ b/dev-python/rtslib-fb/rtslib-fb-2.1.75.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+
+inherit distutils-r1 systemd pypi
+
+DESCRIPTION="A Python object API for managing the Linux LIO kernel target"
+HOMEPAGE="
+ https://github.com/open-iscsi/rtslib-fb/
+ https://pypi.org/project/rtslib-fb/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-python/pyudev[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+src_install() {
+ distutils-r1_src_install
+ systemd_dounit "${FILESDIR}/target.service"
+}
diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
index 6c86621fcf7b..fc8dbe8ddcd1 100644
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
@@ -38,12 +38,13 @@ EPYTEST_DESELECT=(
distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinx-autoapi \
- dev-python/sphinx-notfound-page \
- dev-python/sphinx-prompt \
- dev-python/sphinx-tabs \
- dev-python/sphinx-version-warning \
- dev-python/sphinx-rtd-theme \
- dev-python/sphinxcontrib-bibtex \
- dev-python/sphinxemoji
+# Bug #883189
+#distutils_enable_sphinx docs \
+# dev-python/sphinx-autoapi \
+# dev-python/sphinx-notfound-page \
+# dev-python/sphinx-prompt \
+# dev-python/sphinx-tabs \
+# dev-python/sphinx-version-warning \
+# dev-python/sphinx-rtd-theme \
+# dev-python/sphinxcontrib-bibtex \
+# dev-python/sphinxemoji