mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
impacket: fix https://github.com/pentoo/pentoo-overlay/issues/1159
This commit is contained in:
parent
69bfcc7e3b
commit
b621c076c6
4 changed files with 32 additions and 1 deletions
1
dev-python/dsinternals/Manifest
Normal file
1
dev-python/dsinternals/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST dsinternals-1.2.4.tar.gz 174207 BLAKE2B 0deba71cb847ab4915a9faac7066d78ac6e03bb62c05d8ec1994bf222fad63c684130e57bfa30d55b403974e1f78fc7e5075ba44a37df920c34fb36ae99f3465 SHA512 384bf1f9cbb524e02ae34c266b2ef6f2952e673674b75ee031e811cd6b098b25ef017ff5d8968bd63e37f9b11d7ca4660ce1cf9c5f23aafa6025254c4b0970a6
|
||||
28
dev-python/dsinternals/dsinternals-1.2.4.ebuild
Normal file
28
dev-python/dsinternals/dsinternals-1.2.4.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Directory Services Internals Library"
|
||||
HOMEPAGE="https://github.com/p0dalirius/pydsinternals"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_prepare(){
|
||||
rm -r tests
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -37,6 +37,8 @@ RDEPEND="${PYTHON_DEPS}
|
|||
>=dev-python/flask-1.0[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/chardet[${PYTHON_USEDEP}]
|
||||
|
||||
dev-python/dsinternals[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue