diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest new file mode 100644 index 000000000..04573942d --- /dev/null +++ b/dev-python/ntlm-auth/Manifest @@ -0,0 +1 @@ +DIST ntlm-auth-1.0.2.tar.gz 47680 SHA256 d59ffabeb828b88652a79dbe5d731149a8e439e932102d1b2f60bed9f7465104 SHA512 f6e1d8c2771b82eaa0e07bb231a9705b2dbeea3d01a67f869e8106a9c93a3e7edc1380c458433fb2ba80d9407043fa234a33347039c61ab48557e54dba655159 WHIRLPOOL 8e3c891ef7c786d9c77a927c5a2899f0d576cedf2c152f22a73db7d215b3fecdded88e3c066c974abcfd7cb208a16ae64828bc5681f42f75c528756c957e7214 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.0.2.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.0.2.ebuild new file mode 100644 index 000000000..c021a195a --- /dev/null +++ b/dev-python/ntlm-auth/ntlm-auth-1.0.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Create and parse NTLM authorisation tokens with all the latest standards" +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="GPL" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +#DEPEND="test? ( +# dev-python/mock[${PYTHON_USEDEP}] +# dev-python/requests-mock[${PYTHON_USEDEP}] +# )" +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)" + +python_test() { + esetup.py test +} diff --git a/dev-python/requests-kerberos/Manifest b/dev-python/requests-kerberos/Manifest new file mode 100644 index 000000000..566597da9 --- /dev/null +++ b/dev-python/requests-kerberos/Manifest @@ -0,0 +1 @@ +DIST requests-kerberos-0.11.0.tar.gz 10583 SHA256 104c4d608ad8a5627867dc772e980a52ec03719c5f9848a1bc567e641b733978 SHA512 e79efbbb58405befd928b6b9a4358cb8c5fd5f3d0d4152475fdf184993f911de0d1d2ec8e7d076b304e26136150f2b7bb592c94881f849a7dd2b2da8e3972a8d WHIRLPOOL 4487a63c77e2f68237c44afafb4b5fc310d277225ea2baa914f4f0f1f8fbcacef310a12f9f54f2225e5f130480d7efb1ef05ae86c5c151c363c026ef24c5ac33 diff --git a/dev-python/requests-kerberos/requests-kerberos-0.11.0.ebuild b/dev-python/requests-kerberos/requests-kerberos-0.11.0.ebuild new file mode 100644 index 000000000..0a2cee716 --- /dev/null +++ b/dev-python/requests-kerberos/requests-kerberos-0.11.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="A Kerberos authentication handler for python-requests" +HOMEPAGE="https://github.com/requests/requests-kerberos" +SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="ISC" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +#DEPEND="test? ( +# dev-python/mock[${PYTHON_USEDEP}] +# dev-python/requests-mock[${PYTHON_USEDEP}] +# )" +RDEPEND=" + >=dev-python/requests-2.0.0[${PYTHON_USEDEP}] + >=dev-python/pykerberos-1.1.8[${PYTHON_USEDEP}]