diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/jeepney | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/jeepney')
| -rw-r--r-- | dev-python/jeepney/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/jeepney/jeepney-0.9.0.ebuild | 64 | ||||
| -rw-r--r-- | dev-python/jeepney/metadata.xml | 14 |
3 files changed, 0 insertions, 80 deletions
diff --git a/dev-python/jeepney/Manifest b/dev-python/jeepney/Manifest deleted file mode 100644 index 3b3b1af9b0c6..000000000000 --- a/dev-python/jeepney/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST jeepney-0.9.0.tar.gz 106758 BLAKE2B 40a19ffaacbb286e645292592573e04098f0604914e796272720bb6af3f927f048d624f34a3443a2b8ae6de8d92dba2d631f1e4bcdd004ea3cb7affcb2f1b504 SHA512 2d47ba3f8b652abe5b5b5cde5cb66600c2914207a45973e3ca28a0561e61d98827751ff32c6019ef9e2507ee5c2879ef1ef0d732870d208b500f7b52f3c6229c -DIST jeepney-0.9.0.tar.gz.provenance 8083 BLAKE2B 98e91f2161fae357f7b12d4179d6b0e8c038e4d82736803c431be2c45cb32f4c2bc1e5275759d23af1ad510031fbd0a682064ade2f1b85260a3c933c2498cec2 SHA512 1acfcaf9b89b57eade49d8124abaf1f92aec168c44a2c75bc5b2d0179c8935e1ecdb9d6cd4b92f6bbcd9158de883d51ae35fe817fa448536a9d449207f3f1ae6 diff --git a/dev-python/jeepney/jeepney-0.9.0.ebuild b/dev-python/jeepney/jeepney-0.9.0.ebuild deleted file mode 100644 index 2867b3f286e6..000000000000 --- a/dev-python/jeepney/jeepney-0.9.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYPI_VERIFY_REPO=https://gitlab.com/takluyver/jeepney -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Low-level, pure Python DBus protocol wrapper" -HOMEPAGE=" - https://gitlab.com/takluyver/jeepney/ - https://pypi.org/project/jeepney/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="examples" - -BDEPEND=" - test? ( - $(python_gen_cond_dep ' - dev-python/async-timeout[${PYTHON_USEDEP}] - ' 3.10) - >=dev-python/pytest-asyncio-0.7.1[${PYTHON_USEDEP}] - dev-python/testpath[${PYTHON_USEDEP}] - sys-apps/dbus - ) -" - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/sphinx-rtd-theme - -src_test() { - local dbus_params=( - $(dbus-daemon --session --print-address --fork --print-pid) - ) - local -x DBUS_SESSION_BUS_ADDRESS=${dbus_params[0]} - - distutils-r1_src_test - - kill "${dbus_params[1]}" || die -} - -python_test() { - local EPYTEST_IGNORE=() - if ! has_version "dev-python/pytest-trio[${PYTHON_USEDEP}]"; then - EPYTEST_IGNORE+=( jeepney/io/tests/test_trio.py ) - fi - epytest -} - -python_install_all() { - if use examples; then - docompress -x "/usr/share/doc/${PF}/examples" - dodoc -r examples - fi - distutils-r1_python_install_all -} diff --git a/dev-python/jeepney/metadata.xml b/dev-python/jeepney/metadata.xml deleted file mode 100644 index e9e622253899..000000000000 --- a/dev-python/jeepney/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">jeepney</remote-id> - <remote-id type="gitlab">takluyver/jeepney</remote-id> - <bugs-to>https://gitlab.com/takluyver/jeepney/-/issues</bugs-to> - </upstream> -</pkgmetadata> |
