dev-python/pysmb: PEP517
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7c697405b7
commit
83ad4b050d
@ -1,2 +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
|
||||
EBUILD pysmb-1.2.9.1.ebuild 610 BLAKE2B 530f5df343db47040ec9106c79674fedb0354eafb82a54c7278445398343159f19f3b6960c04475f448410571f44b93a2c6cd9fc08d395f695928955843a3339 SHA512 90185cf91fdcc104527e5429683de98f2d6d42338a818062158fb3ffe05c224daa7fba4c7b8dc0bf3d97e22cd02491064a1c36267a7fb310bef45762f652ae8b
|
||||
|
||||
@ -1,9 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# 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="pysmb is an experimental SMB/CIFS library written in Python"
|
||||
@ -18,5 +19,6 @@ KEYWORDS="amd64 arm arm64 x86"
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1[${PYTHON_USEDEP}]
|
||||
"
|
||||
dev-python/pyasn1[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user