mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
rd-usb: prepare for a new package, add python deps
This commit is contained in:
parent
63bd29e17e
commit
3171bb9a56
22 changed files with 342 additions and 0 deletions
1
dev-python/asynctest/Manifest
Normal file
1
dev-python/asynctest/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST asynctest-0.13.0.tar.gz 42301 BLAKE2B c175b759188a5aaeb782ae56f11a24f8f15aca9c703e2bf1964a8d8ab885de0759208fd483e555c309ced196c8d8bd23a5777e589cb8bd218cb4d38a05303526 SHA512 f98a9a330c3e4024373d74ea1899ec74f8242be58856d9a4c0910d397cbf15c1bd2deb2531cf78fd7bfe7d2aa4abad8b404bbb9eaee4b721c9e317ec5ec4a955
|
||||
29
dev-python/asynctest/asynctest-0.13.0.ebuild
Normal file
29
dev-python/asynctest/asynctest-0.13.0.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Enhance the standard unittest package for testing asyncio libraries"
|
||||
HOMEPAGE="https://github.com/Martiusweb/asynctest/ https://pypi.org/project/asynctest/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/asynctest/metadata.xml
Normal file
16
dev-python/asynctest/metadata.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">asynctest</remote-id>
|
||||
<remote-id type="github">Martiusweb/asynctest</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>martius@martiusweb.net</email>
|
||||
<name>Martin Richard</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
dev-python/bleak/Manifest
Normal file
1
dev-python/bleak/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST bleak-0.21.1.tar.gz 118055 BLAKE2B 8c3594eef0ec7d4d890ccadf6e7050d5d8c7d8fbcfed1dcdff5712b3f902c5e3f79de3669bf62c5eda1519be3f80a7eeb75193e278c6bda4b2a1ebfe175203a2 SHA512 a312dc1de52d43a841fc5a6b0b5704b1d6a44b33ec321d82fe1e055a179a9fb545a222309df03acff53ac0e153b378f149c2ef73df45692c4380d154bec62c76
|
||||
32
dev-python/bleak/bleak-0.21.1.ebuild
Normal file
32
dev-python/bleak/bleak-0.21.1.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Bluetooth Low Energy platform Agnostic Klient"
|
||||
HOMEPAGE="https://github.com/hbldh/bleak https://pypi.org/project/bleak/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_{10..11})
|
||||
$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_11)
|
||||
>=dev-python/dbus-fast-1.83.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/asynctest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/bleak/metadata.xml
Normal file
16
dev-python/bleak/metadata.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">bleak</remote-id>
|
||||
<remote-id type="github">hbldh/bleak</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>henrik.blidh@nedomkull.com</email>
|
||||
<name>Henrik Blidh</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
dev-python/dbus-fast/Manifest
Normal file
1
dev-python/dbus-fast/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST dbus_fast-2.21.1.tar.gz 69413 BLAKE2B 65f83b2b78fcc042000f0723768a2f405e43d2c7eaefe2097719e6b6c5a259edcfa3f84359bd39e9889f79559cde1b904b2aa3e814e6c833bbf42c485058fc78 SHA512 100e848c2da713fefdaab8eabdcda83828116eb7ea48332bdd61b870b859c06e5a57c9ff95a4347fd087ca222c0f7cd0ab9e6059c37c29e8c57f64848c7e7da6
|
||||
27
dev-python/dbus-fast/dbus-fast-2.21.1.ebuild
Normal file
27
dev-python/dbus-fast/dbus-fast-2.21.1.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="A faster version of dbus-next"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/dbus-fast https://pypi.org/project/dbus-fast/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
BDEPEND="
|
||||
>=dev-python/cython-3[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/dbus-fast/metadata.xml
Normal file
16
dev-python/dbus-fast/metadata.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">dbus-fast</remote-id>
|
||||
<remote-id type="github">bluetooth-devices/dbus-fast</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>bluetooth@koston.org</email>
|
||||
<name>Bluetooth Devices Authors</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
dev-python/pendulum/Manifest
Normal file
1
dev-python/pendulum/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pendulum-2.1.2.tar.gz 81167 BLAKE2B 012e4a4b03711f144222e782ea0d65c1c9ac2863f169077521000fc92b1c024dc23cfab8b11d0b0c2fe8b7c73af3455b97380d2a48a1bb930f1f99e39dab161d SHA512 3e34fd5527bbdfb89b5a27af70f95f293822cdfe87500a3f7ac48084360e537cf160f3642f27d449d9dc1188f42044658c884146129f6a6945bb96ceedde3125
|
||||
11
dev-python/pendulum/metadata.xml
Normal file
11
dev-python/pendulum/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pendulum</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
26
dev-python/pendulum/pendulum-2.1.2.ebuild
Normal file
26
dev-python/pendulum/pendulum-2.1.2.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python datetimes made easy."
|
||||
HOMEPAGE="https://pendulum.eustace.io/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytzdata-2020.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="test"
|
||||
#distutils_enable_tests pytest
|
||||
1
dev-python/proxy_tools/Manifest
Normal file
1
dev-python/proxy_tools/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST proxy_tools-0.1.0_p1.gh.tar.gz 9405 BLAKE2B 26a28c3346a687325bb5a0e1fbce034522de67626fb345b8583afbb91fde4b4cc89aaa532bedf113ba17b47a6212fc5899d9069032754faee9f16c0d818d5a58 SHA512 d9cdf2d175e2bce452c8e5132732f90a2cd8f7e86e49cd7041752b710530625c5798d5078ad22ca7ec9980d5d91d3823c0fc64030597763084023df0a79f0a61
|
||||
12
dev-python/proxy_tools/metadata.xml
Normal file
12
dev-python/proxy_tools/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>james@thegreatmcpain.xyz</email>
|
||||
<name>TheGreatMcPain</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">jtushman/proxy_tools</remote-id>
|
||||
<remote-id type="pypi">proxy_tools</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
26
dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild
Normal file
26
dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517="setuptools"
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_COMMIT="db43f1e35d4f90a65c5a4d56d9e9af88212ec6e6"
|
||||
|
||||
DESCRIPTION="Simple proxy (as in the GoF design pattern)"
|
||||
HOMEPAGE="https://pypi.org/project/proxy_tools/"
|
||||
# pypi tarballs are missing test data
|
||||
SRC_URI="https://github.com/jtushman/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}"/${PN}-${MY_COMMIT}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
# dev-python/nose removed from ::gentoo
|
||||
RESTRICT="test"
|
||||
|
||||
# distutils_enable_tests nose
|
||||
2
dev-python/pywebview/Manifest
Normal file
2
dev-python/pywebview/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST pywebview-4.4.1.tar.gz 30127595 BLAKE2B 13759ee774a63ddcf44af92ed11a3b902c2c15ebd3ad252f2b541b764601a722e55002aefea8a0621702a2bd0e94a7d4f1c3d8dd86d7e6def5abe6ecec3e7f78 SHA512 b712927606cd9704a00896f68780ee6b0bcd63077510e1d5ceb8d4fbd4b44ca96fff4390be7a29c65b0b0d14dee132fbff29b8dbc1094ebca89ac893566a4731
|
||||
DIST pywebview-5.1.tar.gz 435761 BLAKE2B 7aeacb13f845e97c17f2e8fd8581cc54ac3575ecb0c83c70be345d80ad98509afc8c9cefa32f908b539f388bf3b962dd9b8ab7787a6e0c5626859447f8e41682 SHA512 395243c34ce147970ac351bade647ad1c57d844fee390764097b7ec7f02562d298e9239eb76d0606394419e1e06d6c28d2cd58f1f10d46c5a4924759dac87aa0
|
||||
12
dev-python/pywebview/metadata.xml
Normal file
12
dev-python/pywebview/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>james@thegreatmcpain.xyz</email>
|
||||
<name>TheGreatMcPain</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">r0x0r/pywebview</remote-id>
|
||||
<remote-id type="pypi">pywebview</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
40
dev-python/pywebview/pywebview-4.4.1.ebuild
Normal file
40
dev-python/pywebview/pywebview-4.4.1.ebuild
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
|
||||
HOMEPAGE="https://github.com/r0x0r/pywebview"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="gtk qt5 qt6"
|
||||
REQUIRED_USE="|| ( gtk qt5 qt6 )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/bottle
|
||||
dev-python/cryptography
|
||||
dev-python/proxy_tools
|
||||
gtk? (
|
||||
dev-python/pygobject[cairo,${PYTHON_USEDEP}]
|
||||
net-libs/webkit-gtk
|
||||
)
|
||||
qt5? (
|
||||
dev-python/pyside2[${PYTHON_USEDEP},webengine]
|
||||
dev-python/QtPy[${PYTHON_USEDEP},webengine]
|
||||
)
|
||||
qt6? (
|
||||
dev-python/pyside6[${PYTHON_USEDEP},webengine]
|
||||
dev-python/QtPy[${PYTHON_USEDEP},webengine]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
RESTRICT="test" # FIXME: tests fail without message
|
||||
40
dev-python/pywebview/pywebview-5.1.ebuild
Normal file
40
dev-python/pywebview/pywebview-5.1.ebuild
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
|
||||
HOMEPAGE="https://github.com/r0x0r/pywebview"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="gtk qt5 qt6"
|
||||
REQUIRED_USE="|| ( gtk qt5 qt6 )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/bottle
|
||||
dev-python/cryptography
|
||||
dev-python/proxy_tools
|
||||
gtk? (
|
||||
dev-python/pygobject[cairo,${PYTHON_USEDEP}]
|
||||
net-libs/webkit-gtk
|
||||
)
|
||||
qt5? (
|
||||
dev-python/pyside2[${PYTHON_USEDEP},webengine]
|
||||
dev-python/QtPy[${PYTHON_USEDEP},webengine]
|
||||
)
|
||||
qt6? (
|
||||
dev-python/pyside6[${PYTHON_USEDEP},webengine]
|
||||
dev-python/QtPy[${PYTHON_USEDEP},webengine]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
RESTRICT="test" # FIXME: tests fail without message
|
||||
1
dev-python/screeninfo/Manifest
Normal file
1
dev-python/screeninfo/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST screeninfo-0.8.1.gh.tar.gz 26498 BLAKE2B 4e67c6dab4638871247771329f7daf788015df591e03d4f02fb3950a9551c00c3cdff7c2e4d19a33930ec535a9bbaa1f67c5326830292e4ef93f3b9aaa788d18 SHA512 cbcffbd708bf3d2788efe67d9df2bcb99fdf09f91b6e9f40c024e4b1e372417bf6d3c61188a198c4b760302fe1e3ab16e2747cf7a7e14ce7ba82bda77334995c
|
||||
12
dev-python/screeninfo/metadata.xml
Normal file
12
dev-python/screeninfo/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gasc@eurecom.fr</email>
|
||||
<name>Gasc Henri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">screeninfo</remote-id>
|
||||
<remote-id type="github">rr-/screeninfo</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-python/screeninfo/screeninfo-0.8.1.ebuild
Normal file
19
dev-python/screeninfo/screeninfo-0.8.1.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Fetch location and size of physical screens."
|
||||
HOMEPAGE="https://github.com/rr-/screeninfo https://pypi.org/project/screeninfo"
|
||||
SRC_URI="https://github.com/rr-/screeninfo/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
Reference in a new issue