mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
ldapdomaindump: update for no future
This commit is contained in:
parent
478abeb7e9
commit
346f2fc6c0
3 changed files with 12 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
DIST ldapdomaindump-0.9.4.tar.gz 18933 BLAKE2B 0263bd1ebd09a962c3b9fd5e7e959892683bbb464c3da53deec6a22ca6b877f44c3bb2a90f30ea9b7d55847d2a724ee12212403f364e437e6c6498be364bf9ed SHA512 c5f66dc73f77cae041329ac17018dfd82c155dc7c4cca3fed2175680baeb3797776488aab6199498eefc4869121f556ede8558c784e71f1ff9573dd9634abee9
|
||||
DIST ldapdomaindump-0.9.4_p20240213.gh.tar.gz 18224 BLAKE2B 5fde35be7097815de870e5cc73eddc4f667e9d666a883fb77d4a3b6a3cb7af337f4eed2a1719f4421fb9d9f59f9a518fbb434d6663d63b36cbd49d155fd424b9 SHA512 d692c4ac42fb55dfc74267980d4bc6736ee2909ec2e9ea3ef00af2683ec67f93b85cfe8e21c8e33ee0836556de470db36d0f2a8e2b99189065948c44e3553850
|
||||
|
|
|
|||
|
|
@ -1,21 +1,22 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Active Directory information dumper via LDAP"
|
||||
HOMEPAGE="https://github.com/dirkjanm/ldapdomaindump"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
COMMIT="50e064b11053b0846d4fb3684429c3b2b0d5c58d"
|
||||
SRC_URI="https://github.com/dirkjanm/ldapdomaindump/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/ldap3[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]"
|
||||
dev-python/ldap3[${PYTHON_USEDEP}]"
|
||||
|
|
@ -5,4 +5,8 @@
|
|||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">dirkjanm/ldapdomaindump</remote-id>
|
||||
<remote-id type="pypi">ldapdomaindump</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
Loading…
Reference in a new issue