Skip to content

Commit d8160a9

Browse files
authored
Merge pull request #270 from nenadperic/master
Added PySMB package, dependency for AirVisual Pro
2 parents 2f0756c + ca9e926 commit d8160a9

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

dev-python/pysmb/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DIST pysmb-1.2.9.1.tar.gz 1214946 BLAKE2B 388abcaa37a5450f2f9759c1f07d58465ed11e0621ca4c7a3363c8de905c82f81eb7f81d725613a54f7196d3af7182a4ec78ee23913a9f2afaf6d041131a23cb SHA512 cf26a26060ab20e53e56c2a92b4019c14af77978018fdf7ccccd4a3aebe64e61d201a7fbad6db905995471f3c8d97f02298c62f0b1e8c484b49585891319c3e7
2+
EBUILD pysmb-1.2.9.1.ebuild 548 BLAKE2B 0e25ef44b79206e21d9e490875d069da9d26fedda37741988b24e449f05029721d54a090c7ee1f7a84065c351be506cf87393d33bf6ef063739c9b95117cfbce SHA512 cd1c6f852e07f54317bcf663052b1ba843f451ed54e64e2750d85aee92349d502dbb0d1b01f127d14397b3e70d2ae94e888b72a70dfde3d9c0cfdab6a28b6fae

dev-python/pysmb/pysmb-1.2.9.1.ebuild

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
inherit distutils-r1 pypi
8+
9+
DESCRIPTION="pysmb is an experimental SMB/CIFS library written in Python"
10+
HOMEPAGE="https://github.com/miketeo/pysmb"
11+
SRC_URI="https://github.com/miketeo/pysmb/archive/refs/tags/${P}.tar.gz"
12+
S="${WORKDIR}/${PN}-${P}"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
18+
DOCS="README.md"
19+
20+
RDEPEND="dev-python/tqdm[${PYTHON_USEDEP}]
21+
dev-python/pyasn1[${PYTHON_USEDEP}]
22+
"

0 commit comments

Comments
 (0)