Merge pull request #270 from nenadperic/master

Added PySMB package, dependency for AirVisual Pro
This commit is contained in:
Andreas Billmeier 2023-11-23 20:15:27 +01:00 committed by GitHub
commit d8160a96ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST pysmb-1.2.9.1.tar.gz 1214946 BLAKE2B 388abcaa37a5450f2f9759c1f07d58465ed11e0621ca4c7a3363c8de905c82f81eb7f81d725613a54f7196d3af7182a4ec78ee23913a9f2afaf6d041131a23cb SHA512 cf26a26060ab20e53e56c2a92b4019c14af77978018fdf7ccccd4a3aebe64e61d201a7fbad6db905995471f3c8d97f02298c62f0b1e8c484b49585891319c3e7
EBUILD pysmb-1.2.9.1.ebuild 548 BLAKE2B 0e25ef44b79206e21d9e490875d069da9d26fedda37741988b24e449f05029721d54a090c7ee1f7a84065c351be506cf87393d33bf6ef063739c9b95117cfbce SHA512 cd1c6f852e07f54317bcf663052b1ba843f451ed54e64e2750d85aee92349d502dbb0d1b01f127d14397b3e70d2ae94e888b72a70dfde3d9c0cfdab6a28b6fae

View File

@ -0,0 +1,22 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="pysmb is an experimental SMB/CIFS library written in Python"
HOMEPAGE="https://github.com/miketeo/pysmb"
SRC_URI="https://github.com/miketeo/pysmb/archive/refs/tags/${P}.tar.gz"
S="${WORKDIR}/${PN}-${P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.md"
RDEPEND="dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
"