mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
ldapdomaindump: 0.9.3 bump
This commit is contained in:
parent
1c0fe27de0
commit
07b1c36193
2 changed files with 25 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST ldapdomaindump-0.9.1.tar.gz 17764 BLAKE2B 7294410fae6f29708c810abcd607ab1ce6047ec9c5b4215c6e4cd2794b663785621fb023e497ea960fbc47670263eab999483f54eb80eaf51dc450617461973f SHA512 952981d65366b1f243714ce5ed053bbb08e27174e3789d803a65010a7ff5ae2b9af88f4b91ad826c8b75b3f323bf0505a217dc42224ef7974e236ee8bc5f6c5e
|
||||
DIST ldapdomaindump-0.9.3.tar.gz 18745 BLAKE2B 21ae800dc2be80aad3bbc57a1d6de1a11d649a1678160c5d5ac75f571597efd6b17687022ac759912fb40154794e1e2f7492ab125d051764f0e9cf4c81b9b8c7 SHA512 b24083d271033e3c38e280d8cedd822ca503840716cd21361b1956595179dd6d67a9d75f0e3e4b47d8d21e313ee1f4e370d20c5453a3703ed370b75ba7d505e1
|
||||
|
|
|
|||
24
dev-python/ldapdomaindump/ldapdomaindump-0.9.3.ebuild
Normal file
24
dev-python/ldapdomaindump/ldapdomaindump-0.9.3.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
>=dev-python/ldap3-2.5.1[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue