mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
msldap-0.3.13.ebuild
This commit is contained in:
parent
74d8730e83
commit
5cfb6d2f7f
2 changed files with 36 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST msldap-0.3.11.tar.gz 125667 BLAKE2B f4eaedd26f1db9608d0c854e5a2a1fbfbc627288b174295b5d3cbe4b759fb6a46a1f1dc8cbd99a65480a1f07d298ce051cba3eed093a86c9cc5b6e398f342ba7 SHA512 1009a0ea456937b697fb289d81d727493c4bbe2aaed7cb88b364c436791c09c85e3caa905e920f12a328fffc71a51a0ed27354053123b7f5a1e1439ba652a851
|
||||
DIST msldap-0.3.13.tar.gz 126549 BLAKE2B 77ab947c2d74cdc71dce1156b79c412a018fc54e1ee937beda2ccabad028e48cacecafea556c598b0aeefb01f80f312ea420aecc06d1064ffad4c0185c7bd771 SHA512 d255b14920d17a73180196129c37c5f8c984a7bbe8dc1724b9cc8def596acbcbe6fdcd758301451763550b9056ecacbfb81b94e9967f9260c0e9f3c24fb65ea7
|
||||
|
|
|
|||
35
dev-python/msldap/msldap-0.3.13.ebuild
Normal file
35
dev-python/msldap/msldap-0.3.13.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library to play with MS LDAP"
|
||||
HOMEPAGE="https://github.com/skelsec/msldap"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
#'winsspi;platform_system=="Windows"',
|
||||
# the last two (aiocmd and asciitree) are "Prerequisites"
|
||||
RDEPEND="
|
||||
dev-python/asn1crypto[${PYTHON_USEDEP}]
|
||||
>=dev-python/winsspi-0.0.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/minikerberos-0.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/asysocks-0.0.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/winacl-0.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/prompt_toolkit-3.0.2[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
|
||||
dev-python/aiocmd[${PYTHON_USEDEP}]
|
||||
dev-python/asciitree[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue