This commit is contained in:
blshkv 2017-04-28 13:54:19 +08:00
parent 5c83937696
commit 9e3e8b047c
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
3 changed files with 17 additions and 8 deletions

View file

@ -1 +1 @@
DIST ntlm-auth-1.0.2.tar.gz 47680 SHA256 d59ffabeb828b88652a79dbe5d731149a8e439e932102d1b2f60bed9f7465104 SHA512 f6e1d8c2771b82eaa0e07bb231a9705b2dbeea3d01a67f869e8106a9c93a3e7edc1380c458433fb2ba80d9407043fa234a33347039c61ab48557e54dba655159 WHIRLPOOL 8e3c891ef7c786d9c77a927c5a2899f0d576cedf2c152f22a73db7d215b3fecdded88e3c066c974abcfd7cb208a16ae64828bc5681f42f75c528756c957e7214
DIST ntlm-auth-1.0.3.tar.gz 47811 SHA256 a0f7ff1f9ec483f5791814fecce596f1dc6f19f389302aafbd7a3bca3dd89c89 SHA512 3700eef8cad111f4997aa8864d0d50aecb830627199d01d89760b3708610e6bd842f8f22a563109aba16e2a8f200dd266f8e30de2b1b9b028f1be23f20f437b5 WHIRLPOOL 46d5f6689a53b8db94b9b421066af2f07a4becdb92180499bf58f4eb84d70f2460f7f84d8a46e829cc8c45364f7d65877b2d345188e3e49c12e29409816c265b

View file

@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
@ -16,14 +16,23 @@ LICENSE="GPL"
KEYWORDS="~amd64 ~x86"
IUSE="test"
#DEPEND="test? (
# dev-python/mock[${PYTHON_USEDEP}]
# dev-python/requests-mock[${PYTHON_USEDEP}]
# )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
)
"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)"
python_test() {
esetup.py test
distutils_install_for_testing
py.test --ignore=tests/functional/test_iis.py --cov ntlm_auth --cov-report term-missing tests || die "tests failed"
}

View file

@ -74,7 +74,7 @@ dev-python/simplesoapy
~dev-python/tld-0.7.8
~dev-python/requests-ntlm-1.0.0
~dev-python/requests-kerberos-0.11.0
~dev-python/ntlm-auth-1.0.2
~dev-python/ntlm-auth-1.0.3
#sslyze
=dev-python/nassl-0.16*