[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/, profiles/

2023-07-08 Thread Bernard Cafarelli
commit: 049778ab5eeaf89d51f4b5cb83997617c5c0c8b5
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Jul  8 07:52:17 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Jul  8 07:52:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049778ab

dev-python/ntlm-auth: treeclean

Closes: https://bugs.gentoo.org/895004
Closes: https://bugs.gentoo.org/888169
Closes: https://bugs.gentoo.org/909924
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/ntlm-auth/Manifest   |  1 -
 dev-python/ntlm-auth/metadata.xml   | 17 -
 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 23 ---
 profiles/package.mask   |  5 -
 4 files changed, 46 deletions(-)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
deleted file mode 100644
index 40131a38fa80..
--- a/dev-python/ntlm-auth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ntlm-auth-1.5.0.tar.gz 41826 BLAKE2B 
fb313cdb4f1022e0cbc1ffcb048a587baca400a75e053ea8943d960f21746e847080db20169f55e6a3060a8b8502637ce7dc269b66bdaffe98c3f769b2b22358
 SHA512 
cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b

diff --git a/dev-python/ntlm-auth/metadata.xml 
b/dev-python/ntlm-auth/metadata.xml
deleted file mode 100644
index 17656002a5da..
--- a/dev-python/ntlm-auth/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   voyag...@gentoo.org
-   Bernard Cafarelli
-   
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   
-   ntlm-auth
-   jborean93/ntlm-auth
-   
-

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
deleted file mode 100644
index 7441d4b35cf1..
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-python/requests[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest

diff --git a/profiles/package.mask b/profiles/package.mask
index 2c6d1adb8635..4f19fde68ead 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -282,11 +282,6 @@ dev-java/netty
 # Removal on 2023-07-04.
 sci-mathematics/flintqs
 
-# Michał Górny  (2023-06-03)
-# Obsoleted by dev-python/pyspnego.  No revdeps left.
-# Removal on 2023-07-03.  Bug #895004.
-dev-python/ntlm-auth
-
 # Bernd Waibel  (2023-05-31)
 # Mask this version for uptime soversion issue. There will be an updated 
release
 # shortly which fixes this.



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2022-11-22 Thread Marek Szuba
commit: 15a549fbeb8d7a603bb9d607cd1860195a3f8e64
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Nov 22 23:55:51 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Nov 23 00:00:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a549fb

dev-python/ntlm-auth: stabilize 1.5.0 for amd64

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2022-09-21 Thread Marek Szuba
commit: b3d249f61801ad2cdfca393c82eb57318aa846ff
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 21 15:11:52 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 21 15:29:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d249f6

dev-python/ntlm-auth: tests require dev-python/requests

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

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 97883cb51cbd..8a7ce5c92edb 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -18,5 +18,6 @@ KEYWORDS="~amd64 ~riscv ~x86"
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-python/requests[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2022-09-21 Thread Marek Szuba
commit: a1df6251d2eb1648aee4709debc421e18d7e5a8e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 21 15:13:02 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 21 15:29:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1df6251

dev-python/ntlm-auth: enable py3.11

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8a7ce5c92edb..7d9e4ad61078 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2021-07-12 Thread Marek Szuba
commit: c8ea359c52e0f378f98156771b45192d853faf86
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 12 15:41:52 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 12 15:47:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ea359c

dev-python/ntlm-auth: keyword 1.5.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 087c78f8158..97883cb51cb 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -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 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2021-06-12 Thread Marek Szuba
commit: 0ff73c4220970f5dc29b3db0fa60524bd7046256
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jun 12 21:33:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jun 12 21:55:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff73c42

dev-python/ntlm-auth: drop python3_7, add python3_10

Builds, tests and installs fine against the latter.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 99397e4098f..087c78f8158 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2021-05-31 Thread Sam James
commit: e8c7e768e3d39348bf03825972bf6e6cc687a1a0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  1 00:15:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  1 00:27:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c7e768

dev-python/ntlm-auth: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-python/ntlm-auth/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/ntlm-auth/metadata.xml 
b/dev-python/ntlm-auth/metadata.xml
index 779742f9d39..68bbe71dea6 100644
--- a/dev-python/ntlm-auth/metadata.xml
+++ b/dev-python/ntlm-auth/metadata.xml
@@ -9,6 +9,7 @@
pyt...@gentoo.org
Python

+   

ntlm-auth
jborean93/ntlm-auth



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2021-05-31 Thread Sam James
commit: f48e192387d22e8a4c09dc1b60f09591104aa9e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  1 00:15:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  1 00:27:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48e1923

dev-python/ntlm-auth: add tests

Signed-off-by: Sam James  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 ffc6df49c46..99397e4098f 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -11,11 +11,12 @@ 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"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2021-03-05 Thread Bernard Cafarelli
commit: a0644850163581d7bfcb127dc77ee37fc5eabf1c
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Mar  5 08:53:59 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Mar  5 09:00:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0644850

dev-python/ntlm-auth: add Python 3.9

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 73b8595dec0..ffc6df49c46 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2020-06-17 Thread Bernard Cafarelli
commit: 712e2d80b9b2043efe19537a0a6fd2f24131dee4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jun 17 11:08:26 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jun 17 11:08:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712e2d80

dev-python/ntlm-auth: 1.5.0 bump

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/ntlm-auth/Manifest   |  1 +
 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
index 26464b4ff5e..d718b298477 100644
--- a/dev-python/ntlm-auth/Manifest
+++ b/dev-python/ntlm-auth/Manifest
@@ -1 +1,2 @@
 DIST ntlm-auth-1.4.0.tar.gz 40745 BLAKE2B 
bf2c0dab7303cb0f87d83ed11d79bc12b8f74095f2f251c190eb43879bc0e9419dedf706fcb4929c51138658910bdfa836778084b34c974ca120aeb848e2da0e
 SHA512 
abe0260c66e2b5f57c1fd672ea121129926f1c32020166dd61973cf51f6bd320f6057f3a148d602b96d8417c2ad57c335048da185100417401e049ff14b46004
+DIST ntlm-auth-1.5.0.tar.gz 41826 BLAKE2B 
fb313cdb4f1022e0cbc1ffcb048a587baca400a75e053ea8943d960f21746e847080db20169f55e6a3060a8b8502637ce7dc269b66bdaffe98c3f769b2b22358
 SHA512 
cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
new file mode 100644
index 000..0c194f2bc5c
--- /dev/null
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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/cryptography[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2020-04-19 Thread Bernard Cafarelli
commit: b70e12769459abbc5af4b09990172ee60d11e5eb
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Apr 19 22:43:57 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Apr 19 23:01:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70e1276

dev-python/ntlm-auth: works with python 3.8

Tested with net-analyzer/wapiti

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
index f0903195190..0c194f2bc5c 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2020-02-21 Thread Bernard Cafarelli
commit: c5d4b4040871e520e788040cc6e9b68cc12265b2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Feb 21 14:01:54 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Feb 21 14:11:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d4b404

dev-python/ntlm-auth: drop old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/ntlm-auth/Manifest   |  3 ---
 dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild | 20 
 dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild | 20 
 dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild | 21 -
 4 files changed, 64 deletions(-)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
index 16db345442d..26464b4ff5e 100644
--- a/dev-python/ntlm-auth/Manifest
+++ b/dev-python/ntlm-auth/Manifest
@@ -1,4 +1 @@
-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
-DIST ntlm-auth-1.3.0.tar.gz 40684 BLAKE2B 
74c2b914f508b5291cc2a23ae99417db5e5ad9fe107c03f63c795bd4da202db2f1a4f6f289645d2164e708a5a5a2e3bf626aa749dff3367420d669965c462b71
 SHA512 
e2d5401161ba6f9fed377a7bfed501d49ad64d5104accd7df298747abade34a3ddac9e68332416a3ab68156e9bbf7a8de6a8a271542d080cafaa84ee19f01986
 DIST ntlm-auth-1.4.0.tar.gz 40745 BLAKE2B 
bf2c0dab7303cb0f87d83ed11d79bc12b8f74095f2f251c190eb43879bc0e9419dedf706fcb4929c51138658910bdfa836778084b34c974ca120aeb848e2da0e
 SHA512 
abe0260c66e2b5f57c1fd672ea121129926f1c32020166dd61973cf51f6bd320f6057f3a148d602b96d8417c2ad57c335048da185100417401e049ff14b46004

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
deleted file mode 100644
index f458dfd9196..000
--- a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_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}]"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
deleted file mode 100644
index f458dfd9196..000
--- a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_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}]"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
deleted file mode 100644
index f0903195190..000
--- a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-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/cryptography[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2020-02-05 Thread Michał Górny
commit: 4586024425c0845a2290d823b6cfcf16e28a98d2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 16:45:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 16:53:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45860244

dev-python/ntlm-auth: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild| 2 +-
 dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild| 2 +-
 dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild| 2 +-
 dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
index 4b2433e2009..f458dfd9196 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
index 4b2433e2009..f458dfd9196 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
index f34de2bf8fe..f0903195190 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
index f34de2bf8fe..f0903195190 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2020-01-12 Thread Michał Górny
commit: 084f5a3b0336767dd71e40105cc78652b4cb892a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 12 11:13:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 12 11:25:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084f5a3b

dev-python/ntlm-auth: Remove mistaken dep on ordereddict

This package needs ordereddict for Python < 2.7, not 2.7 itself.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild| 3 +--
 dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild| 3 +--
 dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild| 3 +--
 .../ntlm-auth/{ntlm-auth-1.4.0.ebuild => ntlm-auth-1.4.0-r1.ebuild}| 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
index 1b47c71d434..4b2433e2009 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
@@ -16,6 +16,5 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
index 1b47c71d434..4b2433e2009 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
@@ -16,6 +16,5 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
index 5569f7c7e2d..f34de2bf8fe 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
@@ -17,6 +17,5 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
+   dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
similarity index 81%
rename from dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
rename to dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
index 5569f7c7e2d..f34de2bf8fe 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
@@ -17,6 +17,5 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
+   dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2019-08-23 Thread Bernard Cafarelli
commit: a9c49ffd2b27ce44340091c71ab4f8e99bc4d7f2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Aug 23 16:54:29 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Aug 23 16:54:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c49ffd

dev-python/ntlm-auth: 1.4.0 bump

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/ntlm-auth/Manifest   |  1 +
 dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
index 5951e3109cf..16db345442d 100644
--- a/dev-python/ntlm-auth/Manifest
+++ b/dev-python/ntlm-auth/Manifest
@@ -1,3 +1,4 @@
 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
 DIST ntlm-auth-1.3.0.tar.gz 40684 BLAKE2B 
74c2b914f508b5291cc2a23ae99417db5e5ad9fe107c03f63c795bd4da202db2f1a4f6f289645d2164e708a5a5a2e3bf626aa749dff3367420d669965c462b71
 SHA512 
e2d5401161ba6f9fed377a7bfed501d49ad64d5104accd7df298747abade34a3ddac9e68332416a3ab68156e9bbf7a8de6a8a271542d080cafaa84ee19f01986
+DIST ntlm-auth-1.4.0.tar.gz 40745 BLAKE2B 
bf2c0dab7303cb0f87d83ed11d79bc12b8f74095f2f251c190eb43879bc0e9419dedf706fcb4929c51138658910bdfa836778084b34c974ca120aeb848e2da0e
 SHA512 
abe0260c66e2b5f57c1fd672ea121129926f1c32020166dd61973cf51f6bd320f6057f3a148d602b96d8417c2ad57c335048da185100417401e049ff14b46004

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
new file mode 100644
index 000..2f680d17f34
--- /dev/null
+++ b/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+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/cryptography[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2019-04-15 Thread Bernard Cafarelli
commit: 646ae11a1cb7b818232aebb5a7ad0416faacf6c2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Apr 15 22:22:02 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr 15 22:27:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646ae11a

dev-python/ntlm-auth: 1.3.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/ntlm-auth/Manifest   |  1 +
 dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
index 600bcf20bec..5951e3109cf 100644
--- a/dev-python/ntlm-auth/Manifest
+++ b/dev-python/ntlm-auth/Manifest
@@ -1,2 +1,3 @@
 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
+DIST ntlm-auth-1.3.0.tar.gz 40684 BLAKE2B 
74c2b914f508b5291cc2a23ae99417db5e5ad9fe107c03f63c795bd4da202db2f1a4f6f289645d2164e708a5a5a2e3bf626aa749dff3367420d669965c462b71
 SHA512 
e2d5401161ba6f9fed377a7bfed501d49ad64d5104accd7df298747abade34a3ddac9e68332416a3ab68156e9bbf7a8de6a8a271542d080cafaa84ee19f01986

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
new file mode 100644
index 000..9c55d154e43
--- /dev/null
+++ b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+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/cryptography[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2018-07-24 Thread Bernard Cafarelli
commit: 180fec7ae79c502322139b814ad52743a249d0e1
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jul 24 13:06:12 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jul 24 13:06:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180fec7a

dev-python/ntlm-auth: 1.2.0 bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/ntlm-auth/Manifest   |  1 +
 dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
index d97ab84eb96..600bcf20bec 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 000..94bde6851a8
--- /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}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2018-07-24 Thread Bernard Cafarelli
commit: 60896576a9400ab4cf582cd1a8a7fa4c4b1d7c90
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jul 24 13:04:18 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jul 24 13:04:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60896576

dev-python/ntlm-auth: drop old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/ntlm-auth/Manifest   |  1 -
 dev-python/ntlm-auth/ntlm-auth-1.0.6.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
index 67028e574d5..d97ab84eb96 100644
--- a/dev-python/ntlm-auth/Manifest
+++ b/dev-python/ntlm-auth/Manifest
@@ -1,2 +1 @@
-DIST ntlm-auth-1.0.6.tar.gz 48282 BLAKE2B 
988634d78d6c30a92791baaf4dff865fe2bba8318ce1bcd9739c267d11fb29ae90e7b0348b05b4ef3754cf20675aa690973cca03fa35c195ae0c73c6ac6120e8
 SHA512 
e6abafd52affebfe0f60ed1fd77543dbfe675a82774bffc44d2e034226806ce6781adc5ca8ac29c35c6fe75440f94a1763e01b0987669cb44a6fe01e102a1489
 DIST ntlm-auth-1.1.0.tar.gz 38624 BLAKE2B 
22c6fbe7ef95b7ee88b803b7ccc5f63f1a27ec9285a4527dac20c3d774abef9765f8a7aa7265effd70869f02e09e6d3b8012c50b703c3b0979e41c0134843be2
 SHA512 
0c41cfab957c48d5fabf391422323556289cc6d8ba5a50c82bb179f6cdbf68528f005c3987e0b47fb47aff2fbcf00deebb0ac4220df6bd08d335879344f8470a

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.0.6.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.0.6.ebuild
deleted file mode 100644
index 54b600d8ff1..000
--- a/dev-python/ntlm-auth/ntlm-auth-1.0.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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="LGPL-3"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2018-07-24 Thread Bernard Cafarelli
commit: 7d945776e98e9448a3017872f375ccb1902a43e6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jul 24 13:05:13 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jul 24 13:05:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d945776

dev-python/ntlm-auth: license was changed with this release

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
index 54b600d8ff1..94bde6851a8 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
@@ -12,7 +12,7 @@ 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="LGPL-3"
+LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2018-04-09 Thread Bernard Cafarelli
commit: a6ae328cd334096c25c2fbc0299d166ce69f91ae
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Apr  9 13:32:18 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr  9 13:41:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ae328c

dev-python/ntlm-auth: 1.1.0 bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/ntlm-auth/Manifest   |  1 +
 dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
index ce7b7550b26..67028e574d5 100644
--- a/dev-python/ntlm-auth/Manifest
+++ b/dev-python/ntlm-auth/Manifest
@@ -1 +1,2 @@
 DIST ntlm-auth-1.0.6.tar.gz 48282 BLAKE2B 
988634d78d6c30a92791baaf4dff865fe2bba8318ce1bcd9739c267d11fb29ae90e7b0348b05b4ef3754cf20675aa690973cca03fa35c195ae0c73c6ac6120e8
 SHA512 
e6abafd52affebfe0f60ed1fd77543dbfe675a82774bffc44d2e034226806ce6781adc5ca8ac29c35c6fe75440f94a1763e01b0987669cb44a6fe01e102a1489
+DIST ntlm-auth-1.1.0.tar.gz 38624 BLAKE2B 
22c6fbe7ef95b7ee88b803b7ccc5f63f1a27ec9285a4527dac20c3d774abef9765f8a7aa7265effd70869f02e09e6d3b8012c50b703c3b0979e41c0134843be2
 SHA512 
0c41cfab957c48d5fabf391422323556289cc6d8ba5a50c82bb179f6cdbf68528f005c3987e0b47fb47aff2fbcf00deebb0ac4220df6bd08d335879344f8470a

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
new file mode 100644
index 000..54b600d8ff1
--- /dev/null
+++ b/dev-python/ntlm-auth/ntlm-auth-1.1.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="LGPL-3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/

2018-01-09 Thread Bernard Cafarelli
commit: de3e6aa9c93b8e5a407ab640323378b492f38149
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jan  9 13:00:31 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jan  9 13:38:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3e6aa9

dev-python/ntlm-auth: initial import

Dependency for dev-python/requests-ntlm

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ntlm-auth/Manifest   |  1 +
 dev-python/ntlm-auth/metadata.xml   | 15 +++
 dev-python/ntlm-auth/ntlm-auth-1.0.6.ebuild | 21 +
 3 files changed, 37 insertions(+)

diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest
new file mode 100644
index 000..ce7b7550b26
--- /dev/null
+++ b/dev-python/ntlm-auth/Manifest
@@ -0,0 +1 @@
+DIST ntlm-auth-1.0.6.tar.gz 48282 BLAKE2B 
988634d78d6c30a92791baaf4dff865fe2bba8318ce1bcd9739c267d11fb29ae90e7b0348b05b4ef3754cf20675aa690973cca03fa35c195ae0c73c6ac6120e8
 SHA512 
e6abafd52affebfe0f60ed1fd77543dbfe675a82774bffc44d2e034226806ce6781adc5ca8ac29c35c6fe75440f94a1763e01b0987669cb44a6fe01e102a1489

diff --git a/dev-python/ntlm-auth/metadata.xml 
b/dev-python/ntlm-auth/metadata.xml
new file mode 100644
index 000..68bde49cc71
--- /dev/null
+++ b/dev-python/ntlm-auth/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   voyag...@gentoo.org
+   Bernard Cafarelli
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   ntlm-auth
+   
+

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.0.6.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.0.6.ebuild
new file mode 100644
index 000..54b600d8ff1
--- /dev/null
+++ b/dev-python/ntlm-auth/ntlm-auth-1.0.6.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="LGPL-3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 
python2_7)"
+DEPEND="${RDEPEND}"