This commit is contained in:
Anton Bolshakov 2022-06-10 09:11:49 +08:00
parent 69bfcc7e3b
commit b621c076c6
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 32 additions and 1 deletions

View file

@ -0,0 +1 @@
DIST dsinternals-1.2.4.tar.gz 174207 BLAKE2B 0deba71cb847ab4915a9faac7066d78ac6e03bb62c05d8ec1994bf222fad63c684130e57bfa30d55b403974e1f78fc7e5075ba44a37df920c34fb36ae99f3465 SHA512 384bf1f9cbb524e02ae34c266b2ef6f2952e673674b75ee031e811cd6b098b25ef017ff5d8968bd63e37f9b11d7ca4660ce1cf9c5f23aafa6025254c4b0970a6

View 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
}

View file

@ -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}"