summaryrefslogtreecommitdiff
path: root/dev-python/ntlm-auth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-23 01:07:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-23 01:07:24 +0000
commit57c2e006d0af9ab77ced676461d7100cade4a716 (patch)
treefedd61a96505af97dea0e78425b1b7a70b813a46 /dev-python/ntlm-auth
parent664924d8659185e3b43f99ee8a0b88177efb93dc (diff)
gentoo auto-resync : 23:11:2022 - 01:07:24
Diffstat (limited to 'dev-python/ntlm-auth')
-rw-r--r--dev-python/ntlm-auth/Manifest2
-rw-r--r--dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
index 98c99c70a225..8921e57d9dab 100644
--- a/dev-python/ntlm-auth/Manifest
+++ b/dev-python/ntlm-auth/Manifest
@@ -1,3 +1,3 @@
DIST ntlm-auth-1.5.0.tar.gz 41826 BLAKE2B fb313cdb4f1022e0cbc1ffcb048a587baca400a75e053ea8943d960f21746e847080db20169f55e6a3060a8b8502637ce7dc269b66bdaffe98c3f769b2b22358 SHA512 cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b
-EBUILD ntlm-auth-1.5.0.ebuild 603 BLAKE2B 5b2a232d2708c5e206705e7a54ba5c8cd513684ff3399300f9378902b76a01ae9fbac42d7294ecd978bd13588185edc2f77e0b4d132e6f914eab978d0aad6490 SHA512 9bf8c1f32098c1f28d2f85531fcad4db2c14a73d4b797b566df1a437ac2f3434e7ef27f2a4470f86cc896f5cf8171240c0de475812aafbff1488d080ee9d6512
+EBUILD ntlm-auth-1.5.0.ebuild 602 BLAKE2B f3d4098ba7690309a5e69c605ffb53296a5c4e363f37272b0684f60d465a771f96458f68b0ce9de43348cba37a6c0bc870e534b648c27f7d569a47e59c0f1b7a SHA512 3060e373682d5fe27bcab8210747467318e783e9ef74a67fc4aeb001f57cfc3c31f3ce42bf9d07ca3ed3999468b01bd6410b720d1728001e71615f17d7fe0713
MISC metadata.xml 509 BLAKE2B b5a233175b9c615d7810e209d2c3dc35e6c3af872b0db545b8b3347f3b78b0076faa89338490295167bfedcf0bd3076b25284341491d8b2fae5a7ae45e5d8191 SHA512 7c4c10514dbe2448352e693d872c80c3b5a811008516245fe4bc3e37be464175168bd83a5f11d5a3355b6a25cc1529b6924507d20a6dba583d692e4d482e217d
diff --git a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
index 7d9e4ad61078..d38dad70b8cf 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/jborean93/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"