File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
+ "
You can’t perform that action at this time.
0 commit comments