rd-usb-1.22.4.ebuild

This commit is contained in:
Anton Bolshakov 2024-06-08 17:43:17 +08:00
parent b745c284e7
commit 48435b2c7b
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 6 additions and 6 deletions

View file

@ -16,8 +16,8 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
#wait for dev-python/python-engineio
KEYWORDS="~amd64 ~x86"
#FIXME: no stable version for dev-python/python-engineio yet, but we don't care
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="client asyncio-client"
RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]

View file

@ -1 +1 @@
DIST rd-usb-1.22.1.gh.tar.gz 2137122 BLAKE2B e393b79fd96f45b1aec9c5b9e2e6a2e635eaf855aa01583a565c165c24f99d8888fc1ec3464a5cf632eb1cd5ba458333a9cdc4edfd45b4f129d54634109b43af SHA512 0bcc848007eae0927c88883789f7ddf75aad488e649da53cd69fef17d8fd0e1b1f645bbb7cb8e5fa80b085beeb7b819d3b9458cc9a652f8302066bd1f4425887
DIST rd-usb-1.22.4.gh.tar.gz 2137742 BLAKE2B fd24da94189dc174fb891364baa207863fd2cd601bb57b3e867ca8ce3e223b5e5cf5bc278ef4e5ffacf51eee2b5d21a374101175fc7ee78e286b0fe106cbf8e8 SHA512 0c465a46a3c376677a1a48eeaa7848c6a91c7c40e5d23f2bc7a659c24e1636b9609ab63ae5e04c66df8fd8d76d60b758ca87a42b3aeac19cbf3f9d29f0ba536a

View file

@ -9,6 +9,6 @@
<remote-id type="github">kolinger/rd-usb</remote-id>
</upstream>
<use>
<flag name="webui">Enable the Web UI</flag>
<flag name="gui">Enable the GUI</flag>
</use>
</pkgmetadata>

View file

@ -15,7 +15,7 @@ SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="+webui"
IUSE="gui"
RDEPEND="$(python_gen_cond_dep '
dev-python/flask[${PYTHON_USEDEP}]
@ -28,7 +28,7 @@ RDEPEND="$(python_gen_cond_dep '
dev-python/pybluez[${PYTHON_USEDEP}]
<dev-python/pendulum-3.0.0[${PYTHON_USEDEP}]
webui? ( dev-python/pywebview[${PYTHON_USEDEP}]
gui? ( dev-python/pywebview[${PYTHON_USEDEP}]
dev-python/pythonnet[${PYTHON_USEDEP}]
dev-python/screeninfo[${PYTHON_USEDEP}] )
')