mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
ldapdomaindump: 0.9.1 bump
This commit is contained in:
parent
0c8e894fce
commit
f63121f377
2 changed files with 23 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST ldapdomaindump-0.8.6.tar.gz 13317 BLAKE2B 22c38437d7753c92913ba83948cef2dc306583fe172dcbcd0c05cef40d5fc3a12c1084f0775fc986a41f0b2e45fe1d313adcf965b3cfb00c2e22e9c54a1a8437 SHA512 10868ffb77b439f7a7a0fd960b0da385acaaaba34c6fcd0172c43413c17eaed4891e88fc9dbed0a99aa229c73ca2b8bc35c6328304d8fd786a5e124a793794f9
|
||||
DIST ldapdomaindump-0.9.1.tar.gz 17764 BLAKE2B 7294410fae6f29708c810abcd607ab1ce6047ec9c5b4215c6e4cd2794b663785621fb023e497ea960fbc47670263eab999483f54eb80eaf51dc450617461973f SHA512 952981d65366b1f243714ce5ed053bbb08e27174e3789d803a65010a7ff5ae2b9af88f4b91ad826c8b75b3f323bf0505a217dc42224ef7974e236ee8bc5f6c5e
|
||||
|
|
|
|||
22
dev-python/ldapdomaindump/ldapdomaindump-0.9.1.ebuild
Normal file
22
dev-python/ldapdomaindump/ldapdomaindump-0.9.1.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
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"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
~dev-python/ldap3-2.5.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue