diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2018-07-24 15:06:12 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-07-24 15:06:12 +0200 |
commit | 180fec7ae79c502322139b814ad52743a249d0e1 (patch) | |
tree | 639cc9b2021b3b548b9b8517c1101b97949e3221 /dev-python/ntlm-auth | |
parent | dev-python/ntlm-auth: license was changed with this release (diff) | |
download | gentoo-180fec7ae79c502322139b814ad52743a249d0e1.tar.gz gentoo-180fec7ae79c502322139b814ad52743a249d0e1.tar.bz2 gentoo-180fec7ae79c502322139b814ad52743a249d0e1.zip |
dev-python/ntlm-auth: 1.2.0 bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/ntlm-auth')
-rw-r--r-- | dev-python/ntlm-auth/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest index d97ab84eb968..600bcf20bec9 100644 --- a/dev-python/ntlm-auth/Manifest +++ b/dev-python/ntlm-auth/Manifest @@ -1 +1,2 @@ DIST ntlm-auth-1.1.0.tar.gz 38624 BLAKE2B 22c6fbe7ef95b7ee88b803b7ccc5f63f1a27ec9285a4527dac20c3d774abef9765f8a7aa7265effd70869f02e09e6d3b8012c50b703c3b0979e41c0134843be2 SHA512 0c41cfab957c48d5fabf391422323556289cc6d8ba5a50c82bb179f6cdbf68528f005c3987e0b47fb47aff2fbcf00deebb0ac4220df6bd08d335879344f8470a +DIST ntlm-auth-1.2.0.tar.gz 40006 BLAKE2B 2fbe7533411dde27938412b3e5e1292ce0fa197abb048c0e52f521ff351bd7e51bdb83b5fd8c1f05e0bb3ce206a4442b8b7059c859eea7333ee2d20ed2e7f7dd SHA512 4fa537c5a6a7f3493df2fdf49261f9588b7aac876f72b7a7ef5b8a7a1dd971d9426dacdc8bbf520cecdbe5b7adb916ddcad9e9cf4df725b69793299304601912 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild new file mode 100644 index 000000000000..94bde6851a89 --- /dev/null +++ b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Calculates NTLM Authentication codes" +HOMEPAGE="https://github.com/jborean93/ntlm-auth" +SRC_URI="https://github.com/jborean93/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)" +DEPEND="${RDEPEND}" |