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

2024-09-18 Thread Michał Górny
commit: 68eb8c5cc219dc579aeaa92216cab37f357946d8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 18 13:02:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 18 14:03:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68eb8c5c

dev-python/keyring: Bump to 25.4.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-25.4.0.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 9f4a627ce5d5..7e953ae1c0d1 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
 DIST keyring-25.3.0.tar.gz 61495 BLAKE2B 
3286c2de8a2113ccdace88c44f40adfebcd42d08cdcc314a2067ea9911e63a193b68947ccce106a521cf4e54b96887db4ba06a76dece536f72af608473ec5f1a
 SHA512 
80f3be5990f18aced25d6f75a8ca2b2033930a6bc622d44ab8732dfdf17343bfc9a19e5818dd170ce5c8a528b87f911522ed94c0237ce8fb2f39f97b6ad2ceda
+DIST keyring-25.4.0.tar.gz 62307 BLAKE2B 
0f1f6f72f7d844c5a45389b3c6d78459d8c308982c4e86bb7af8e524f758a1c26ad94886eb214f6318485022ee1c46df7060a2ba9d0d0163d68077efd0e2faba
 SHA512 
ac971ab9317866cab85b9507f2b1016c6de6f8523a4c25e866ef2b06b31bd34cffd9f8dfe51c911a0ea791c80f3f40cb3493ae3d35f1ea46f74f1763ddf2f101

diff --git a/dev-python/keyring/keyring-25.4.0.ebuild 
b/dev-python/keyring/keyring-25.4.0.ebuild
new file mode 100644
index ..6253b57dcaf9
--- /dev/null
+++ b/dev-python/keyring/keyring-25.4.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pyfakefs[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   local EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2024-08-17 Thread Michał Górny
commit: 8faf352010c74735de056d9b8b377b4540b2b7e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 17 07:44:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 17 07:44:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faf3520

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-25.2.1.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 12be6baa3e7c..9f4a627ce5d5 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,2 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
-DIST keyring-25.2.1.tar.gz 60797 BLAKE2B 
706eb0cb1cb5e7f22e603df3b2ab9c95421a389d5bec8034ac452d37e754564379d6133a195e7c7fcbb1f96a8f964e5de505a39dce1da72090daad01d144c213
 SHA512 
4512c79a1f0c05cd5d28919f55f19c142488d69d9bf7a27e9d7b3aace36535cf43a4522a4ea4b4738f21c82a6980932bd9d1c7ae62592242c333161e791cdb2e
 DIST keyring-25.3.0.tar.gz 61495 BLAKE2B 
3286c2de8a2113ccdace88c44f40adfebcd42d08cdcc314a2067ea9911e63a193b68947ccce106a521cf4e54b96887db4ba06a76dece536f72af608473ec5f1a
 SHA512 
80f3be5990f18aced25d6f75a8ca2b2033930a6bc622d44ab8732dfdf17343bfc9a19e5818dd170ce5c8a528b87f911522ed94c0237ce8fb2f39f97b6ad2ceda

diff --git a/dev-python/keyring/keyring-25.2.1.ebuild 
b/dev-python/keyring/keyring-25.2.1.ebuild
deleted file mode 100644
index 4a297476f86c..
--- a/dev-python/keyring/keyring-25.2.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/jaraco-context[${PYTHON_USEDEP}]
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-   )
-   local EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -o addopts=
-}



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

2024-08-17 Thread Michał Górny
commit: 319db577c5787b2150f240abd6ed0966c34e032b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 17 07:42:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 17 07:42:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319db577

dev-python/keyring: Stabilize 25.3.0 ALLARCHES, #938039

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

 dev-python/keyring/keyring-25.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-25.3.0.ebuild 
b/dev-python/keyring/keyring-25.3.0.ebuild
index 6253b57dcaf9..e6e8c540e9b9 100644
--- a/dev-python/keyring/keyring-25.3.0.ebuild
+++ b/dev-python/keyring/keyring-25.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2024-08-02 Thread Michał Górny
commit: 7f9d3db3ee422e481eff2918796928e9492eacdd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  3 04:40:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  3 04:40:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9d3db3

dev-python/keyring: Bump to 25.3.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-25.3.0.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index e89f1ce3c0b2..12be6baa3e7c 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
 DIST keyring-25.2.1.tar.gz 60797 BLAKE2B 
706eb0cb1cb5e7f22e603df3b2ab9c95421a389d5bec8034ac452d37e754564379d6133a195e7c7fcbb1f96a8f964e5de505a39dce1da72090daad01d144c213
 SHA512 
4512c79a1f0c05cd5d28919f55f19c142488d69d9bf7a27e9d7b3aace36535cf43a4522a4ea4b4738f21c82a6980932bd9d1c7ae62592242c333161e791cdb2e
+DIST keyring-25.3.0.tar.gz 61495 BLAKE2B 
3286c2de8a2113ccdace88c44f40adfebcd42d08cdcc314a2067ea9911e63a193b68947ccce106a521cf4e54b96887db4ba06a76dece536f72af608473ec5f1a
 SHA512 
80f3be5990f18aced25d6f75a8ca2b2033930a6bc622d44ab8732dfdf17343bfc9a19e5818dd170ce5c8a528b87f911522ed94c0237ce8fb2f39f97b6ad2ceda

diff --git a/dev-python/keyring/keyring-25.3.0.ebuild 
b/dev-python/keyring/keyring-25.3.0.ebuild
new file mode 100644
index ..6253b57dcaf9
--- /dev/null
+++ b/dev-python/keyring/keyring-25.3.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pyfakefs[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   local EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2024-07-05 Thread Michał Górny
commit: ed569761dc424ede3160b564dd8fff5b5b36f6ef
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  5 18:10:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  5 18:52:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed569761

dev-python/keyring: Enable py3.13

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

 dev-python/keyring/keyring-25.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-25.2.1.ebuild 
b/dev-python/keyring/keyring-25.2.1.ebuild
index c1d63b0017a6..4a297476f86c 100644
--- a/dev-python/keyring/keyring-25.2.1.ebuild
+++ b/dev-python/keyring/keyring-25.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2024-05-28 Thread Michał Górny
commit: e5fc46ee80126201fb641a60a23c82f2cfefbc7b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 12:08:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 12:08:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fc46ee

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-25.2.0.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 75cc87fb8a53..e89f1ce3c0b2 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,2 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
-DIST keyring-25.2.0.tar.gz 60808 BLAKE2B 
a9f97b80593cc1fc4716b0c97579408d4485dbd9dab415fa98e1827130cea425a03ff6188282ffb0125327feb6ed282260c15d21ce603f4d2561a94f83e6cbd0
 SHA512 
36ef4a78d5b9081f13ea7aabbfbe508e0ee275cbdf458fbcb36da5a360f91df79ce4c54bf0ce4000d91961d06f019d75a9ffc46328ef7d9e14e9a883508a1950
 DIST keyring-25.2.1.tar.gz 60797 BLAKE2B 
706eb0cb1cb5e7f22e603df3b2ab9c95421a389d5bec8034ac452d37e754564379d6133a195e7c7fcbb1f96a8f964e5de505a39dce1da72090daad01d144c213
 SHA512 
4512c79a1f0c05cd5d28919f55f19c142488d69d9bf7a27e9d7b3aace36535cf43a4522a4ea4b4738f21c82a6980932bd9d1c7ae62592242c333161e791cdb2e

diff --git a/dev-python/keyring/keyring-25.2.0.ebuild 
b/dev-python/keyring/keyring-25.2.0.ebuild
deleted file mode 100644
index c1d63b0017a6..
--- a/dev-python/keyring/keyring-25.2.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/jaraco-context[${PYTHON_USEDEP}]
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-   )
-   local EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -o addopts=
-}



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

2024-05-13 Thread Michał Górny
commit: 049635fc21073c136633a43c1b33c2cbe4740987
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 14 06:17:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 14 06:17:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049635fc

dev-python/keyring: Bump to 25.2.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-25.2.1.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 541c3ce98e84..75cc87fb8a53 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
 DIST keyring-25.2.0.tar.gz 60808 BLAKE2B 
a9f97b80593cc1fc4716b0c97579408d4485dbd9dab415fa98e1827130cea425a03ff6188282ffb0125327feb6ed282260c15d21ce603f4d2561a94f83e6cbd0
 SHA512 
36ef4a78d5b9081f13ea7aabbfbe508e0ee275cbdf458fbcb36da5a360f91df79ce4c54bf0ce4000d91961d06f019d75a9ffc46328ef7d9e14e9a883508a1950
+DIST keyring-25.2.1.tar.gz 60797 BLAKE2B 
706eb0cb1cb5e7f22e603df3b2ab9c95421a389d5bec8034ac452d37e754564379d6133a195e7c7fcbb1f96a8f964e5de505a39dce1da72090daad01d144c213
 SHA512 
4512c79a1f0c05cd5d28919f55f19c142488d69d9bf7a27e9d7b3aace36535cf43a4522a4ea4b4738f21c82a6980932bd9d1c7ae62592242c333161e791cdb2e

diff --git a/dev-python/keyring/keyring-25.2.1.ebuild 
b/dev-python/keyring/keyring-25.2.1.ebuild
new file mode 100644
index ..4e1deec56116
--- /dev/null
+++ b/dev-python/keyring/keyring-25.2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   local EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2024-05-11 Thread Michał Górny
commit: 8eea1a4f1fa42e76ef0cf8ac8095400883258380
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 08:07:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 08:13:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eea1a4f

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-25.1.0.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index e1bc555df8da..541c3ce98e84 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,2 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
-DIST keyring-25.1.0.tar.gz 60191 BLAKE2B 
90cf0088f7740f6bc6562173b98630f885eca4c011be513532630ecaf4ca327053e37444b88ef5110a224567a68ad14228f59cf859090761be08a17d007b18ba
 SHA512 
991023f96c9ffa98b65ee48cb07908bfa0c2a56af13aba60f476a5c99eea9c627112a8eb777c2a8be1ae87cfc8fc79ba68c9ca08ed53002e9e240e64f937cff4
 DIST keyring-25.2.0.tar.gz 60808 BLAKE2B 
a9f97b80593cc1fc4716b0c97579408d4485dbd9dab415fa98e1827130cea425a03ff6188282ffb0125327feb6ed282260c15d21ce603f4d2561a94f83e6cbd0
 SHA512 
36ef4a78d5b9081f13ea7aabbfbe508e0ee275cbdf458fbcb36da5a360f91df79ce4c54bf0ce4000d91961d06f019d75a9ffc46328ef7d9e14e9a883508a1950

diff --git a/dev-python/keyring/keyring-25.1.0.ebuild 
b/dev-python/keyring/keyring-25.1.0.ebuild
deleted file mode 100644
index c1d63b0017a6..
--- a/dev-python/keyring/keyring-25.1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/jaraco-context[${PYTHON_USEDEP}]
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-   )
-   local EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -o addopts=
-}



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

2024-05-11 Thread Arthur Zamarin
commit: 1ba879037b8edaef27ee0c27ecb273e9519a7394
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 11 07:16:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 11 07:16:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba87903

dev-python/keyring: Stabilize 25.2.0 ALLARCHES, #931708

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-25.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-25.2.0.ebuild 
b/dev-python/keyring/keyring-25.2.0.ebuild
index 4e1deec56116..c1d63b0017a6 100644
--- a/dev-python/keyring/keyring-25.2.0.ebuild
+++ b/dev-python/keyring/keyring-25.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2024-04-26 Thread Michał Górny
commit: 4b417c7f9e9c9fc353c266b49c0af270ee6d7001
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 18:30:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 18:55:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b417c7f

dev-python/keyring: Bump to 25.2.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-25.2.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 7934751d5665..e1bc555df8da 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
 DIST keyring-25.1.0.tar.gz 60191 BLAKE2B 
90cf0088f7740f6bc6562173b98630f885eca4c011be513532630ecaf4ca327053e37444b88ef5110a224567a68ad14228f59cf859090761be08a17d007b18ba
 SHA512 
991023f96c9ffa98b65ee48cb07908bfa0c2a56af13aba60f476a5c99eea9c627112a8eb777c2a8be1ae87cfc8fc79ba68c9ca08ed53002e9e240e64f937cff4
+DIST keyring-25.2.0.tar.gz 60808 BLAKE2B 
a9f97b80593cc1fc4716b0c97579408d4485dbd9dab415fa98e1827130cea425a03ff6188282ffb0125327feb6ed282260c15d21ce603f4d2561a94f83e6cbd0
 SHA512 
36ef4a78d5b9081f13ea7aabbfbe508e0ee275cbdf458fbcb36da5a360f91df79ce4c54bf0ce4000d91961d06f019d75a9ffc46328ef7d9e14e9a883508a1950

diff --git a/dev-python/keyring/keyring-25.2.0.ebuild 
b/dev-python/keyring/keyring-25.2.0.ebuild
new file mode 100644
index ..4e1deec56116
--- /dev/null
+++ b/dev-python/keyring/keyring-25.2.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   local EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2024-04-20 Thread Michał Górny
commit: a82d4c5ecdd2dc8364588a3d886a61bfb237f7a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:46:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:46:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82d4c5e

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  2 --
 dev-python/keyring/keyring-25.0.0.ebuild | 48 -
 dev-python/keyring/keyring-25.0.1.ebuild | 52 
 3 files changed, 102 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 358cb5dd7100..7934751d5665 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,2 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
-DIST keyring-25.0.0.tar.gz 59863 BLAKE2B 
b1b955215bf197f52e64c46572f29c2059f75f5eadce249fe1776f10f7f1c6d20428a811a8c36fe4bb85142f61f6281c71e2b97b1f8657fdc35a5075b840d39f
 SHA512 
9b7f25aea1166f80b1b6ded7d691295690dac679e9f931437ae83fc2bf465c541bb1ed74b99a0de749a04df60576e9fe068f2f86b39a3c5bcef953b616678951
-DIST keyring-25.0.1.tar.gz 60063 BLAKE2B 
1ffddfa13b672b9811069c09870ab59b9ab3f613ac0348302a14e5475b541f16dd923f20c09dd3d08767b3174eef93716dffd2898585ab12dee9d04f06a43fdb
 SHA512 
3f18b670631e4f0f3ebb06184b6c07e19fe7184b7fe0512531f8d532de296641ceb753b4988b0f6f1ada37d5da4fb1696f2af450b7eeb24e0a0b9ea2ac769ef5
 DIST keyring-25.1.0.tar.gz 60191 BLAKE2B 
90cf0088f7740f6bc6562173b98630f885eca4c011be513532630ecaf4ca327053e37444b88ef5110a224567a68ad14228f59cf859090761be08a17d007b18ba
 SHA512 
991023f96c9ffa98b65ee48cb07908bfa0c2a56af13aba60f476a5c99eea9c627112a8eb777c2a8be1ae87cfc8fc79ba68c9ca08ed53002e9e240e64f937cff4

diff --git a/dev-python/keyring/keyring-25.0.0.ebuild 
b/dev-python/keyring/keyring-25.0.0.ebuild
deleted file mode 100644
index f5cf6e60f5ce..
--- a/dev-python/keyring/keyring-25.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/jaraco-context[${PYTHON_USEDEP}]
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)

diff --git a/dev-python/keyring/keyring-25.0.1.ebuild 
b/dev-python/keyring/keyring-25.0.1.ebuild
deleted file mode 100644
index 4e1deec56116..
--- a/dev-python/keyring/keyring-25.0.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/jaraco-context[${PYTHON_USEDEP}]
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # this test fails i

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

2024-04-20 Thread Michał Górny
commit: a420f504d522e1515182feac1507ccc509480661
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:45:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:45:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a420f504

dev-python/keyring: Stabilize 25.1.0 ALLARCHES, #930311

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

 dev-python/keyring/keyring-25.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-25.1.0.ebuild 
b/dev-python/keyring/keyring-25.1.0.ebuild
index 4e1deec56116..c1d63b0017a6 100644
--- a/dev-python/keyring/keyring-25.1.0.ebuild
+++ b/dev-python/keyring/keyring-25.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2024-04-02 Thread Michał Górny
commit: 4ba06272cfe7cd07af2b9b28b7ef85f597435158
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  3 06:14:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  3 06:14:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba06272

dev-python/keyring: Bump to 25.1.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-25.1.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 0855982a8cea..358cb5dd7100 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
 DIST keyring-25.0.0.tar.gz 59863 BLAKE2B 
b1b955215bf197f52e64c46572f29c2059f75f5eadce249fe1776f10f7f1c6d20428a811a8c36fe4bb85142f61f6281c71e2b97b1f8657fdc35a5075b840d39f
 SHA512 
9b7f25aea1166f80b1b6ded7d691295690dac679e9f931437ae83fc2bf465c541bb1ed74b99a0de749a04df60576e9fe068f2f86b39a3c5bcef953b616678951
 DIST keyring-25.0.1.tar.gz 60063 BLAKE2B 
1ffddfa13b672b9811069c09870ab59b9ab3f613ac0348302a14e5475b541f16dd923f20c09dd3d08767b3174eef93716dffd2898585ab12dee9d04f06a43fdb
 SHA512 
3f18b670631e4f0f3ebb06184b6c07e19fe7184b7fe0512531f8d532de296641ceb753b4988b0f6f1ada37d5da4fb1696f2af450b7eeb24e0a0b9ea2ac769ef5
+DIST keyring-25.1.0.tar.gz 60191 BLAKE2B 
90cf0088f7740f6bc6562173b98630f885eca4c011be513532630ecaf4ca327053e37444b88ef5110a224567a68ad14228f59cf859090761be08a17d007b18ba
 SHA512 
991023f96c9ffa98b65ee48cb07908bfa0c2a56af13aba60f476a5c99eea9c627112a8eb777c2a8be1ae87cfc8fc79ba68c9ca08ed53002e9e240e64f937cff4

diff --git a/dev-python/keyring/keyring-25.1.0.ebuild 
b/dev-python/keyring/keyring-25.1.0.ebuild
new file mode 100644
index ..4e1deec56116
--- /dev/null
+++ b/dev-python/keyring/keyring-25.1.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   local EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2024-04-02 Thread Michał Górny
commit: df40fee701f7f15db7b07124fd13517cc6b349b8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  3 06:13:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  3 06:13:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df40fee7

dev-python/keyring: Bump to 25.0.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-25.0.1.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 815cc8fbe976..0855982a8cea 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
 DIST keyring-25.0.0.tar.gz 59863 BLAKE2B 
b1b955215bf197f52e64c46572f29c2059f75f5eadce249fe1776f10f7f1c6d20428a811a8c36fe4bb85142f61f6281c71e2b97b1f8657fdc35a5075b840d39f
 SHA512 
9b7f25aea1166f80b1b6ded7d691295690dac679e9f931437ae83fc2bf465c541bb1ed74b99a0de749a04df60576e9fe068f2f86b39a3c5bcef953b616678951
+DIST keyring-25.0.1.tar.gz 60063 BLAKE2B 
1ffddfa13b672b9811069c09870ab59b9ab3f613ac0348302a14e5475b541f16dd923f20c09dd3d08767b3174eef93716dffd2898585ab12dee9d04f06a43fdb
 SHA512 
3f18b670631e4f0f3ebb06184b6c07e19fe7184b7fe0512531f8d532de296641ceb753b4988b0f6f1ada37d5da4fb1696f2af450b7eeb24e0a0b9ea2ac769ef5

diff --git a/dev-python/keyring/keyring-25.0.1.ebuild 
b/dev-python/keyring/keyring-25.0.1.ebuild
new file mode 100644
index ..4e1deec56116
--- /dev/null
+++ b/dev-python/keyring/keyring-25.0.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   local EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2024-03-24 Thread Michał Górny
commit: 15e78d6d616dd7f0fc4b798b001429b63e269d74
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 24 15:54:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 24 16:22:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e78d6d

dev-python/keyring: Bump to 25.0.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-25.0.0.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index e78f8af88b61..815cc8fbe976 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e
+DIST keyring-25.0.0.tar.gz 59863 BLAKE2B 
b1b955215bf197f52e64c46572f29c2059f75f5eadce249fe1776f10f7f1c6d20428a811a8c36fe4bb85142f61f6281c71e2b97b1f8657fdc35a5075b840d39f
 SHA512 
9b7f25aea1166f80b1b6ded7d691295690dac679e9f931437ae83fc2bf465c541bb1ed74b99a0de749a04df60576e9fe068f2f86b39a3c5bcef953b616678951

diff --git a/dev-python/keyring/keyring-25.0.0.ebuild 
b/dev-python/keyring/keyring-25.0.0.ebuild
new file mode 100644
index ..f5cf6e60f5ce
--- /dev/null
+++ b/dev-python/keyring/keyring-25.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2024-03-13 Thread Michał Górny
commit: 9e957089bdf1df10fd99d25d32f9575728d8ea54
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 15:00:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 15:01:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e957089

dev-python/keyring: Fix variable order

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

 dev-python/keyring/keyring-24.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-24.3.1.ebuild 
b/dev-python/keyring/keyring-24.3.1.ebuild
index 4f838d627cb7..dc123238abaa 100644
--- a/dev-python/keyring/keyring-24.3.1.ebuild
+++ b/dev-python/keyring/keyring-24.3.1.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
https://pypi.org/project/keyring/
 "
 
-SLOT="0"
 LICENSE="PSF-2"
+SLOT="0"
 KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="



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

2024-03-13 Thread Michał Górny
commit: 19a18ecee8fb17fea6d784cb1c843f383564e870
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 14:55:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 15:01:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a18ece

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-24.3.0.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 311ec54b20de..e78f8af88b61 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1 @@
-DIST keyring-24.3.0.tar.gz 59666 BLAKE2B 
6f68a6057f25c4e9841e04f2977da0401f09e15c6aeb04d12440de054049af9ece867befdd9fd26acab27cf0a00f3eeba9b7989c74eae88f96411f53cf86e594
 SHA512 
22467924420cc8646ebb10e2aa851e734c0a2ba9a7298987eba0849dbcba0abd295705f3b80fb6975c24e07ec029c0e406213275fa209fe2ca3e5b0c114e1612
 DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e

diff --git a/dev-python/keyring/keyring-24.3.0.ebuild 
b/dev-python/keyring/keyring-24.3.0.ebuild
deleted file mode 100644
index 6e7bd6e64c34..
--- a/dev-python/keyring/keyring-24.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)



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

2024-03-13 Thread Arthur Zamarin
commit: dad284288cf1eb79ef9318b71fff6083f0350af7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 13 13:49:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 13 13:49:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad28428

dev-python/keyring: Stabilize 24.3.1 ALLARCHES, #926910

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-24.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-24.3.1.ebuild 
b/dev-python/keyring/keyring-24.3.1.ebuild
index 7336b1fbbca3..4f838d627cb7 100644
--- a/dev-python/keyring/keyring-24.3.1.ebuild
+++ b/dev-python/keyring/keyring-24.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2024-02-27 Thread Michał Górny
commit: ca7d3c9311759c094b807aec1b8ed5acead7877d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 03:44:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 04:02:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7d3c93

dev-python/keyring: Bump to 24.3.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-24.3.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 4cb392d97f3c..311ec54b20de 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-24.3.0.tar.gz 59666 BLAKE2B 
6f68a6057f25c4e9841e04f2977da0401f09e15c6aeb04d12440de054049af9ece867befdd9fd26acab27cf0a00f3eeba9b7989c74eae88f96411f53cf86e594
 SHA512 
22467924420cc8646ebb10e2aa851e734c0a2ba9a7298987eba0849dbcba0abd295705f3b80fb6975c24e07ec029c0e406213275fa209fe2ca3e5b0c114e1612
+DIST keyring-24.3.1.tar.gz 60454 BLAKE2B 
cb0a9b82163febbbd737f2f25353bf96cbb7b8a87c7db00523960b3fce5595c6af65bc02b7d070b0fa5a466fc53530975de8f7a44ab9a9f783d2db34b1a67901
 SHA512 
53f26763175c7f1de041d8805062696ef3ef6c79792cdc75ae72621da8e729ac4cbb6e76937db2a0a5ce4bc41ab92c164d62e4627f92edab8c0d0fc02ca4980e

diff --git a/dev-python/keyring/keyring-24.3.1.ebuild 
b/dev-python/keyring/keyring-24.3.1.ebuild
new file mode 100644
index ..7336b1fbbca3
--- /dev/null
+++ b/dev-python/keyring/keyring-24.3.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2023-11-29 Thread Michał Górny
commit: cc7d77451b2c33a45443fb921fe8041b3da7f432
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:27:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7d7745

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-24.2.0.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 96700d51cec1..4cb392d97f3c 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1 @@
-DIST keyring-24.2.0.tar.gz 59020 BLAKE2B 
2377431b1f6af5eb76e3b243e3684c68c2c91d0e8cf28a8cd902cbb5e4291ca789afe813978e7171d766724c7238f5c0c68d995de2cfc6f99127a167bf3400da
 SHA512 
f212d8df880e1060a62f6556335f8c8fcac1ff2f0390fdb8fff970eb90713e011fdb72796cfeb84d0c9eee9f2f2a21c4795e046c961d250226ec750ece2dcfa4
 DIST keyring-24.3.0.tar.gz 59666 BLAKE2B 
6f68a6057f25c4e9841e04f2977da0401f09e15c6aeb04d12440de054049af9ece867befdd9fd26acab27cf0a00f3eeba9b7989c74eae88f96411f53cf86e594
 SHA512 
22467924420cc8646ebb10e2aa851e734c0a2ba9a7298987eba0849dbcba0abd295705f3b80fb6975c24e07ec029c0e406213275fa209fe2ca3e5b0c114e1612

diff --git a/dev-python/keyring/keyring-24.2.0.ebuild 
b/dev-python/keyring/keyring-24.2.0.ebuild
deleted file mode 100644
index 6e7bd6e64c34..
--- a/dev-python/keyring/keyring-24.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)



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

2023-11-29 Thread Michał Górny
commit: c4f8190a02dc74c98652f3a8427f75932414ebd3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:26:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:26:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f8190a

dev-python/keyring: Stabilize 24.3.0 ALLARCHES, #918764

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

 dev-python/keyring/keyring-24.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-24.3.0.ebuild 
b/dev-python/keyring/keyring-24.3.0.ebuild
index 880eb4ef91b7..6e7bd6e64c34 100644
--- a/dev-python/keyring/keyring-24.3.0.ebuild
+++ b/dev-python/keyring/keyring-24.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2023-11-12 Thread Michał Górny
commit: 897a2c36fe6c61b9f049542ec53dba60307bfd6e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 13 04:46:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 13 05:28:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897a2c36

dev-python/keyring: Bump to 24.3.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-24.3.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 54779e97fc08..96700d51cec1 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-24.2.0.tar.gz 59020 BLAKE2B 
2377431b1f6af5eb76e3b243e3684c68c2c91d0e8cf28a8cd902cbb5e4291ca789afe813978e7171d766724c7238f5c0c68d995de2cfc6f99127a167bf3400da
 SHA512 
f212d8df880e1060a62f6556335f8c8fcac1ff2f0390fdb8fff970eb90713e011fdb72796cfeb84d0c9eee9f2f2a21c4795e046c961d250226ec750ece2dcfa4
+DIST keyring-24.3.0.tar.gz 59666 BLAKE2B 
6f68a6057f25c4e9841e04f2977da0401f09e15c6aeb04d12440de054049af9ece867befdd9fd26acab27cf0a00f3eeba9b7989c74eae88f96411f53cf86e594
 SHA512 
22467924420cc8646ebb10e2aa851e734c0a2ba9a7298987eba0849dbcba0abd295705f3b80fb6975c24e07ec029c0e406213275fa209fe2ca3e5b0c114e1612

diff --git a/dev-python/keyring/keyring-24.3.0.ebuild 
b/dev-python/keyring/keyring-24.3.0.ebuild
new file mode 100644
index ..880eb4ef91b7
--- /dev/null
+++ b/dev-python/keyring/keyring-24.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2023-08-23 Thread Marek Szuba
commit: d6c3288c5d6f54753abd4bffd61fd86ca6c1d37e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 23 23:31:41 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 23 23:37:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c3288c

dev-python/keyring: enable py3.12

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

 dev-python/keyring/keyring-24.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/keyring/keyring-24.2.0.ebuild 
b/dev-python/keyring/keyring-24.2.0.ebuild
index 3769b7b6b44b..6e7bd6e64c34 100644
--- a/dev-python/keyring/keyring-24.2.0.ebuild
+++ b/dev-python/keyring/keyring-24.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 
@@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.9 3.10 3.11)
+   ' 3.10 3.11)
 "
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



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

2023-07-26 Thread WANG Xuerui
commit: afaa958629bdbcdc23e5230047e62ffc0780c5ba
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jul 27 05:08:13 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jul 27 05:10:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaa9586

dev-python/keyring: keyword 24.2.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/keyring/keyring-24.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-24.2.0.ebuild 
b/dev-python/keyring/keyring-24.2.0.ebuild
index 3deb0ff1d30c..3769b7b6b44b 100644
--- a/dev-python/keyring/keyring-24.2.0.ebuild
+++ b/dev-python/keyring/keyring-24.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2023-07-24 Thread Michał Górny
commit: dbd8d94c23862e9064c98bf28f8edcd882b82c85
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 10:58:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 10:58:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd8d94c

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  4 ---
 dev-python/keyring/keyring-23.13.1-r1.ebuild | 46 
 dev-python/keyring/keyring-24.0.0.ebuild | 46 
 dev-python/keyring/keyring-24.0.1.ebuild | 46 
 dev-python/keyring/keyring-24.1.0.ebuild | 46 
 5 files changed, 188 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 54695e80a592..54779e97fc08 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,5 +1 @@
-DIST keyring-23.13.1.tar.gz 59582 BLAKE2B 
fb39490ba857f97b9b89856059664dfe21495ffe651bb48ad4e2284efe3f3c7551d34bfb4c39518c2b9b5e31e61b91693301271750f4ec837567d7652b11e9ef
 SHA512 
7e56380e7311a31d8703b9e3beb74a8c8ce026f6cf9e1792780d349f3db61f50a1905c7d509a7013dd7cb47428dd3c28c3620815f01d3c4dbd7f648e056539d0
-DIST keyring-24.0.0.tar.gz 59671 BLAKE2B 
424247f21958c5f485de2a4eca3d0cabcb2eec3b80ab3492f15ce1c0df3ff33131453387083da2119aaac7368153a59c31ad1919d7f350f62b1cfa367b9f0eed
 SHA512 
4e6ce15d43aadbb831005e9b8f5cdebe4c034d9e2e47798814ae83d8146226504147585b8bfcb10ee5461113bd45d296f41c8c2bbf6fd30665192051b937ef05
-DIST keyring-24.0.1.tar.gz 58592 BLAKE2B 
ccd9990ec3c947cf7a83e3503dbdd53d364b6e69a5bb12e79bf5c796f253bfa233a7828593aece4f72bea1b651f9459e12709312deb77984352bf8ef25a4
 SHA512 
52cab8c91c9178a310d4891541ad13d016feb866fd7592a7d114d421cd0781e4e0c121f8b82c44af91c516f1feb674d207626a881aadc1c802b02678960e37c9
-DIST keyring-24.1.0.tar.gz 58824 BLAKE2B 
e27caa20c13e658183a09bceb5653cd6afc80e45c8667bde2525c3531df36e406e2c841608b7cb19d6c705c79a42b0700901e798cfb2c148781baf7a22a6fde9
 SHA512 
effd121d0e9c1dc5d32ee1337974ac5b6b53d128e72f6b4f355d0134f2dfe1af8942802b7772587ff8e473a7ffab518182af600a378e86cb3aa0555844289fdb
 DIST keyring-24.2.0.tar.gz 59020 BLAKE2B 
2377431b1f6af5eb76e3b243e3684c68c2c91d0e8cf28a8cd902cbb5e4291ca789afe813978e7171d766724c7238f5c0c68d995de2cfc6f99127a167bf3400da
 SHA512 
f212d8df880e1060a62f6556335f8c8fcac1ff2f0390fdb8fff970eb90713e011fdb72796cfeb84d0c9eee9f2f2a21c4795e046c961d250226ec750ece2dcfa4

diff --git a/dev-python/keyring/keyring-23.13.1-r1.ebuild 
b/dev-python/keyring/keyring-23.13.1-r1.ebuild
deleted file mode 100644
index 3deb0ff1d30c..
--- a/dev-python/keyring/keyring-23.13.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.9 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)

diff --git a/dev-python/keyring/keyring-24.0.0.ebuild 
b/dev-python/keyring/keyring-24.0.0.ebuild
deleted file mode 100644
index b53edb187cea..
--- a/dev-python/keyring/keyring-24.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-pyt

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

2023-07-24 Thread Jakov Smolić
commit: b6f9e5e88c081f9d85805db40129b2fc6a886257
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 09:25:06 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 09:25:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f9e5e8

dev-python/keyring: Stabilize 24.2.0 ALLARCHES, #911049

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/keyring/keyring-24.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-24.2.0.ebuild 
b/dev-python/keyring/keyring-24.2.0.ebuild
index b53edb187cea..3deb0ff1d30c 100644
--- a/dev-python/keyring/keyring-24.2.0.ebuild
+++ b/dev-python/keyring/keyring-24.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2023-06-24 Thread Michał Górny
commit: b6238591ddfd77bc86cc4b7930ee6ed343a35413
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 25 02:53:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 25 03:08:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6238591

dev-python/keyring: Bump to 24.2.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-24.2.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 46f8e6392004..54695e80a592 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -2,3 +2,4 @@ DIST keyring-23.13.1.tar.gz 59582 BLAKE2B 
fb39490ba857f97b9b89856059664dfe21495f
 DIST keyring-24.0.0.tar.gz 59671 BLAKE2B 
424247f21958c5f485de2a4eca3d0cabcb2eec3b80ab3492f15ce1c0df3ff33131453387083da2119aaac7368153a59c31ad1919d7f350f62b1cfa367b9f0eed
 SHA512 
4e6ce15d43aadbb831005e9b8f5cdebe4c034d9e2e47798814ae83d8146226504147585b8bfcb10ee5461113bd45d296f41c8c2bbf6fd30665192051b937ef05
 DIST keyring-24.0.1.tar.gz 58592 BLAKE2B 
ccd9990ec3c947cf7a83e3503dbdd53d364b6e69a5bb12e79bf5c796f253bfa233a7828593aece4f72bea1b651f9459e12709312deb77984352bf8ef25a4
 SHA512 
52cab8c91c9178a310d4891541ad13d016feb866fd7592a7d114d421cd0781e4e0c121f8b82c44af91c516f1feb674d207626a881aadc1c802b02678960e37c9
 DIST keyring-24.1.0.tar.gz 58824 BLAKE2B 
e27caa20c13e658183a09bceb5653cd6afc80e45c8667bde2525c3531df36e406e2c841608b7cb19d6c705c79a42b0700901e798cfb2c148781baf7a22a6fde9
 SHA512 
effd121d0e9c1dc5d32ee1337974ac5b6b53d128e72f6b4f355d0134f2dfe1af8942802b7772587ff8e473a7ffab518182af600a378e86cb3aa0555844289fdb
+DIST keyring-24.2.0.tar.gz 59020 BLAKE2B 
2377431b1f6af5eb76e3b243e3684c68c2c91d0e8cf28a8cd902cbb5e4291ca789afe813978e7171d766724c7238f5c0c68d995de2cfc6f99127a167bf3400da
 SHA512 
f212d8df880e1060a62f6556335f8c8fcac1ff2f0390fdb8fff970eb90713e011fdb72796cfeb84d0c9eee9f2f2a21c4795e046c961d250226ec750ece2dcfa4

diff --git a/dev-python/keyring/keyring-24.2.0.ebuild 
b/dev-python/keyring/keyring-24.2.0.ebuild
new file mode 100644
index ..b53edb187cea
--- /dev/null
+++ b/dev-python/keyring/keyring-24.2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.9 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2023-06-22 Thread Michał Górny
commit: 76bd0883e9dae6b7821abe11fdb45a2d6f4a9d02
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 23 04:57:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 23 05:35:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bd0883

dev-python/keyring: Bump to 24.1.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-24.1.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 766d1ff041e6..46f8e6392004 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-23.13.1.tar.gz 59582 BLAKE2B 
fb39490ba857f97b9b89856059664dfe21495ffe651bb48ad4e2284efe3f3c7551d34bfb4c39518c2b9b5e31e61b91693301271750f4ec837567d7652b11e9ef
 SHA512 
7e56380e7311a31d8703b9e3beb74a8c8ce026f6cf9e1792780d349f3db61f50a1905c7d509a7013dd7cb47428dd3c28c3620815f01d3c4dbd7f648e056539d0
 DIST keyring-24.0.0.tar.gz 59671 BLAKE2B 
424247f21958c5f485de2a4eca3d0cabcb2eec3b80ab3492f15ce1c0df3ff33131453387083da2119aaac7368153a59c31ad1919d7f350f62b1cfa367b9f0eed
 SHA512 
4e6ce15d43aadbb831005e9b8f5cdebe4c034d9e2e47798814ae83d8146226504147585b8bfcb10ee5461113bd45d296f41c8c2bbf6fd30665192051b937ef05
 DIST keyring-24.0.1.tar.gz 58592 BLAKE2B 
ccd9990ec3c947cf7a83e3503dbdd53d364b6e69a5bb12e79bf5c796f253bfa233a7828593aece4f72bea1b651f9459e12709312deb77984352bf8ef25a4
 SHA512 
52cab8c91c9178a310d4891541ad13d016feb866fd7592a7d114d421cd0781e4e0c121f8b82c44af91c516f1feb674d207626a881aadc1c802b02678960e37c9
+DIST keyring-24.1.0.tar.gz 58824 BLAKE2B 
e27caa20c13e658183a09bceb5653cd6afc80e45c8667bde2525c3531df36e406e2c841608b7cb19d6c705c79a42b0700901e798cfb2c148781baf7a22a6fde9
 SHA512 
effd121d0e9c1dc5d32ee1337974ac5b6b53d128e72f6b4f355d0134f2dfe1af8942802b7772587ff8e473a7ffab518182af600a378e86cb3aa0555844289fdb

diff --git a/dev-python/keyring/keyring-24.1.0.ebuild 
b/dev-python/keyring/keyring-24.1.0.ebuild
new file mode 100644
index ..b53edb187cea
--- /dev/null
+++ b/dev-python/keyring/keyring-24.1.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.9 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2023-06-21 Thread Michał Górny
commit: 500842104db6f8378addaa6e5210dc9eee2962f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 22 04:58:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 22 05:08:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50084210

dev-python/keyring: Bump to 24.0.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-24.0.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 6e05dd3e3eaf..766d1ff041e6 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-23.13.1.tar.gz 59582 BLAKE2B 
fb39490ba857f97b9b89856059664dfe21495ffe651bb48ad4e2284efe3f3c7551d34bfb4c39518c2b9b5e31e61b91693301271750f4ec837567d7652b11e9ef
 SHA512 
7e56380e7311a31d8703b9e3beb74a8c8ce026f6cf9e1792780d349f3db61f50a1905c7d509a7013dd7cb47428dd3c28c3620815f01d3c4dbd7f648e056539d0
 DIST keyring-24.0.0.tar.gz 59671 BLAKE2B 
424247f21958c5f485de2a4eca3d0cabcb2eec3b80ab3492f15ce1c0df3ff33131453387083da2119aaac7368153a59c31ad1919d7f350f62b1cfa367b9f0eed
 SHA512 
4e6ce15d43aadbb831005e9b8f5cdebe4c034d9e2e47798814ae83d8146226504147585b8bfcb10ee5461113bd45d296f41c8c2bbf6fd30665192051b937ef05
+DIST keyring-24.0.1.tar.gz 58592 BLAKE2B 
ccd9990ec3c947cf7a83e3503dbdd53d364b6e69a5bb12e79bf5c796f253bfa233a7828593aece4f72bea1b651f9459e12709312deb77984352bf8ef25a4
 SHA512 
52cab8c91c9178a310d4891541ad13d016feb866fd7592a7d114d421cd0781e4e0c121f8b82c44af91c516f1feb674d207626a881aadc1c802b02678960e37c9

diff --git a/dev-python/keyring/keyring-24.0.1.ebuild 
b/dev-python/keyring/keyring-24.0.1.ebuild
new file mode 100644
index ..b53edb187cea
--- /dev/null
+++ b/dev-python/keyring/keyring-24.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.9 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2023-06-19 Thread Michał Górny
commit: 07c2b0de2094c151983c3fb9e0f04103ae139c8c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 20 04:38:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 20 05:38:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c2b0de

dev-python/keyring: Bump to 24.0.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-24.0.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 6bad012465c2..6e05dd3e3eaf 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-23.13.1.tar.gz 59582 BLAKE2B 
fb39490ba857f97b9b89856059664dfe21495ffe651bb48ad4e2284efe3f3c7551d34bfb4c39518c2b9b5e31e61b91693301271750f4ec837567d7652b11e9ef
 SHA512 
7e56380e7311a31d8703b9e3beb74a8c8ce026f6cf9e1792780d349f3db61f50a1905c7d509a7013dd7cb47428dd3c28c3620815f01d3c4dbd7f648e056539d0
+DIST keyring-24.0.0.tar.gz 59671 BLAKE2B 
424247f21958c5f485de2a4eca3d0cabcb2eec3b80ab3492f15ce1c0df3ff33131453387083da2119aaac7368153a59c31ad1919d7f350f62b1cfa367b9f0eed
 SHA512 
4e6ce15d43aadbb831005e9b8f5cdebe4c034d9e2e47798814ae83d8146226504147585b8bfcb10ee5461113bd45d296f41c8c2bbf6fd30665192051b937ef05

diff --git a/dev-python/keyring/keyring-24.0.0.ebuild 
b/dev-python/keyring/keyring-24.0.0.ebuild
new file mode 100644
index ..b53edb187cea
--- /dev/null
+++ b/dev-python/keyring/keyring-24.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.9 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2023-06-18 Thread Michał Górny
commit: 878620c028fd6f3d8d20fbdce2223bc40fabf1ca
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 18 16:54:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 18 17:07:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878620c0

dev-python/keyring: Eliminate stale python_gen_cond_dep

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

 dev-python/keyring/keyring-23.13.1-r1.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/keyring/keyring-23.13.1-r1.ebuild 
b/dev-python/keyring/keyring-23.13.1-r1.ebuild
index 4e76a9b5963b..3deb0ff1d30c 100644
--- a/dev-python/keyring/keyring-23.13.1-r1.ebuild
+++ b/dev-python/keyring/keyring-23.13.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 
 inherit distutils-r1 pypi
 
@@ -24,10 +24,7 @@ RDEPEND="
>=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/importlib-metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10 3.11)
-   $(python_gen_cond_dep '
-   dev-python/importlib-resources
-   ' 3.8)
+   ' 3.9 3.10 3.11)
 "
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



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

2023-02-07 Thread Michał Górny
commit: 7b9e47bef58a3caa33a905ee03a63572cbfe3c81
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  7 08:01:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  7 09:26:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9e47be

dev-python/keyring: Switch to using PyPI sdist

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

 dev-python/keyring/Manifest  |  2 +-
 dev-python/keyring/keyring-23.13.1-r1.ebuild | 15 +--
 2 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index a6c040323cd6..6bad012465c2 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1 @@
-DIST keyring-23.13.1.gh.tar.gz 49199 BLAKE2B 
46ac7cb3237c7e0a061e9c4c30dba02d9a9c92d377f3db1b79b1c9bc4c5b8b866ffbda8354bbe5848a9db4c6834aec1c0b36f75d5c540ccc29ab71bd6adf30f4
 SHA512 
b0fc17157536178bba3a8f27f152a1cba497bc9ba2fc73d29ac9d8e61a2be51bdb0dea100eef9ab59979a9b0f8c8d15ca222e5fdc2c7d06d202955b18f21bf24
+DIST keyring-23.13.1.tar.gz 59582 BLAKE2B 
fb39490ba857f97b9b89856059664dfe21495ffe651bb48ad4e2284efe3f3c7551d34bfb4c39518c2b9b5e31e61b91693301271750f4ec837567d7652b11e9ef
 SHA512 
7e56380e7311a31d8703b9e3beb74a8c8ce026f6cf9e1792780d349f3db61f50a1905c7d509a7013dd7cb47428dd3c28c3620815f01d3c4dbd7f648e056539d0

diff --git a/dev-python/keyring/keyring-23.13.1-r1.ebuild 
b/dev-python/keyring/keyring-23.13.1-r1.ebuild
index fcef2b34ff55..31b420a665bd 100644
--- a/dev-python/keyring/keyring-23.13.1-r1.ebuild
+++ b/dev-python/keyring/keyring-23.13.1-r1.ebuild
@@ -6,17 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Provides access to the system keyring service"
 HOMEPAGE="
https://github.com/jaraco/keyring/
https://pypi.org/project/keyring/
 "
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
 
 SLOT="0"
 LICENSE="PSF-2"
@@ -39,8 +35,6 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
 EPYTEST_DESELECT=(
# this test fails if importlib-metadata returns more than one
# entry, i.e. when keyring is installed already
@@ -53,10 +47,3 @@ EPYTEST_IGNORE=(
# hangs
tests/backends/test_kwallet.py
 )
-
-python_compile() {
-   distutils-r1_python_compile
-   # https://github.com/jaraco/keyring/issues/621
-   python_moduleinto keyring
-   python_domodule keyring/{py.typed,*.zsh}
-}



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

2023-01-23 Thread Michał Górny
commit: 8daa9d04b91159814bf037895800c6a0b4f1d712
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 23 19:37:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 23 19:37:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8daa9d04

dev-python/keyring: Install missing files

Bug: https://github.com/jaraco/keyring/issues/621
Signed-off-by: Michał Górny  gentoo.org>

 .../keyring/{keyring-23.13.1.ebuild => keyring-23.13.1-r1.ebuild}  | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/keyring/keyring-23.13.1.ebuild 
b/dev-python/keyring/keyring-23.13.1-r1.ebuild
similarity index 88%
rename from dev-python/keyring/keyring-23.13.1.ebuild
rename to dev-python/keyring/keyring-23.13.1-r1.ebuild
index 91658714537e..fcef2b34ff55 100644
--- a/dev-python/keyring/keyring-23.13.1.ebuild
+++ b/dev-python/keyring/keyring-23.13.1-r1.ebuild
@@ -53,3 +53,10 @@ EPYTEST_IGNORE=(
# hangs
tests/backends/test_kwallet.py
 )
+
+python_compile() {
+   distutils-r1_python_compile
+   # https://github.com/jaraco/keyring/issues/621
+   python_moduleinto keyring
+   python_domodule keyring/{py.typed,*.zsh}
+}



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

2023-01-20 Thread Arthur Zamarin
commit: f7b09208acc21d9ce5badc69eead465ce52e12d8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 07:04:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 07:04:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b09208

dev-python/keyring: drop 23.11.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/Manifest   |  1 -
 dev-python/keyring/keyring-23.11.0.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 5b83fa420619..a6c040323cd6 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1 @@
-DIST keyring-23.11.0.gh.tar.gz 47229 BLAKE2B 
cb5f4a771bc94db058d5783e6bcfc84a29359d8445f55a38b125fe5e751a7e13ce54533fcdf7ab47b50f5fb37a20858c4113ad7ec683b2123f136a7059763bff
 SHA512 
8f200455229ef944729bab557845b2e4220fdd5146d3610105c907fe14ae4358ce85fab0c63c2a0598968871fc01e8b564c8e4d436930f3d39f11e93ae0b209c
 DIST keyring-23.13.1.gh.tar.gz 49199 BLAKE2B 
46ac7cb3237c7e0a061e9c4c30dba02d9a9c92d377f3db1b79b1c9bc4c5b8b866ffbda8354bbe5848a9db4c6834aec1c0b36f75d5c540ccc29ab71bd6adf30f4
 SHA512 
b0fc17157536178bba3a8f27f152a1cba497bc9ba2fc73d29ac9d8e61a2be51bdb0dea100eef9ab59979a9b0f8c8d15ca222e5fdc2c7d06d202955b18f21bf24

diff --git a/dev-python/keyring/keyring-23.11.0.ebuild 
b/dev-python/keyring/keyring-23.11.0.ebuild
deleted file mode 100644
index 3e37de527732..
--- a/dev-python/keyring/keyring-23.11.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)



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

2023-01-20 Thread Arthur Zamarin
commit: 8d2b9579efcee61f1f5b2aa03ffccf59f99349d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 07:01:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 07:01:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2b9579

dev-python/keyring: Stabilize 23.13.1 ALLARCHES, #891543

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.13.1.ebuild 
b/dev-python/keyring/keyring-23.13.1.ebuild
index 9cd15ca17a20..91658714537e 100644
--- a/dev-python/keyring/keyring-23.13.1.ebuild
+++ b/dev-python/keyring/keyring-23.13.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2022-12-18 Thread Michał Górny
commit: 5edcda36d4a5341e4d7dd396f69246179d5f9f0d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 19 06:30:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 19 06:46:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edcda36

dev-python/keyring: Bump to 23.13.1

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

 dev-python/keyring/Manifest   |  1 +
 dev-python/keyring/keyring-23.13.1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 638553659668..5b83fa420619 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-23.11.0.gh.tar.gz 47229 BLAKE2B 
cb5f4a771bc94db058d5783e6bcfc84a29359d8445f55a38b125fe5e751a7e13ce54533fcdf7ab47b50f5fb37a20858c4113ad7ec683b2123f136a7059763bff
 SHA512 
8f200455229ef944729bab557845b2e4220fdd5146d3610105c907fe14ae4358ce85fab0c63c2a0598968871fc01e8b564c8e4d436930f3d39f11e93ae0b209c
+DIST keyring-23.13.1.gh.tar.gz 49199 BLAKE2B 
46ac7cb3237c7e0a061e9c4c30dba02d9a9c92d377f3db1b79b1c9bc4c5b8b866ffbda8354bbe5848a9db4c6834aec1c0b36f75d5c540ccc29ab71bd6adf30f4
 SHA512 
b0fc17157536178bba3a8f27f152a1cba497bc9ba2fc73d29ac9d8e61a2be51bdb0dea100eef9ab59979a9b0f8c8d15ca222e5fdc2c7d06d202955b18f21bf24

diff --git a/dev-python/keyring/keyring-23.13.1.ebuild 
b/dev-python/keyring/keyring-23.13.1.ebuild
new file mode 100644
index ..d7372edce760
--- /dev/null
+++ b/dev-python/keyring/keyring-23.13.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10 3.11)
+   $(python_gen_cond_dep '
+   dev-python/importlib_resources
+   ' 3.8)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-12-10 Thread Michał Górny
commit: f0cbced5040b3ac5c555411249cf775b02c49add
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 08:54:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 08:54:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cbced5

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest |  2 --
 dev-python/keyring/keyring-23.10.0.ebuild   | 52 -
 dev-python/keyring/keyring-23.9.3-r1.ebuild | 52 -
 3 files changed, 106 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 55f151b4c189..638553659668 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1 @@
-DIST keyring-23.10.0.gh.tar.gz 47127 BLAKE2B 
1179cd0b835d2c394f9649782c692ff719d55ee15e975266951df356f97d946a0d7270e454bcaf4dca902ab511d90460c935369773ddf8f553835e0a83123479
 SHA512 
74d0049b300c2740b00d89de1a9688fc5901006d1d499af9a33f6f12d8634b749450d2527420404086ac7ec7606ca9fad4cb002fd217dfa82ccef173aa8e61e9
 DIST keyring-23.11.0.gh.tar.gz 47229 BLAKE2B 
cb5f4a771bc94db058d5783e6bcfc84a29359d8445f55a38b125fe5e751a7e13ce54533fcdf7ab47b50f5fb37a20858c4113ad7ec683b2123f136a7059763bff
 SHA512 
8f200455229ef944729bab557845b2e4220fdd5146d3610105c907fe14ae4358ce85fab0c63c2a0598968871fc01e8b564c8e4d436930f3d39f11e93ae0b209c
-DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B 
d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121
 SHA512 
8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1

diff --git a/dev-python/keyring/keyring-23.10.0.ebuild 
b/dev-python/keyring/keyring-23.10.0.ebuild
deleted file mode 100644
index e3c99b84fc3b..
--- a/dev-python/keyring/keyring-23.10.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-4.11.4[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10 3.11)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)

diff --git a/dev-python/keyring/keyring-23.9.3-r1.ebuild 
b/dev-python/keyring/keyring-23.9.3-r1.ebuild
deleted file mode 100644
index a2b812627da3..
--- a/dev-python/keyring/keyring-23.9.3-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/bac

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

2022-12-10 Thread Arthur Zamarin
commit: 2b1c48f4bb788c3e4e3aa9567c058c0e48d016f2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 08:50:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 08:50:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1c48f4

dev-python/keyring: Stabilize 23.11.0 ALLARCHES, #885191

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.11.0.ebuild 
b/dev-python/keyring/keyring-23.11.0.ebuild
index e3c99b84fc3b..d527c36723ca 100644
--- a/dev-python/keyring/keyring-23.11.0.ebuild
+++ b/dev-python/keyring/keyring-23.11.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2022-11-19 Thread Arthur Zamarin
commit: 9ccbc5da28f258d38fe9752d0fed31da7a7abbcd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 08:43:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 08:43:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccbc5da

dev-python/keyring: drop 23.9.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-23.9.1.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 0bfbd9d5df80..55f151b4c189 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,3 @@
 DIST keyring-23.10.0.gh.tar.gz 47127 BLAKE2B 
1179cd0b835d2c394f9649782c692ff719d55ee15e975266951df356f97d946a0d7270e454bcaf4dca902ab511d90460c935369773ddf8f553835e0a83123479
 SHA512 
74d0049b300c2740b00d89de1a9688fc5901006d1d499af9a33f6f12d8634b749450d2527420404086ac7ec7606ca9fad4cb002fd217dfa82ccef173aa8e61e9
 DIST keyring-23.11.0.gh.tar.gz 47229 BLAKE2B 
cb5f4a771bc94db058d5783e6bcfc84a29359d8445f55a38b125fe5e751a7e13ce54533fcdf7ab47b50f5fb37a20858c4113ad7ec683b2123f136a7059763bff
 SHA512 
8f200455229ef944729bab557845b2e4220fdd5146d3610105c907fe14ae4358ce85fab0c63c2a0598968871fc01e8b564c8e4d436930f3d39f11e93ae0b209c
-DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623
 DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B 
d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121
 SHA512 
8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1

diff --git a/dev-python/keyring/keyring-23.9.1.ebuild 
b/dev-python/keyring/keyring-23.9.1.ebuild
deleted file mode 100644
index 0117af9dd0a3..
--- a/dev-python/keyring/keyring-23.9.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)



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

2022-11-19 Thread Arthur Zamarin
commit: 39f5b0dd881ba03e2cc506cd6e4103f3074a3991
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 08:36:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 08:36:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f5b0dd

dev-python/keyring: Stabilize 23.9.3-r1 ALLARCHES, #881899

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.9.3-r1.ebuild 
b/dev-python/keyring/keyring-23.9.3-r1.ebuild
index bc128f0e248b..a2b812627da3 100644
--- a/dev-python/keyring/keyring-23.9.3-r1.ebuild
+++ b/dev-python/keyring/keyring-23.9.3-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2022-11-05 Thread Arthur Zamarin
commit: eaf2a4310eb75c3631940511c4e04d69e09c7985
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 20:24:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 20:34:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf2a431

dev-python/keyring: add 23.11.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/Manifest   |  1 +
 dev-python/keyring/keyring-23.11.0.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index ab9ad9665951..0bfbd9d5df80 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-23.10.0.gh.tar.gz 47127 BLAKE2B 
1179cd0b835d2c394f9649782c692ff719d55ee15e975266951df356f97d946a0d7270e454bcaf4dca902ab511d90460c935369773ddf8f553835e0a83123479
 SHA512 
74d0049b300c2740b00d89de1a9688fc5901006d1d499af9a33f6f12d8634b749450d2527420404086ac7ec7606ca9fad4cb002fd217dfa82ccef173aa8e61e9
+DIST keyring-23.11.0.gh.tar.gz 47229 BLAKE2B 
cb5f4a771bc94db058d5783e6bcfc84a29359d8445f55a38b125fe5e751a7e13ce54533fcdf7ab47b50f5fb37a20858c4113ad7ec683b2123f136a7059763bff
 SHA512 
8f200455229ef944729bab557845b2e4220fdd5146d3610105c907fe14ae4358ce85fab0c63c2a0598968871fc01e8b564c8e4d436930f3d39f11e93ae0b209c
 DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623
 DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B 
d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121
 SHA512 
8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1

diff --git a/dev-python/keyring/keyring-23.11.0.ebuild 
b/dev-python/keyring/keyring-23.11.0.ebuild
new file mode 100644
index ..e3c99b84fc3b
--- /dev/null
+++ b/dev-python/keyring/keyring-23.11.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-11-04 Thread Michał Górny
commit: b7f3fb82e019b751d3096b4d19cfdd549fd4a8aa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov  5 04:16:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  5 04:59:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f3fb82

dev-python/keyring: Bump to 23.10.0

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

 dev-python/keyring/Manifest   |  1 +
 dev-python/keyring/keyring-23.10.0.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index eeb8480c04a1..ab9ad9665951 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
+DIST keyring-23.10.0.gh.tar.gz 47127 BLAKE2B 
1179cd0b835d2c394f9649782c692ff719d55ee15e975266951df356f97d946a0d7270e454bcaf4dca902ab511d90460c935369773ddf8f553835e0a83123479
 SHA512 
74d0049b300c2740b00d89de1a9688fc5901006d1d499af9a33f6f12d8634b749450d2527420404086ac7ec7606ca9fad4cb002fd217dfa82ccef173aa8e61e9
 DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623
 DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B 
d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121
 SHA512 
8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1

diff --git a/dev-python/keyring/keyring-23.10.0.ebuild 
b/dev-python/keyring/keyring-23.10.0.ebuild
new file mode 100644
index ..e3c99b84fc3b
--- /dev/null
+++ b/dev-python/keyring/keyring-23.10.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.11.4[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10 3.11)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-10-12 Thread Michał Górny
commit: 962a5aea085e58af7593f72209a54de0bc1dbe15
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 13 05:08:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 13 05:08:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962a5aea

dev-python/keyring: Add missing jaraco-classes RDEP

Closes: https://bugs.gentoo.org/876751
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keyring/{keyring-23.9.3.ebuild => keyring-23.9.3-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/keyring/keyring-23.9.3.ebuild 
b/dev-python/keyring/keyring-23.9.3-r1.ebuild
similarity index 96%
rename from dev-python/keyring/keyring-23.9.3.ebuild
rename to dev-python/keyring/keyring-23.9.3-r1.ebuild
index a90ebe22521a..bc128f0e248b 100644
--- a/dev-python/keyring/keyring-23.9.3.ebuild
+++ b/dev-python/keyring/keyring-23.9.3-r1.ebuild
@@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
>=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]



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

2022-10-02 Thread Michał Górny
commit: eaae9c4b3f47aa5aa223f1a94687d6643286ffdc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  3 06:41:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  3 06:41:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaae9c4b

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  2 --
 dev-python/keyring/keyring-23.8.2.ebuild | 51 
 dev-python/keyring/keyring-23.9.0.ebuild | 51 
 3 files changed, 104 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index ea2ad57af626..eeb8480c04a1 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,2 @@
-DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec
-DIST keyring-23.9.0.gh.tar.gz 46610 BLAKE2B 
31581974d40d4fd0febd576db3967f29a09e9d9251c59fa2d0198cb80f3ec49d043fdde4002f3893cffce6936f4e9e2186457f870ba97e65a22c70a2741e17d3
 SHA512 
c8432d61ef94a56cd3aafa3f766cc1488585cadbea757eb63ba3d73a0b373ac949a27edba4b282ffb8629fcd9a3a6c0b0acea90dd377bf3f2fe5a290b82e4b44
 DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623
 DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B 
d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121
 SHA512 
8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1

diff --git a/dev-python/keyring/keyring-23.8.2.ebuild 
b/dev-python/keyring/keyring-23.8.2.ebuild
deleted file mode 100644
index 0117af9dd0a3..
--- a/dev-python/keyring/keyring-23.8.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)

diff --git a/dev-python/keyring/keyring-23.9.0.ebuild 
b/dev-python/keyring/keyring-23.9.0.ebuild
deleted file mode 100644
index a90ebe22521a..
--- a/dev-python/keyring/keyring-23.9.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. w

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

2022-10-02 Thread Arthur Zamarin
commit: fa7ea03e243d52fb7cca361b7ee0a06b6b198a1e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  2 19:24:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  2 19:24:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7ea03e

dev-python/keyring: Stabilize 23.9.1 ALLARCHES, #874237

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.9.1.ebuild 
b/dev-python/keyring/keyring-23.9.1.ebuild
index a90ebe22521a..0117af9dd0a3 100644
--- a/dev-python/keyring/keyring-23.9.1.ebuild
+++ b/dev-python/keyring/keyring-23.9.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2022-09-22 Thread Michał Górny
commit: 5ec2d782b8b5a1afb6141ba8c56f6705485fe028
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 07:29:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec2d782

dev-python/keyring: Bump to 23.9.3

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.9.3.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index e8fd34096232..ea2ad57af626 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec
 DIST keyring-23.9.0.gh.tar.gz 46610 BLAKE2B 
31581974d40d4fd0febd576db3967f29a09e9d9251c59fa2d0198cb80f3ec49d043fdde4002f3893cffce6936f4e9e2186457f870ba97e65a22c70a2741e17d3
 SHA512 
c8432d61ef94a56cd3aafa3f766cc1488585cadbea757eb63ba3d73a0b373ac949a27edba4b282ffb8629fcd9a3a6c0b0acea90dd377bf3f2fe5a290b82e4b44
 DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623
+DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B 
d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121
 SHA512 
8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1

diff --git a/dev-python/keyring/keyring-23.9.3.ebuild 
b/dev-python/keyring/keyring-23.9.3.ebuild
new file mode 100644
index ..a90ebe22521a
--- /dev/null
+++ b/dev-python/keyring/keyring-23.9.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-09-10 Thread Michał Górny
commit: eaeef1cd10b02d73fb1eceb12602fc055b82152f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 11 05:30:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 11 05:30:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaeef1cd

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  2 --
 dev-python/keyring/keyring-23.7.0.ebuild | 51 
 dev-python/keyring/keyring-23.8.0.ebuild | 51 
 3 files changed, 104 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 0901b82dfdbb..e8fd34096232 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,5 +1,3 @@
-DIST keyring-23.7.0.gh.tar.gz 45352 BLAKE2B 
8cad2f2c7443adf710220d546a080c4ca106c9939f5a91ef56cd6f034cf71fcb86515005f17adf3ffc35ab616ed722e469ae0c92040d57d4183d6a4ced6a2682
 SHA512 
351afb3e376350192d5b02f2cb9bdf4bc28d551e4184145bd05ba7fd0c950c7cfeae0f75ed63bfed670648e2b7d2f491b894939d37edbdb0869d4cb74a4fc97e
-DIST keyring-23.8.0.gh.tar.gz 45941 BLAKE2B 
db78b53e2d2964c65d850df4226954db696037fa220f003d91e94603ce12b4d3668b7b53a91b71244d8555ba9c9195309a2e8a9aafd88d12da0f1a916b469857
 SHA512 
daa0b88b9f7c6e94eb589c15f364ff2a0fb83cead50b4fcafa6214072681d4346c8abe7ee8ab76f0ab93b7c7bccc551f65912dbfa749256e226f1e84793676dc
 DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec
 DIST keyring-23.9.0.gh.tar.gz 46610 BLAKE2B 
31581974d40d4fd0febd576db3967f29a09e9d9251c59fa2d0198cb80f3ec49d043fdde4002f3893cffce6936f4e9e2186457f870ba97e65a22c70a2741e17d3
 SHA512 
c8432d61ef94a56cd3aafa3f766cc1488585cadbea757eb63ba3d73a0b373ac949a27edba4b282ffb8629fcd9a3a6c0b0acea90dd377bf3f2fe5a290b82e4b44
 DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623

diff --git a/dev-python/keyring/keyring-23.7.0.ebuild 
b/dev-python/keyring/keyring-23.7.0.ebuild
deleted file mode 100644
index 0117af9dd0a3..
--- a/dev-python/keyring/keyring-23.7.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)

diff --git a/dev-python/keyring/keyring-23.8.0.ebuild 
b/dev-python/keyring/keyring-23.8.0.ebuild
deleted file mode 100644
index a90ebe22521a..
--- a/dev-python/keyring/keyring-23.8.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_m

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

2022-09-10 Thread Jakov Smolić
commit: f79d8875e20e4e613551254668efff82468ad053
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Sep 10 22:51:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Sep 10 22:51:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79d8875

dev-python/keyring: Stabilize 23.8.2 ALLARCHES, #869596

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/keyring/keyring-23.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.8.2.ebuild 
b/dev-python/keyring/keyring-23.8.2.ebuild
index a90ebe22521a..0117af9dd0a3 100644
--- a/dev-python/keyring/keyring-23.8.2.ebuild
+++ b/dev-python/keyring/keyring-23.8.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2022-09-05 Thread Michał Górny
commit: 695e57657a14d5c70434f96aec22324238d925f5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  5 06:51:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  5 07:17:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695e5765

dev-python/keyring: Bump to 23.9.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.9.1.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index e059a4779a9b..0901b82dfdbb 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -2,3 +2,4 @@ DIST keyring-23.7.0.gh.tar.gz 45352 BLAKE2B 
8cad2f2c7443adf710220d546a080c4ca106
 DIST keyring-23.8.0.gh.tar.gz 45941 BLAKE2B 
db78b53e2d2964c65d850df4226954db696037fa220f003d91e94603ce12b4d3668b7b53a91b71244d8555ba9c9195309a2e8a9aafd88d12da0f1a916b469857
 SHA512 
daa0b88b9f7c6e94eb589c15f364ff2a0fb83cead50b4fcafa6214072681d4346c8abe7ee8ab76f0ab93b7c7bccc551f65912dbfa749256e226f1e84793676dc
 DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec
 DIST keyring-23.9.0.gh.tar.gz 46610 BLAKE2B 
31581974d40d4fd0febd576db3967f29a09e9d9251c59fa2d0198cb80f3ec49d043fdde4002f3893cffce6936f4e9e2186457f870ba97e65a22c70a2741e17d3
 SHA512 
c8432d61ef94a56cd3aafa3f766cc1488585cadbea757eb63ba3d73a0b373ac949a27edba4b282ffb8629fcd9a3a6c0b0acea90dd377bf3f2fe5a290b82e4b44
+DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623

diff --git a/dev-python/keyring/keyring-23.9.1.ebuild 
b/dev-python/keyring/keyring-23.9.1.ebuild
new file mode 100644
index ..a90ebe22521a
--- /dev/null
+++ b/dev-python/keyring/keyring-23.9.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-09-01 Thread Arthur Zamarin
commit: 9d49729f8014106742f407029232fa015ff9f447
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  1 18:43:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  1 19:41:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d49729f

dev-python/keyring: add 23.9.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.9.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index b7a93d52a8ae..e059a4779a9b 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-23.7.0.gh.tar.gz 45352 BLAKE2B 
8cad2f2c7443adf710220d546a080c4ca106c9939f5a91ef56cd6f034cf71fcb86515005f17adf3ffc35ab616ed722e469ae0c92040d57d4183d6a4ced6a2682
 SHA512 
351afb3e376350192d5b02f2cb9bdf4bc28d551e4184145bd05ba7fd0c950c7cfeae0f75ed63bfed670648e2b7d2f491b894939d37edbdb0869d4cb74a4fc97e
 DIST keyring-23.8.0.gh.tar.gz 45941 BLAKE2B 
db78b53e2d2964c65d850df4226954db696037fa220f003d91e94603ce12b4d3668b7b53a91b71244d8555ba9c9195309a2e8a9aafd88d12da0f1a916b469857
 SHA512 
daa0b88b9f7c6e94eb589c15f364ff2a0fb83cead50b4fcafa6214072681d4346c8abe7ee8ab76f0ab93b7c7bccc551f65912dbfa749256e226f1e84793676dc
 DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec
+DIST keyring-23.9.0.gh.tar.gz 46610 BLAKE2B 
31581974d40d4fd0febd576db3967f29a09e9d9251c59fa2d0198cb80f3ec49d043fdde4002f3893cffce6936f4e9e2186457f870ba97e65a22c70a2741e17d3
 SHA512 
c8432d61ef94a56cd3aafa3f766cc1488585cadbea757eb63ba3d73a0b373ac949a27edba4b282ffb8629fcd9a3a6c0b0acea90dd377bf3f2fe5a290b82e4b44

diff --git a/dev-python/keyring/keyring-23.9.0.ebuild 
b/dev-python/keyring/keyring-23.9.0.ebuild
new file mode 100644
index ..a90ebe22521a
--- /dev/null
+++ b/dev-python/keyring/keyring-23.9.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-08-17 Thread Arthur Zamarin
commit: 43219064b8615500146705f8ff7ac2340d37764b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:30:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:30:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43219064

dev-python/keyring: drop 23.6.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-23.6.0.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index ea6bb38ab4e6..b7a93d52a8ae 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,3 @@
-DIST keyring-23.6.0.gh.tar.gz 45236 BLAKE2B 
98ea183760da39512fcebd93b182b10f031853ee88d4e93add119a760851d9552d830fe599c57937d84a23df67b6a6ca9e33a5623a034da2fc8b28c0216a6aaf
 SHA512 
dc196914389ad12f89652614ea00b2ca17cf22471f1bd41ed3cb58519b1ca9b8ad7f497707d77c31d1354c12d73b9881d4f5511c61a6dc562ec358f3009a0c70
 DIST keyring-23.7.0.gh.tar.gz 45352 BLAKE2B 
8cad2f2c7443adf710220d546a080c4ca106c9939f5a91ef56cd6f034cf71fcb86515005f17adf3ffc35ab616ed722e469ae0c92040d57d4183d6a4ced6a2682
 SHA512 
351afb3e376350192d5b02f2cb9bdf4bc28d551e4184145bd05ba7fd0c950c7cfeae0f75ed63bfed670648e2b7d2f491b894939d37edbdb0869d4cb74a4fc97e
 DIST keyring-23.8.0.gh.tar.gz 45941 BLAKE2B 
db78b53e2d2964c65d850df4226954db696037fa220f003d91e94603ce12b4d3668b7b53a91b71244d8555ba9c9195309a2e8a9aafd88d12da0f1a916b469857
 SHA512 
daa0b88b9f7c6e94eb589c15f364ff2a0fb83cead50b4fcafa6214072681d4346c8abe7ee8ab76f0ab93b7c7bccc551f65912dbfa749256e226f1e84793676dc
 DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec

diff --git a/dev-python/keyring/keyring-23.6.0.ebuild 
b/dev-python/keyring/keyring-23.6.0.ebuild
deleted file mode 100644
index 27c67267d825..
--- a/dev-python/keyring/keyring-23.6.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)



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

2022-08-17 Thread Sam James
commit: 59bf5753cb5e158b2f0cfd769246e2c97afd872d
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 18:52:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 18:52:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bf5753

dev-python/keyring: Stabilize 23.7.0 ALLARCHES, #865585

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

 dev-python/keyring/keyring-23.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.7.0.ebuild 
b/dev-python/keyring/keyring-23.7.0.ebuild
index a90ebe22521a..0117af9dd0a3 100644
--- a/dev-python/keyring/keyring-23.7.0.ebuild
+++ b/dev-python/keyring/keyring-23.7.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2022-08-08 Thread Arthur Zamarin
commit: e6c9125cf46abe97fefc00c31cf002ccfd7b7450
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug  8 18:56:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug  8 19:17:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c9125c

dev-python/keyring: add 23.8.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.8.2.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index bc4e22a8fd3a..ea6bb38ab4e6 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-23.6.0.gh.tar.gz 45236 BLAKE2B 
98ea183760da39512fcebd93b182b10f031853ee88d4e93add119a760851d9552d830fe599c57937d84a23df67b6a6ca9e33a5623a034da2fc8b28c0216a6aaf
 SHA512 
dc196914389ad12f89652614ea00b2ca17cf22471f1bd41ed3cb58519b1ca9b8ad7f497707d77c31d1354c12d73b9881d4f5511c61a6dc562ec358f3009a0c70
 DIST keyring-23.7.0.gh.tar.gz 45352 BLAKE2B 
8cad2f2c7443adf710220d546a080c4ca106c9939f5a91ef56cd6f034cf71fcb86515005f17adf3ffc35ab616ed722e469ae0c92040d57d4183d6a4ced6a2682
 SHA512 
351afb3e376350192d5b02f2cb9bdf4bc28d551e4184145bd05ba7fd0c950c7cfeae0f75ed63bfed670648e2b7d2f491b894939d37edbdb0869d4cb74a4fc97e
 DIST keyring-23.8.0.gh.tar.gz 45941 BLAKE2B 
db78b53e2d2964c65d850df4226954db696037fa220f003d91e94603ce12b4d3668b7b53a91b71244d8555ba9c9195309a2e8a9aafd88d12da0f1a916b469857
 SHA512 
daa0b88b9f7c6e94eb589c15f364ff2a0fb83cead50b4fcafa6214072681d4346c8abe7ee8ab76f0ab93b7c7bccc551f65912dbfa749256e226f1e84793676dc
+DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec

diff --git a/dev-python/keyring/keyring-23.8.2.ebuild 
b/dev-python/keyring/keyring-23.8.2.ebuild
new file mode 100644
index ..a90ebe22521a
--- /dev/null
+++ b/dev-python/keyring/keyring-23.8.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-08-07 Thread Arthur Zamarin
commit: 4130afdbbb2b1a2be656ec9a2c0f90619c2f7cc4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug  7 18:57:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug  7 19:21:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4130afdb

dev-python/keyring: add 23.8.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.8.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 191067e86315..bc4e22a8fd3a 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-23.6.0.gh.tar.gz 45236 BLAKE2B 
98ea183760da39512fcebd93b182b10f031853ee88d4e93add119a760851d9552d830fe599c57937d84a23df67b6a6ca9e33a5623a034da2fc8b28c0216a6aaf
 SHA512 
dc196914389ad12f89652614ea00b2ca17cf22471f1bd41ed3cb58519b1ca9b8ad7f497707d77c31d1354c12d73b9881d4f5511c61a6dc562ec358f3009a0c70
 DIST keyring-23.7.0.gh.tar.gz 45352 BLAKE2B 
8cad2f2c7443adf710220d546a080c4ca106c9939f5a91ef56cd6f034cf71fcb86515005f17adf3ffc35ab616ed722e469ae0c92040d57d4183d6a4ced6a2682
 SHA512 
351afb3e376350192d5b02f2cb9bdf4bc28d551e4184145bd05ba7fd0c950c7cfeae0f75ed63bfed670648e2b7d2f491b894939d37edbdb0869d4cb74a4fc97e
+DIST keyring-23.8.0.gh.tar.gz 45941 BLAKE2B 
db78b53e2d2964c65d850df4226954db696037fa220f003d91e94603ce12b4d3668b7b53a91b71244d8555ba9c9195309a2e8a9aafd88d12da0f1a916b469857
 SHA512 
daa0b88b9f7c6e94eb589c15f364ff2a0fb83cead50b4fcafa6214072681d4346c8abe7ee8ab76f0ab93b7c7bccc551f65912dbfa749256e226f1e84793676dc

diff --git a/dev-python/keyring/keyring-23.8.0.ebuild 
b/dev-python/keyring/keyring-23.8.0.ebuild
new file mode 100644
index ..a90ebe22521a
--- /dev/null
+++ b/dev-python/keyring/keyring-23.8.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-07-14 Thread Arthur Zamarin
commit: c569ab964dd9b158609ffaa4fe067ba6d0f5e6f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jul 14 18:22:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jul 14 18:22:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c569ab96

dev-python/keyring: add 23.7.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.7.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 92d65cc38fab..191067e86315 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-23.6.0.gh.tar.gz 45236 BLAKE2B 
98ea183760da39512fcebd93b182b10f031853ee88d4e93add119a760851d9552d830fe599c57937d84a23df67b6a6ca9e33a5623a034da2fc8b28c0216a6aaf
 SHA512 
dc196914389ad12f89652614ea00b2ca17cf22471f1bd41ed3cb58519b1ca9b8ad7f497707d77c31d1354c12d73b9881d4f5511c61a6dc562ec358f3009a0c70
+DIST keyring-23.7.0.gh.tar.gz 45352 BLAKE2B 
8cad2f2c7443adf710220d546a080c4ca106c9939f5a91ef56cd6f034cf71fcb86515005f17adf3ffc35ab616ed722e469ae0c92040d57d4183d6a4ced6a2682
 SHA512 
351afb3e376350192d5b02f2cb9bdf4bc28d551e4184145bd05ba7fd0c950c7cfeae0f75ed63bfed670648e2b7d2f491b894939d37edbdb0869d4cb74a4fc97e

diff --git a/dev-python/keyring/keyring-23.7.0.ebuild 
b/dev-python/keyring/keyring-23.7.0.ebuild
new file mode 100644
index ..a90ebe22521a
--- /dev/null
+++ b/dev-python/keyring/keyring-23.7.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-07-03 Thread Michał Górny
commit: 6e9c74d0edc0507fe5bef24887ea2775961b1ec6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 26 10:37:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  4 06:57:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9c74d0

dev-python/keyring: Remove keywords for wd40 arches

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

 dev-python/keyring/keyring-23.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.6.0.ebuild 
b/dev-python/keyring/keyring-23.6.0.ebuild
index fd91c4904577..27c67267d825 100644
--- a/dev-python/keyring/keyring-23.6.0.ebuild
+++ b/dev-python/keyring/keyring-23.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2022-06-24 Thread Michał Górny
commit: bb9530d96788aa14c4380b732ccc1cc48defd6b2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 24 10:27:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 24 10:27:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9530d9

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  2 --
 dev-python/keyring/keyring-23.5.0.ebuild | 52 -
 dev-python/keyring/keyring-23.5.1.ebuild | 56 
 3 files changed, 110 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 87ffeb78c997..92d65cc38fab 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1 @@
-DIST keyring-23.5.0.tar.gz 44586 BLAKE2B 
70179f8353147679f03c888b1af00d2461264e7a7062eb7b1372615ae883f43352999ce57e24f3378ac66d5e74a81df66702bf380eb32d6d3554777e9ca63dfe
 SHA512 
639d1cdece5dac854053818f3a4751b30fb9f13a2b3abb0090ba0cb519b50604858673678fe6205c2ec10be863e5f3d63cc7891424beabe2482d35b820a60da1
-DIST keyring-23.5.1.gh.tar.gz 44938 BLAKE2B 
65c03e58ae8de844c1ed58486fd6348a1c7063025d92f9857c972cb3b2f29f4726dd03d25ff04329170719478ec5334f922556ef8598416d0ee07af6fb23c167
 SHA512 
521dd393221287840a5e9d22e94714d88ebb3ac26e87a72dae4958b7d63900cc445bdd087c2192353cdcd72b380d17838e93c4d9e1012f13e026ea27def11f38
 DIST keyring-23.6.0.gh.tar.gz 45236 BLAKE2B 
98ea183760da39512fcebd93b182b10f031853ee88d4e93add119a760851d9552d830fe599c57937d84a23df67b6a6ca9e33a5623a034da2fc8b28c0216a6aaf
 SHA512 
dc196914389ad12f89652614ea00b2ca17cf22471f1bd41ed3cb58519b1ca9b8ad7f497707d77c31d1354c12d73b9881d4f5511c61a6dc562ec358f3009a0c70

diff --git a/dev-python/keyring/keyring-23.5.0.ebuild 
b/dev-python/keyring/keyring-23.5.0.ebuild
deleted file mode 100644
index a4719564f632..
--- a/dev-python/keyring/keyring-23.5.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)
-
-src_prepare() {
-   # remove jaraco.tidelift dependency from docs, quite useless
-   sed -e '/tidelift/d' -i docs/conf.py docs/index.rst || die
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/keyring/keyring-23.5.1.ebuild 
b/dev-python/keyring/keyring-23.5.1.ebuild
deleted file mode 100644
index b0b2427e6483..
--- a/dev-python/keyring/keyring-23.5.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="
-   https://github.com/jaraco/keyring/
-   https://pypi.org/project/keyring/
-"
-SRC_URI="
-   https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends

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

2022-06-24 Thread Arthur Zamarin
commit: 7f83ebf01b2a3183e0ddb1869c4dd0a942245e41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 24 09:00:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 24 09:00:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f83ebf0

dev-python/keyring: Stabilize 23.6.0 ALLARCHES, #853997

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.6.0.ebuild 
b/dev-python/keyring/keyring-23.6.0.ebuild
index f5b8e85e5cc3..fd91c4904577 100644
--- a/dev-python/keyring/keyring-23.6.0.ebuild
+++ b/dev-python/keyring/keyring-23.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]



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

2022-06-08 Thread Michał Górny
commit: 071af017794f072ddc0d26875ac1565bc50c608b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  8 19:32:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 19:40:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071af017

dev-python/keyring: Bump to 23.6.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.6.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index b53e88d0a9f1..87ffeb78c997 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-23.5.0.tar.gz 44586 BLAKE2B 
70179f8353147679f03c888b1af00d2461264e7a7062eb7b1372615ae883f43352999ce57e24f3378ac66d5e74a81df66702bf380eb32d6d3554777e9ca63dfe
 SHA512 
639d1cdece5dac854053818f3a4751b30fb9f13a2b3abb0090ba0cb519b50604858673678fe6205c2ec10be863e5f3d63cc7891424beabe2482d35b820a60da1
 DIST keyring-23.5.1.gh.tar.gz 44938 BLAKE2B 
65c03e58ae8de844c1ed58486fd6348a1c7063025d92f9857c972cb3b2f29f4726dd03d25ff04329170719478ec5334f922556ef8598416d0ee07af6fb23c167
 SHA512 
521dd393221287840a5e9d22e94714d88ebb3ac26e87a72dae4958b7d63900cc445bdd087c2192353cdcd72b380d17838e93c4d9e1012f13e026ea27def11f38
+DIST keyring-23.6.0.gh.tar.gz 45236 BLAKE2B 
98ea183760da39512fcebd93b182b10f031853ee88d4e93add119a760851d9552d830fe599c57937d84a23df67b6a6ca9e33a5623a034da2fc8b28c0216a6aaf
 SHA512 
dc196914389ad12f89652614ea00b2ca17cf22471f1bd41ed3cb58519b1ca9b8ad7f497707d77c31d1354c12d73b9881d4f5511c61a6dc562ec358f3009a0c70

diff --git a/dev-python/keyring/keyring-23.6.0.ebuild 
b/dev-python/keyring/keyring-23.6.0.ebuild
new file mode 100644
index ..f5b8e85e5cc3
--- /dev/null
+++ b/dev-python/keyring/keyring-23.6.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2022-06-02 Thread Michał Górny
commit: d3d6569ceac7660edf86022650a24cfee8990daa
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  2 08:31:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  2 08:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d6569c

dev-python/keyring: Remove broken USE=doc

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

 dev-python/keyring/keyring-23.5.1.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/keyring/keyring-23.5.1.ebuild 
b/dev-python/keyring/keyring-23.5.1.ebuild
index 490599b99cce..b0b2427e6483 100644
--- a/dev-python/keyring/keyring-23.5.1.ebuild
+++ b/dev-python/keyring/keyring-23.5.1.ebuild
@@ -32,9 +32,6 @@ BDEPEND="
 "
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
 



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

2022-05-23 Thread Michał Górny
commit: 9c435626f6673eb1c2c299d7c612f66517b4124f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 24 04:34:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 24 06:15:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c435626

dev-python/keyring: Enable py3.11

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

 dev-python/keyring/keyring-23.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.5.1.ebuild 
b/dev-python/keyring/keyring-23.5.1.ebuild
index 2166b7749410..490599b99cce 100644
--- a/dev-python/keyring/keyring-23.5.1.ebuild
+++ b/dev-python/keyring/keyring-23.5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-22 Thread Michał Górny
commit: a7746527d5db60c7b7f8d5810b9edffa94982544
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 23 05:48:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 23 06:34:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7746527

dev-python/keyring: Bump to 23.5.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.5.1.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 0f4c66af10c2..b53e88d0a9f1 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-23.5.0.tar.gz 44586 BLAKE2B 
70179f8353147679f03c888b1af00d2461264e7a7062eb7b1372615ae883f43352999ce57e24f3378ac66d5e74a81df66702bf380eb32d6d3554777e9ca63dfe
 SHA512 
639d1cdece5dac854053818f3a4751b30fb9f13a2b3abb0090ba0cb519b50604858673678fe6205c2ec10be863e5f3d63cc7891424beabe2482d35b820a60da1
+DIST keyring-23.5.1.gh.tar.gz 44938 BLAKE2B 
65c03e58ae8de844c1ed58486fd6348a1c7063025d92f9857c972cb3b2f29f4726dd03d25ff04329170719478ec5334f922556ef8598416d0ee07af6fb23c167
 SHA512 
521dd393221287840a5e9d22e94714d88ebb3ac26e87a72dae4958b7d63900cc445bdd087c2192353cdcd72b380d17838e93c4d9e1012f13e026ea27def11f38

diff --git a/dev-python/keyring/keyring-23.5.1.ebuild 
b/dev-python/keyring/keyring-23.5.1.ebuild
new file mode 100644
index ..2166b7749410
--- /dev/null
+++ b/dev-python/keyring/keyring-23.5.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)
+
+src_prepare() {
+   # remove jaraco.tidelift dependency from docs, quite useless
+   sed -e '/tidelift/d' -i docs/conf.py docs/index.rst || die
+
+   distutils-r1_src_prepare
+}



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

2022-05-02 Thread Arthur Zamarin
commit: dbdd63196808c2bf9e9000275909f62c57361db0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  2 19:37:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  2 19:37:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdd6319

dev-python/keyring: Keyword 23.5.0 ia64, #842138

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.5.0.ebuild 
b/dev-python/keyring/keyring-23.5.0.ebuild
index e1ed6a0954a3..a4719564f632 100644
--- a/dev-python/keyring/keyring-23.5.0.ebuild
+++ b/dev-python/keyring/keyring-23.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2022-04-25 Thread Sam James
commit: f705140850f2800077d61cdb13d36c94c219e0d6
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 25 16:49:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 25 16:50:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7051408

dev-python/keyring: Keyword 23.5.0 s390, #840413

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

 dev-python/keyring/keyring-23.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.5.0.ebuild 
b/dev-python/keyring/keyring-23.5.0.ebuild
index 5012e18d282c..3a2495f8f7fe 100644
--- a/dev-python/keyring/keyring-23.5.0.ebuild
+++ b/dev-python/keyring/keyring-23.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2022-02-04 Thread Arthur Zamarin
commit: 8294637aad2af3d24201f20607ba19a8c2497fb7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  4 19:07:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  4 19:47:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8294637a

dev-python/keyring: fix docs generation

Remove jaraco.tidelift dependency from docs.
No revbump, as no affect for [-doc], and [doc] was failing to build
(as we don't have this dependency, or if it came from an overlay,
this is just meens they have a little different doc).

Closes: https://bugs.gentoo.org/831633
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.5.0.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/keyring/keyring-23.5.0.ebuild 
b/dev-python/keyring/keyring-23.5.0.ebuild
index 5c2905d189d9..5012e18d282c 100644
--- a/dev-python/keyring/keyring-23.5.0.ebuild
+++ b/dev-python/keyring/keyring-23.5.0.ebuild
@@ -43,3 +43,10 @@ EPYTEST_IGNORE=(
# hangs
tests/backends/test_kwallet.py
 )
+
+src_prepare() {
+   # remove jaraco.tidelift dependency from docs, quite useless
+   sed -e '/tidelift/d' -i docs/conf.py docs/index.rst || die
+
+   distutils-r1_src_prepare
+}



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

2022-02-04 Thread Michał Górny
commit: 066643dc141e88b7c5c96e744cc95f78102435cc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  4 11:44:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  4 12:03:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066643dc

dev-python/keyring: Remove obsolete toml dep (from setuptools_scm)

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

 dev-python/keyring/keyring-23.5.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.5.0.ebuild 
b/dev-python/keyring/keyring-23.5.0.ebuild
index 15e221adc895..5c2905d189d9 100644
--- a/dev-python/keyring/keyring-23.5.0.ebuild
+++ b/dev-python/keyring/keyring-23.5.0.ebuild
@@ -22,7 +22,6 @@ RDEPEND="
 "
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest



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

2022-02-03 Thread Michał Górny
commit: 65c01ca152c66c99ac2a9325336163403c726035
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  3 21:31:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  3 21:31:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c01ca1

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-23.4.0.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index eff4b611b586..0f4c66af10c2 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1 @@
-DIST keyring-23.4.0.tar.gz 44557 BLAKE2B 
1115ecfca9f7d7cd5d28168d9d4198e329217ace82a32fe4db1b40aa96e6a352face46f4e8877407618e701713a8f1347810a24706bbe1872bff758f71ae34f5
 SHA512 
214041375a1bddda099042168f0f4c5ea4cf24c347a0693ab3efd7eb7a0ab2c36abff33f3d83168cfe5ae5dd971e0f3de4548fb0651e435009766aec740e64eb
 DIST keyring-23.5.0.tar.gz 44586 BLAKE2B 
70179f8353147679f03c888b1af00d2461264e7a7062eb7b1372615ae883f43352999ce57e24f3378ac66d5e74a81df66702bf380eb32d6d3554777e9ca63dfe
 SHA512 
639d1cdece5dac854053818f3a4751b30fb9f13a2b3abb0090ba0cb519b50604858673678fe6205c2ec10be863e5f3d63cc7891424beabe2482d35b820a60da1

diff --git a/dev-python/keyring/keyring-23.4.0.ebuild 
b/dev-python/keyring/keyring-23.4.0.ebuild
deleted file mode 100644
index f96cd174d7d8..
--- a/dev-python/keyring/keyring-23.4.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)



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

2022-02-03 Thread Arthur Zamarin
commit: 748d8f89b727ba55d26a0c2842d7b2aa5a5245d6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb  3 21:00:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb  3 21:00:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748d8f89

dev-python/keyring: Stabilize 23.5.0 ALLARCHES, #832656

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.5.0.ebuild 
b/dev-python/keyring/keyring-23.5.0.ebuild
index 509006168d2e..15e221adc895 100644
--- a/dev-python/keyring/keyring-23.5.0.ebuild
+++ b/dev-python/keyring/keyring-23.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2022-01-02 Thread Michał Górny
commit: 37802d7a2824a04ae29c61aa40504131300d6f1c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  2 07:45:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  2 10:59:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37802d7a

dev-python/keyring: Bump to 23.5.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.5.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 7f5ec820eb14..eff4b611b586 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-23.4.0.tar.gz 44557 BLAKE2B 
1115ecfca9f7d7cd5d28168d9d4198e329217ace82a32fe4db1b40aa96e6a352face46f4e8877407618e701713a8f1347810a24706bbe1872bff758f71ae34f5
 SHA512 
214041375a1bddda099042168f0f4c5ea4cf24c347a0693ab3efd7eb7a0ab2c36abff33f3d83168cfe5ae5dd971e0f3de4548fb0651e435009766aec740e64eb
+DIST keyring-23.5.0.tar.gz 44586 BLAKE2B 
70179f8353147679f03c888b1af00d2461264e7a7062eb7b1372615ae883f43352999ce57e24f3378ac66d5e74a81df66702bf380eb32d6d3554777e9ca63dfe
 SHA512 
639d1cdece5dac854053818f3a4751b30fb9f13a2b3abb0090ba0cb519b50604858673678fe6205c2ec10be863e5f3d63cc7891424beabe2482d35b820a60da1

diff --git a/dev-python/keyring/keyring-23.5.0.ebuild 
b/dev-python/keyring/keyring-23.5.0.ebuild
new file mode 100644
index ..509006168d2e
--- /dev/null
+++ b/dev-python/keyring/keyring-23.5.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2021-12-30 Thread Michał Górny
commit: 0040e2de6e064d5d14596e6c643b150d7b362971
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 30 21:26:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 30 21:26:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0040e2de

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-23.3.0.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index f7059690758f..7f5ec820eb14 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1 @@
-DIST keyring-23.3.0.tar.gz 44669 BLAKE2B 
3f6cd3ff558b0a792d405c1c8175bf68c8463f26662d74c1f439e28d7914ef7f26c6091c64ef372e78028eeda04d2a5bcbe253477632b2e53d92d36ade43d47a
 SHA512 
39264abf585949da444fdacbb1195c981157e151d1d14373c5afe0f6547f8da46b2da3e14f47e363bbccd69ee90bc182c287bd963d8b99301a5e919e511426cf
 DIST keyring-23.4.0.tar.gz 44557 BLAKE2B 
1115ecfca9f7d7cd5d28168d9d4198e329217ace82a32fe4db1b40aa96e6a352face46f4e8877407618e701713a8f1347810a24706bbe1872bff758f71ae34f5
 SHA512 
214041375a1bddda099042168f0f4c5ea4cf24c347a0693ab3efd7eb7a0ab2c36abff33f3d83168cfe5ae5dd971e0f3de4548fb0651e435009766aec740e64eb

diff --git a/dev-python/keyring/keyring-23.3.0.ebuild 
b/dev-python/keyring/keyring-23.3.0.ebuild
deleted file mode 100644
index f96cd174d7d8..
--- a/dev-python/keyring/keyring-23.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)



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

2021-12-30 Thread Arthur Zamarin
commit: 6708ba3fa1e16ee4da1c2b1af3ae8a55fceb573a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 30 20:06:33 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 30 20:06:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6708ba3f

dev-python/keyring: Stabilize 23.4.0 ALLARCHES, #830319

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.4.0.ebuild 
b/dev-python/keyring/keyring-23.4.0.ebuild
index dced4d33c0b0..f96cd174d7d8 100644
--- a/dev-python/keyring/keyring-23.4.0.ebuild
+++ b/dev-python/keyring/keyring-23.4.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-12-28 Thread Michał Górny
commit: 9ba98f7f3c05a1ff986e551ea6e1643222c3f49c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 28 20:51:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 28 20:53:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba98f7f

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-23.2.1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index fe302b0b00cd..f7059690758f 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,2 @@
-DIST keyring-23.2.1.tar.gz 44522 BLAKE2B 
79ba1fb530cecad84ba94e9a27f32196367af92952946c07581d68d5e89fac93d9b7a33cad8d1a95ae9ffe1568ddc189cd17decea7113debb022dafba4472bfd
 SHA512 
205f74d9457f65952b1cada1a829bb97318cb80689b410eedb49def3577234f715ec6420d7d12833255ef5098040d0a5186be47fa6b8c6db6036406c3ee2e246
 DIST keyring-23.3.0.tar.gz 44669 BLAKE2B 
3f6cd3ff558b0a792d405c1c8175bf68c8463f26662d74c1f439e28d7914ef7f26c6091c64ef372e78028eeda04d2a5bcbe253477632b2e53d92d36ade43d47a
 SHA512 
39264abf585949da444fdacbb1195c981157e151d1d14373c5afe0f6547f8da46b2da3e14f47e363bbccd69ee90bc182c287bd963d8b99301a5e919e511426cf
 DIST keyring-23.4.0.tar.gz 44557 BLAKE2B 
1115ecfca9f7d7cd5d28168d9d4198e329217ace82a32fe4db1b40aa96e6a352face46f4e8877407618e701713a8f1347810a24706bbe1872bff758f71ae34f5
 SHA512 
214041375a1bddda099042168f0f4c5ea4cf24c347a0693ab3efd7eb7a0ab2c36abff33f3d83168cfe5ae5dd971e0f3de4548fb0651e435009766aec740e64eb

diff --git a/dev-python/keyring/keyring-23.2.1.ebuild 
b/dev-python/keyring/keyring-23.2.1.ebuild
deleted file mode 100644
index f96cd174d7d8..
--- a/dev-python/keyring/keyring-23.2.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-)
-
-EPYTEST_IGNORE=(
-   # apparently does not unlock the keyring properly
-   tests/backends/test_libsecret.py
-   # hangs
-   tests/backends/test_kwallet.py
-)



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

2021-12-28 Thread Arthur Zamarin
commit: 4828170e0de218aacd56c6c10bba969c6fa4e87d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 28 20:20:49 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 28 20:20:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4828170e

dev-python/keyring: Stabilize 23.3.0 ALLARCHES, #830181

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keyring/keyring-23.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.3.0.ebuild 
b/dev-python/keyring/keyring-23.3.0.ebuild
index dced4d33c0b0..f96cd174d7d8 100644
--- a/dev-python/keyring/keyring-23.3.0.ebuild
+++ b/dev-python/keyring/keyring-23.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-11-28 Thread Michał Górny
commit: dab61ce8bba14f104289586ed1d267fc43d390e1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 28 21:24:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 28 22:01:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab61ce8

dev-python/keyring: Bump to 23.4.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.4.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 96b1a2ee47a7..fe302b0b00cd 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-23.2.1.tar.gz 44522 BLAKE2B 
79ba1fb530cecad84ba94e9a27f32196367af92952946c07581d68d5e89fac93d9b7a33cad8d1a95ae9ffe1568ddc189cd17decea7113debb022dafba4472bfd
 SHA512 
205f74d9457f65952b1cada1a829bb97318cb80689b410eedb49def3577234f715ec6420d7d12833255ef5098040d0a5186be47fa6b8c6db6036406c3ee2e246
 DIST keyring-23.3.0.tar.gz 44669 BLAKE2B 
3f6cd3ff558b0a792d405c1c8175bf68c8463f26662d74c1f439e28d7914ef7f26c6091c64ef372e78028eeda04d2a5bcbe253477632b2e53d92d36ade43d47a
 SHA512 
39264abf585949da444fdacbb1195c981157e151d1d14373c5afe0f6547f8da46b2da3e14f47e363bbccd69ee90bc182c287bd963d8b99301a5e919e511426cf
+DIST keyring-23.4.0.tar.gz 44557 BLAKE2B 
1115ecfca9f7d7cd5d28168d9d4198e329217ace82a32fe4db1b40aa96e6a352face46f4e8877407618e701713a8f1347810a24706bbe1872bff758f71ae34f5
 SHA512 
214041375a1bddda099042168f0f4c5ea4cf24c347a0693ab3efd7eb7a0ab2c36abff33f3d83168cfe5ae5dd971e0f3de4548fb0651e435009766aec740e64eb

diff --git a/dev-python/keyring/keyring-23.4.0.ebuild 
b/dev-python/keyring/keyring-23.4.0.ebuild
new file mode 100644
index ..dced4d33c0b0
--- /dev/null
+++ b/dev-python/keyring/keyring-23.4.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2021-11-28 Thread Michał Górny
commit: 1e3f4aab749827250e55d521aac894e47d2a1cca
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 26 10:53:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 28 14:38:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3f4aab

dev-python/keyring: Remove ~ia64 (due to Rust)

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

 dev-python/keyring/keyring-23.2.1.ebuild | 2 +-
 dev-python/keyring/keyring-23.3.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/keyring/keyring-23.2.1.ebuild 
b/dev-python/keyring/keyring-23.2.1.ebuild
index 33c2f6b01663..f96cd174d7d8 100644
--- a/dev-python/keyring/keyring-23.2.1.ebuild
+++ b/dev-python/keyring/keyring-23.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]

diff --git a/dev-python/keyring/keyring-23.3.0.ebuild 
b/dev-python/keyring/keyring-23.3.0.ebuild
index 8ff091e57b82..dced4d33c0b0 100644
--- a/dev-python/keyring/keyring-23.3.0.ebuild
+++ b/dev-python/keyring/keyring-23.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-11-25 Thread Michał Górny
commit: e527c375c7a9af8cdcc2467a287a01c42a70dd66
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 25 06:56:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 25 08:11:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e527c375

dev-python/keyring: Bump to 23.3.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.3.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index a211f5fe5a78..96b1a2ee47a7 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-23.2.1.tar.gz 44522 BLAKE2B 
79ba1fb530cecad84ba94e9a27f32196367af92952946c07581d68d5e89fac93d9b7a33cad8d1a95ae9ffe1568ddc189cd17decea7113debb022dafba4472bfd
 SHA512 
205f74d9457f65952b1cada1a829bb97318cb80689b410eedb49def3577234f715ec6420d7d12833255ef5098040d0a5186be47fa6b8c6db6036406c3ee2e246
+DIST keyring-23.3.0.tar.gz 44669 BLAKE2B 
3f6cd3ff558b0a792d405c1c8175bf68c8463f26662d74c1f439e28d7914ef7f26c6091c64ef372e78028eeda04d2a5bcbe253477632b2e53d92d36ade43d47a
 SHA512 
39264abf585949da444fdacbb1195c981157e151d1d14373c5afe0f6547f8da46b2da3e14f47e363bbccd69ee90bc182c287bd963d8b99301a5e919e511426cf

diff --git a/dev-python/keyring/keyring-23.3.0.ebuild 
b/dev-python/keyring/keyring-23.3.0.ebuild
new file mode 100644
index ..8ff091e57b82
--- /dev/null
+++ b/dev-python/keyring/keyring-23.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2021-10-15 Thread Michał Górny
commit: 848c4326fd5321a0b6dbac5a5749b75f2a60e5be
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 16 05:55:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 16 05:56:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848c4326

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-23.1.0.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 2192e00f67a..a211f5fe5a7 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1 @@
-DIST keyring-23.1.0.tar.gz 43668 BLAKE2B 
7ef9a8858568ef8d0889b693cab55f7d2e61ebc3e6116b1f936c6b841ef3a50838b80d6315e5a04bee44a71b1e3bd1112d627603c8b9d113b12173d3442af776
 SHA512 
d3bd6c6c224a00f2d2aa0c22ec05a5e78707db37c62ed0e03d444ed94e2eee053f7eb1e4c387073753ca5c9b76a9f51d0bda8294f9ba2a326c84afd913a14293
 DIST keyring-23.2.1.tar.gz 44522 BLAKE2B 
79ba1fb530cecad84ba94e9a27f32196367af92952946c07581d68d5e89fac93d9b7a33cad8d1a95ae9ffe1568ddc189cd17decea7113debb022dafba4472bfd
 SHA512 
205f74d9457f65952b1cada1a829bb97318cb80689b410eedb49def3577234f715ec6420d7d12833255ef5098040d0a5186be47fa6b8c6db6036406c3ee2e246

diff --git a/dev-python/keyring/keyring-23.1.0.ebuild 
b/dev-python/keyring/keyring-23.1.0.ebuild
deleted file mode 100644
index e3b5d94fb8c..000
--- a/dev-python/keyring/keyring-23.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-   local deselect=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-   )
-   epytest --ignore tests/backends/test_kwallet.py 
${deselect[@]/#/--deselect }
-}



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

2021-10-15 Thread Sam James
commit: ece99bfc0e4452bdf7143b5634a4f43fc83af48f
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 15 22:40:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 15 22:40:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece99bfc

dev-python/keyring: Stabilize 23.2.1 ALLARCHES, #818331

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

 dev-python/keyring/keyring-23.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.2.1.ebuild 
b/dev-python/keyring/keyring-23.2.1.ebuild
index 8ff091e57b8..33c2f6b0166 100644
--- a/dev-python/keyring/keyring-23.2.1.ebuild
+++ b/dev-python/keyring/keyring-23.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-09-18 Thread Michał Górny
commit: d85fc781f278469bad80bc9842c43ffc589d404b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 18 17:52:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 18 19:43:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85fc781

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  2 --
 dev-python/keyring/keyring-23.0.1.ebuild | 42 -
 dev-python/keyring/keyring-23.2.0.ebuild | 45 
 3 files changed, 89 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 840a0bebdbf..2192e00f67a 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,2 @@
-DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063
 DIST keyring-23.1.0.tar.gz 43668 BLAKE2B 
7ef9a8858568ef8d0889b693cab55f7d2e61ebc3e6116b1f936c6b841ef3a50838b80d6315e5a04bee44a71b1e3bd1112d627603c8b9d113b12173d3442af776
 SHA512 
d3bd6c6c224a00f2d2aa0c22ec05a5e78707db37c62ed0e03d444ed94e2eee053f7eb1e4c387073753ca5c9b76a9f51d0bda8294f9ba2a326c84afd913a14293
-DIST keyring-23.2.0.tar.gz 44489 BLAKE2B 
8d3321b71bdee6f61c3e33866d9612c2ef249613063af58767658d33975275fce72fb9c8b83cdff5881c3e20738a679f50b84c4e8979ac9f282df3331c718a88
 SHA512 
10aa3debfcdb8b4a7632cfdaae71d2fb5993192bb25f3acb428f23fb830b262fc69a91f5a3c936e6828182436e999b7aeab4b6510ef0b36881eab44476ddcb8d
 DIST keyring-23.2.1.tar.gz 44522 BLAKE2B 
79ba1fb530cecad84ba94e9a27f32196367af92952946c07581d68d5e89fac93d9b7a33cad8d1a95ae9ffe1568ddc189cd17decea7113debb022dafba4472bfd
 SHA512 
205f74d9457f65952b1cada1a829bb97318cb80689b410eedb49def3577234f715ec6420d7d12833255ef5098040d0a5186be47fa6b8c6db6036406c3ee2e246

diff --git a/dev-python/keyring/keyring-23.0.1.ebuild 
b/dev-python/keyring/keyring-23.0.1.ebuild
deleted file mode 100644
index 4e13723b2dd..000
--- a/dev-python/keyring/keyring-23.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-   local deselect=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests/test_packaging.py::test_entry_point
-   )
-   epytest --ignore tests/backends/test_kwallet.py 
${deselect[@]/#/--deselect }
-}

diff --git a/dev-python/keyring/keyring-23.2.0.ebuild 
b/dev-python/keyring/keyring-23.2.0.ebuild
deleted file mode 100644
index 065e420f45f..000
--- a/dev-python/keyring/keyring-23.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # this test fails if importlib-metadata returns more than one
-   # entry, i.e. when keyring is installed already
-   tests

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

2021-09-18 Thread Sam James
commit: 36bd4b6ddf4b6590dc010e68f1f23548a89cb93d
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 17:12:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 17:28:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bd4b6d

dev-python/keyring: Stabilize 23.1.0 ALLARCHES, #813561

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

 dev-python/keyring/keyring-23.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.1.0.ebuild 
b/dev-python/keyring/keyring-23.1.0.ebuild
index f815a958a2c..e3b5d94fb8c 100644
--- a/dev-python/keyring/keyring-23.1.0.ebuild
+++ b/dev-python/keyring/keyring-23.1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-09-12 Thread Michał Górny
commit: 18638b77e4c3349095ec2e22fe54f7f12c5384e4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 12 21:27:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 12 21:38:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18638b77

dev-python/keyring: Bump to 23.2.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.2.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 0d4c5183c43..840a0bebdbf 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063
 DIST keyring-23.1.0.tar.gz 43668 BLAKE2B 
7ef9a8858568ef8d0889b693cab55f7d2e61ebc3e6116b1f936c6b841ef3a50838b80d6315e5a04bee44a71b1e3bd1112d627603c8b9d113b12173d3442af776
 SHA512 
d3bd6c6c224a00f2d2aa0c22ec05a5e78707db37c62ed0e03d444ed94e2eee053f7eb1e4c387073753ca5c9b76a9f51d0bda8294f9ba2a326c84afd913a14293
 DIST keyring-23.2.0.tar.gz 44489 BLAKE2B 
8d3321b71bdee6f61c3e33866d9612c2ef249613063af58767658d33975275fce72fb9c8b83cdff5881c3e20738a679f50b84c4e8979ac9f282df3331c718a88
 SHA512 
10aa3debfcdb8b4a7632cfdaae71d2fb5993192bb25f3acb428f23fb830b262fc69a91f5a3c936e6828182436e999b7aeab4b6510ef0b36881eab44476ddcb8d
+DIST keyring-23.2.1.tar.gz 44522 BLAKE2B 
79ba1fb530cecad84ba94e9a27f32196367af92952946c07581d68d5e89fac93d9b7a33cad8d1a95ae9ffe1568ddc189cd17decea7113debb022dafba4472bfd
 SHA512 
205f74d9457f65952b1cada1a829bb97318cb80689b410eedb49def3577234f715ec6420d7d12833255ef5098040d0a5186be47fa6b8c6db6036406c3ee2e246

diff --git a/dev-python/keyring/keyring-23.2.1.ebuild 
b/dev-python/keyring/keyring-23.2.1.ebuild
new file mode 100644
index 000..8ff091e57b8
--- /dev/null
+++ b/dev-python/keyring/keyring-23.2.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



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

2021-09-11 Thread Michał Górny
commit: caf80648017c0108b1245861d357a1d16352bf4e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 11 21:45:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 11 22:08:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf80648

dev-python/keyring: Bump to 23.2.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.2.0.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index eaee8a2996e..0d4c5183c43 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063
 DIST keyring-23.1.0.tar.gz 43668 BLAKE2B 
7ef9a8858568ef8d0889b693cab55f7d2e61ebc3e6116b1f936c6b841ef3a50838b80d6315e5a04bee44a71b1e3bd1112d627603c8b9d113b12173d3442af776
 SHA512 
d3bd6c6c224a00f2d2aa0c22ec05a5e78707db37c62ed0e03d444ed94e2eee053f7eb1e4c387073753ca5c9b76a9f51d0bda8294f9ba2a326c84afd913a14293
+DIST keyring-23.2.0.tar.gz 44489 BLAKE2B 
8d3321b71bdee6f61c3e33866d9612c2ef249613063af58767658d33975275fce72fb9c8b83cdff5881c3e20738a679f50b84c4e8979ac9f282df3331c718a88
 SHA512 
10aa3debfcdb8b4a7632cfdaae71d2fb5993192bb25f3acb428f23fb830b262fc69a91f5a3c936e6828182436e999b7aeab4b6510ef0b36881eab44476ddcb8d

diff --git a/dev-python/keyring/keyring-23.2.0.ebuild 
b/dev-python/keyring/keyring-23.2.0.ebuild
new file mode 100644
index 000..065e420f45f
--- /dev/null
+++ b/dev-python/keyring/keyring-23.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # hangs
+   tests/backends/test_libsecret.py
+   tests/backends/test_kwallet.py
+)



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

2021-08-15 Thread Michał Górny
commit: 80c8e72c215d18035708ae89382e6526abe1ca5d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 05:29:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 05:39:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c8e72c

dev-python/keyring: Bump to 23.1.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.1.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 44ba7445b5c..eaee8a2996e 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063
+DIST keyring-23.1.0.tar.gz 43668 BLAKE2B 
7ef9a8858568ef8d0889b693cab55f7d2e61ebc3e6116b1f936c6b841ef3a50838b80d6315e5a04bee44a71b1e3bd1112d627603c8b9d113b12173d3442af776
 SHA512 
d3bd6c6c224a00f2d2aa0c22ec05a5e78707db37c62ed0e03d444ed94e2eee053f7eb1e4c387073753ca5c9b76a9f51d0bda8294f9ba2a326c84afd913a14293

diff --git a/dev-python/keyring/keyring-23.1.0.ebuild 
b/dev-python/keyring/keyring-23.1.0.ebuild
new file mode 100644
index 000..f815a958a2c
--- /dev/null
+++ b/dev-python/keyring/keyring-23.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+   local deselect=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   epytest --ignore tests/backends/test_kwallet.py 
${deselect[@]/#/--deselect }
+}



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

2021-06-28 Thread Yixun Lan
commit: 2678d2e08ff4f7c2a814ae176e850a15f1eeb055
Author: Ye Cao  rioslab  org>
AuthorDate: Mon Jun 28 08:08:08 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun 29 05:49:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2678d2e0

dev-python/keyring: add ~riscv keyword

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ye Cao  rioslab.org>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/keyring/keyring-23.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.0.1.ebuild 
b/dev-python/keyring/keyring-23.0.1.ebuild
index f1b73ebf00e..4e13723b2dd 100644
--- a/dev-python/keyring/keyring-23.0.1.ebuild
+++ b/dev-python/keyring/keyring-23.0.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-06-02 Thread Michał Górny
commit: a5a795ac543a25bd6f26b1c72bcf4643cac06d37
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  2 16:11:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  2 16:12:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a795ac

dev-python/keyring: Enable py3.10

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

 dev-python/keyring/keyring-23.0.1.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/keyring/keyring-23.0.1.ebuild 
b/dev-python/keyring/keyring-23.0.1.ebuild
index d91059c922c..f1b73ebf00e 100644
--- a/dev-python/keyring/keyring-23.0.1.ebuild
+++ b/dev-python/keyring/keyring-23.0.1.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Provides access to the system keyring service"
@@ -35,5 +33,10 @@ distutils_enable_sphinx docs \
 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
 
 python_test() {
-   epytest --ignore tests/backends/test_kwallet.py
+   local deselect=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   epytest --ignore tests/backends/test_kwallet.py 
${deselect[@]/#/--deselect }
 }



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

2021-04-27 Thread Michał Górny
commit: 10d8e84c8a26105179269ae36128c077803013c1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 27 18:20:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 27 18:21:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d8e84c

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-23.0.0.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 27164662851..44ba7445b5c 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1 @@
-DIST keyring-23.0.0.tar.gz 48218 BLAKE2B 
a71e86e91b874d2b82477ebcd93687592864095bc20bbda898b934e6f888e2ef666d462fe27ffc5fcbafb909c44b8e816c46d138865c53afcb12dd5d04a7c761
 SHA512 
4fd83ab0e73bc748b593bdcc2d8df608c7ef4ad9b64b58db611995eb3cb98d1bd5b5a312ab15f7322f33359fe12bd1b02eed1dbaae50455abb9e84e367976c4e
 DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063

diff --git a/dev-python/keyring/keyring-23.0.0.ebuild 
b/dev-python/keyring/keyring-23.0.0.ebuild
deleted file mode 100644
index b66b77c721e..000
--- a/dev-python/keyring/keyring-23.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-python_prepare_all() {
-   rm tests/backends/test_kwallet.py || die
-
-   distutils-r1_python_prepare_all
-
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}



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

2021-04-09 Thread Michał Górny
commit: 4afbf70e53e73a65398dda30f444c5c325605e5c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  9 22:22:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  9 22:24:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afbf70e

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-22.3.0.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 9e053dcccd3..27164662851 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,2 @@
-DIST keyring-22.3.0.tar.gz 48195 BLAKE2B 
f990c1c5fd87115cfb22a0e1d84712c1299334e5db89049f04718dba9b31dddbc0ec91950bdf529310955341d1250a6a62b1f1b76b0d552cb7cbf09748892b3d
 SHA512 
c71ba8ec7b69661b2929ed5aa7b8baca7b5164a267dbb901adc2b7bc2cef1eb0ec8931f1021d69cfb0e31514ff922dfb03fd784feb12d1dc7229d4e5e759bb5e
 DIST keyring-23.0.0.tar.gz 48218 BLAKE2B 
a71e86e91b874d2b82477ebcd93687592864095bc20bbda898b934e6f888e2ef666d462fe27ffc5fcbafb909c44b8e816c46d138865c53afcb12dd5d04a7c761
 SHA512 
4fd83ab0e73bc748b593bdcc2d8df608c7ef4ad9b64b58db611995eb3cb98d1bd5b5a312ab15f7322f33359fe12bd1b02eed1dbaae50455abb9e84e367976c4e
 DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063

diff --git a/dev-python/keyring/keyring-22.3.0.ebuild 
b/dev-python/keyring/keyring-22.3.0.ebuild
deleted file mode 100644
index d5c69ea2f5f..000
--- a/dev-python/keyring/keyring-22.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' pypy3 python3_7)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-python_prepare_all() {
-   rm tests/backends/test_kwallet.py || die
-
-   distutils-r1_python_prepare_all
-
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}



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

2021-04-09 Thread Sam James
commit: 7f7dd59f19b886f8a828babfcd051db6109e9bd0
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  9 22:15:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  9 22:17:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7dd59f

dev-python/keyring: Stabilize 23.0.0 ALLARCHES, #781785

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

 dev-python/keyring/keyring-23.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-23.0.0.ebuild 
b/dev-python/keyring/keyring-23.0.0.ebuild
index 341a6425d15..b66b77c721e 100644
--- a/dev-python/keyring/keyring-23.0.0.ebuild
+++ b/dev-python/keyring/keyring-23.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-03-30 Thread Michał Górny
commit: 00efbe90d95ae0fd007615cb4d62539e7e26eebd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 30 11:05:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 30 11:05:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00efbe90

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-22.0.1.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 24fcc3d5c5c..9e053dcccd3 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,3 @@
-DIST keyring-22.0.1.tar.gz 47782 BLAKE2B 
ec9f5c0418b2c279f111cbcb8ccc1fc05f64e859e2e675041289a639c7e2d4681e562c9c023e46f1eacb99f88114af97545ad36f71037db0b77e83d927785ce0
 SHA512 
2e264570d2e905ce4862d71fe4b02fcf0631218a693292c13159fdbad0032e91d81910f84d787e948057e2f428fcf8677ebdd83af4da54c3359347f642db0441
 DIST keyring-22.3.0.tar.gz 48195 BLAKE2B 
f990c1c5fd87115cfb22a0e1d84712c1299334e5db89049f04718dba9b31dddbc0ec91950bdf529310955341d1250a6a62b1f1b76b0d552cb7cbf09748892b3d
 SHA512 
c71ba8ec7b69661b2929ed5aa7b8baca7b5164a267dbb901adc2b7bc2cef1eb0ec8931f1021d69cfb0e31514ff922dfb03fd784feb12d1dc7229d4e5e759bb5e
 DIST keyring-23.0.0.tar.gz 48218 BLAKE2B 
a71e86e91b874d2b82477ebcd93687592864095bc20bbda898b934e6f888e2ef666d462fe27ffc5fcbafb909c44b8e816c46d138865c53afcb12dd5d04a7c761
 SHA512 
4fd83ab0e73bc748b593bdcc2d8df608c7ef4ad9b64b58db611995eb3cb98d1bd5b5a312ab15f7322f33359fe12bd1b02eed1dbaae50455abb9e84e367976c4e
 DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063

diff --git a/dev-python/keyring/keyring-22.0.1.ebuild 
b/dev-python/keyring/keyring-22.0.1.ebuild
deleted file mode 100644
index d5c69ea2f5f..000
--- a/dev-python/keyring/keyring-22.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' pypy3 python3_7)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-python_prepare_all() {
-   rm tests/backends/test_kwallet.py || die
-
-   distutils-r1_python_prepare_all
-
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}



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

2021-03-30 Thread Sam James
commit: 6cc048face2b629446ba173494a94967b0efd53f
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 00:25:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 00:28:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc048fa

dev-python/keyring: Stabilize 22.3.0 ALLARCHES, #779268

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

 dev-python/keyring/keyring-22.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-22.3.0.ebuild 
b/dev-python/keyring/keyring-22.3.0.ebuild
index d62127ef81b..d5c69ea2f5f 100644
--- a/dev-python/keyring/keyring-22.3.0.ebuild
+++ b/dev-python/keyring/keyring-22.3.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-03-26 Thread Michał Górny
commit: 5d89684bbbe6f56155842b20c6c5a832bd484b19
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 26 12:32:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 26 12:35:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d89684b

dev-python/keyring: Bump to 23.0.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.0.1.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index e5f2cdea327..24fcc3d5c5c 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-22.0.1.tar.gz 47782 BLAKE2B 
ec9f5c0418b2c279f111cbcb8ccc1fc05f64e859e2e675041289a639c7e2d4681e562c9c023e46f1eacb99f88114af97545ad36f71037db0b77e83d927785ce0
 SHA512 
2e264570d2e905ce4862d71fe4b02fcf0631218a693292c13159fdbad0032e91d81910f84d787e948057e2f428fcf8677ebdd83af4da54c3359347f642db0441
 DIST keyring-22.3.0.tar.gz 48195 BLAKE2B 
f990c1c5fd87115cfb22a0e1d84712c1299334e5db89049f04718dba9b31dddbc0ec91950bdf529310955341d1250a6a62b1f1b76b0d552cb7cbf09748892b3d
 SHA512 
c71ba8ec7b69661b2929ed5aa7b8baca7b5164a267dbb901adc2b7bc2cef1eb0ec8931f1021d69cfb0e31514ff922dfb03fd784feb12d1dc7229d4e5e759bb5e
 DIST keyring-23.0.0.tar.gz 48218 BLAKE2B 
a71e86e91b874d2b82477ebcd93687592864095bc20bbda898b934e6f888e2ef666d462fe27ffc5fcbafb909c44b8e816c46d138865c53afcb12dd5d04a7c761
 SHA512 
4fd83ab0e73bc748b593bdcc2d8df608c7ef4ad9b64b58db611995eb3cb98d1bd5b5a312ab15f7322f33359fe12bd1b02eed1dbaae50455abb9e84e367976c4e
+DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063

diff --git a/dev-python/keyring/keyring-23.0.1.ebuild 
b/dev-python/keyring/keyring-23.0.1.ebuild
new file mode 100644
index 000..acac4dde351
--- /dev/null
+++ b/dev-python/keyring/keyring-23.0.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+   epytest --ignore tests/backends/test_kwallet.py
+}



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

2021-03-06 Thread Michał Górny
commit: 10aa2153345cc99986633945804a452beab5a34a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  6 16:37:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  6 16:38:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10aa2153

dev-python/keyring: Bump to 23.0.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.0.0.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index ee713c74315..e5f2cdea327 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-22.0.1.tar.gz 47782 BLAKE2B 
ec9f5c0418b2c279f111cbcb8ccc1fc05f64e859e2e675041289a639c7e2d4681e562c9c023e46f1eacb99f88114af97545ad36f71037db0b77e83d927785ce0
 SHA512 
2e264570d2e905ce4862d71fe4b02fcf0631218a693292c13159fdbad0032e91d81910f84d787e948057e2f428fcf8677ebdd83af4da54c3359347f642db0441
 DIST keyring-22.3.0.tar.gz 48195 BLAKE2B 
f990c1c5fd87115cfb22a0e1d84712c1299334e5db89049f04718dba9b31dddbc0ec91950bdf529310955341d1250a6a62b1f1b76b0d552cb7cbf09748892b3d
 SHA512 
c71ba8ec7b69661b2929ed5aa7b8baca7b5164a267dbb901adc2b7bc2cef1eb0ec8931f1021d69cfb0e31514ff922dfb03fd784feb12d1dc7229d4e5e759bb5e
+DIST keyring-23.0.0.tar.gz 48218 BLAKE2B 
a71e86e91b874d2b82477ebcd93687592864095bc20bbda898b934e6f888e2ef666d462fe27ffc5fcbafb909c44b8e816c46d138865c53afcb12dd5d04a7c761
 SHA512 
4fd83ab0e73bc748b593bdcc2d8df608c7ef4ad9b64b58db611995eb3cb98d1bd5b5a312ab15f7322f33359fe12bd1b02eed1dbaae50455abb9e84e367976c4e

diff --git a/dev-python/keyring/keyring-23.0.0.ebuild 
b/dev-python/keyring/keyring-23.0.0.ebuild
new file mode 100644
index 000..341a6425d15
--- /dev/null
+++ b/dev-python/keyring/keyring-23.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+python_prepare_all() {
+   rm tests/backends/test_kwallet.py || die
+
+   distutils-r1_python_prepare_all
+
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}



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

2021-03-02 Thread Michał Górny
commit: b75ee78ba3e3c88955644fa5a6c325496c13ebb9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  2 08:23:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  2 08:23:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75ee78b

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  2 --
 dev-python/keyring/keyring-22.0.0.ebuild | 43 
 dev-python/keyring/keyring-22.2.0.ebuild | 43 
 3 files changed, 88 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 214d03e529f..ee713c74315 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,2 @@
-DIST keyring-22.0.0.tar.gz 47693 BLAKE2B 
88a151327778e5e039c43caa68e53705d985d6ef2b7b668df1d941160b843f47a0e2f6f79c9afc39bc66a36373c0374333296a3cb98f1c65c620a8fad3f43fec
 SHA512 
5e9e27cf9b09f042747909b442864a1ea0669b36f69592538b487978a582e16e58056d6bd68b35566143000ed3f5c7733e3ef471c66935a811e09fc4b7f56f6f
 DIST keyring-22.0.1.tar.gz 47782 BLAKE2B 
ec9f5c0418b2c279f111cbcb8ccc1fc05f64e859e2e675041289a639c7e2d4681e562c9c023e46f1eacb99f88114af97545ad36f71037db0b77e83d927785ce0
 SHA512 
2e264570d2e905ce4862d71fe4b02fcf0631218a693292c13159fdbad0032e91d81910f84d787e948057e2f428fcf8677ebdd83af4da54c3359347f642db0441
-DIST keyring-22.2.0.tar.gz 48047 BLAKE2B 
2c6d719b303f572ce87ee7980b4cd897a5ba297ec3d725e3734e946ad5b0a8e77ff5dd5d29237b821171b29a0ecd0c9c671e1caf1ec5d01f560a1f4b16f13863
 SHA512 
7c9ffe1e7d13e53c2ca8f4f05716eee823cf0758d0b8a9bb9ff63ff025ccc9cd87ee9ec954b57a3716144fcc9d0dc5ce7988d70cee2032101ff006a51f4b8a04
 DIST keyring-22.3.0.tar.gz 48195 BLAKE2B 
f990c1c5fd87115cfb22a0e1d84712c1299334e5db89049f04718dba9b31dddbc0ec91950bdf529310955341d1250a6a62b1f1b76b0d552cb7cbf09748892b3d
 SHA512 
c71ba8ec7b69661b2929ed5aa7b8baca7b5164a267dbb901adc2b7bc2cef1eb0ec8931f1021d69cfb0e31514ff922dfb03fd784feb12d1dc7229d4e5e759bb5e

diff --git a/dev-python/keyring/keyring-22.0.0.ebuild 
b/dev-python/keyring/keyring-22.0.0.ebuild
deleted file mode 100644
index d5c69ea2f5f..000
--- a/dev-python/keyring/keyring-22.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' pypy3 python3_7)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-python_prepare_all() {
-   rm tests/backends/test_kwallet.py || die
-
-   distutils-r1_python_prepare_all
-
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}

diff --git a/dev-python/keyring/keyring-22.2.0.ebuild 
b/dev-python/keyring/keyring-22.2.0.ebuild
deleted file mode 100644
index d62127ef81b..000
--- a/dev-python/keyring/keyring-22.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' pypy3 python3_7)
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-python_prepare_all() {
-   rm tests/backends/test_kwallet.py || die
-
-   distutils-r1_python_prepare_all
-
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}



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

2021-03-01 Thread Sam James
commit: a6b2f277ae0ddccdef7d44e7b1548283104355cf
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 01:34:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 01:34:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b2f277

dev-python/keyring: Stabilize 22.0.1 ALLARCHES, #773760

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

 dev-python/keyring/keyring-22.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-22.0.1.ebuild 
b/dev-python/keyring/keyring-22.0.1.ebuild
index d62127ef81b..d5c69ea2f5f 100644
--- a/dev-python/keyring/keyring-22.0.1.ebuild
+++ b/dev-python/keyring/keyring-22.0.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-02-27 Thread Michał Górny
commit: cfaa616f80e34dbb0c18e2daefba27654890a092
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 27 18:53:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 27 21:30:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa616f

dev-python/keyring: Bump to 22.3.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-22.3.0.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 7a800d6ed21..214d03e529f 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-22.0.0.tar.gz 47693 BLAKE2B 
88a151327778e5e039c43caa68e53705d985d6ef2b7b668df1d941160b843f47a0e2f6f79c9afc39bc66a36373c0374333296a3cb98f1c65c620a8fad3f43fec
 SHA512 
5e9e27cf9b09f042747909b442864a1ea0669b36f69592538b487978a582e16e58056d6bd68b35566143000ed3f5c7733e3ef471c66935a811e09fc4b7f56f6f
 DIST keyring-22.0.1.tar.gz 47782 BLAKE2B 
ec9f5c0418b2c279f111cbcb8ccc1fc05f64e859e2e675041289a639c7e2d4681e562c9c023e46f1eacb99f88114af97545ad36f71037db0b77e83d927785ce0
 SHA512 
2e264570d2e905ce4862d71fe4b02fcf0631218a693292c13159fdbad0032e91d81910f84d787e948057e2f428fcf8677ebdd83af4da54c3359347f642db0441
 DIST keyring-22.2.0.tar.gz 48047 BLAKE2B 
2c6d719b303f572ce87ee7980b4cd897a5ba297ec3d725e3734e946ad5b0a8e77ff5dd5d29237b821171b29a0ecd0c9c671e1caf1ec5d01f560a1f4b16f13863
 SHA512 
7c9ffe1e7d13e53c2ca8f4f05716eee823cf0758d0b8a9bb9ff63ff025ccc9cd87ee9ec954b57a3716144fcc9d0dc5ce7988d70cee2032101ff006a51f4b8a04
+DIST keyring-22.3.0.tar.gz 48195 BLAKE2B 
f990c1c5fd87115cfb22a0e1d84712c1299334e5db89049f04718dba9b31dddbc0ec91950bdf529310955341d1250a6a62b1f1b76b0d552cb7cbf09748892b3d
 SHA512 
c71ba8ec7b69661b2929ed5aa7b8baca7b5164a267dbb901adc2b7bc2cef1eb0ec8931f1021d69cfb0e31514ff922dfb03fd784feb12d1dc7229d4e5e759bb5e

diff --git a/dev-python/keyring/keyring-22.3.0.ebuild 
b/dev-python/keyring/keyring-22.3.0.ebuild
new file mode 100644
index 000..d62127ef81b
--- /dev/null
+++ b/dev-python/keyring/keyring-22.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' pypy3 python3_7)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+python_prepare_all() {
+   rm tests/backends/test_kwallet.py || die
+
+   distutils-r1_python_prepare_all
+
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}



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

2021-02-27 Thread Michał Górny
commit: 4a75d383ed89e6199e4924df0689f88253047db7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 27 07:58:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 27 08:09:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a75d383

dev-python/keyring: Bump to 22.2.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-22.2.0.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 07829e0a2f7..7a800d6ed21 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,3 @@
 DIST keyring-22.0.0.tar.gz 47693 BLAKE2B 
88a151327778e5e039c43caa68e53705d985d6ef2b7b668df1d941160b843f47a0e2f6f79c9afc39bc66a36373c0374333296a3cb98f1c65c620a8fad3f43fec
 SHA512 
5e9e27cf9b09f042747909b442864a1ea0669b36f69592538b487978a582e16e58056d6bd68b35566143000ed3f5c7733e3ef471c66935a811e09fc4b7f56f6f
 DIST keyring-22.0.1.tar.gz 47782 BLAKE2B 
ec9f5c0418b2c279f111cbcb8ccc1fc05f64e859e2e675041289a639c7e2d4681e562c9c023e46f1eacb99f88114af97545ad36f71037db0b77e83d927785ce0
 SHA512 
2e264570d2e905ce4862d71fe4b02fcf0631218a693292c13159fdbad0032e91d81910f84d787e948057e2f428fcf8677ebdd83af4da54c3359347f642db0441
+DIST keyring-22.2.0.tar.gz 48047 BLAKE2B 
2c6d719b303f572ce87ee7980b4cd897a5ba297ec3d725e3734e946ad5b0a8e77ff5dd5d29237b821171b29a0ecd0c9c671e1caf1ec5d01f560a1f4b16f13863
 SHA512 
7c9ffe1e7d13e53c2ca8f4f05716eee823cf0758d0b8a9bb9ff63ff025ccc9cd87ee9ec954b57a3716144fcc9d0dc5ce7988d70cee2032101ff006a51f4b8a04

diff --git a/dev-python/keyring/keyring-22.2.0.ebuild 
b/dev-python/keyring/keyring-22.2.0.ebuild
new file mode 100644
index 000..d62127ef81b
--- /dev/null
+++ b/dev-python/keyring/keyring-22.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' pypy3 python3_7)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+python_prepare_all() {
+   rm tests/backends/test_kwallet.py || die
+
+   distutils-r1_python_prepare_all
+
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}



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

2021-02-24 Thread Michał Górny
commit: aea387ab5a5bce2af3150482548e7465e5fe02a4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 24 22:13:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 24 22:13:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea387ab

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  2 --
 dev-python/keyring/keyring-21.7.0.ebuild | 45 
 dev-python/keyring/keyring-21.8.0.ebuild | 45 
 3 files changed, 92 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index c4817debb38..07829e0a2f7 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,2 @@
-DIST keyring-21.7.0.tar.gz 46998 BLAKE2B 
469d2de254ed88604a40a4e05c001f50986f55296d35b54969cfa8612473cbd5184f36bd6babdfb6631ab908e03f81858434b7e52471a2d366f97293c2c0ed93
 SHA512 
8fc5e8f0f0cf2a336c6ce900d59fcd31b4ec270d62559a1c2b4c36803428532b463bad0b2ace9af33b6fb0d50de94229449c4ef4042287ecaa8f1fac37c5faf8
-DIST keyring-21.8.0.tar.gz 47639 BLAKE2B 
3b8b11cd7ea121f9d8544a5775d9f62de23613da0265f0d815687ad311f4a7b6ed431142682df3059fbe43a342c6151871782a850c416a5b50c1df14a64d609a
 SHA512 
4acadf421946644466b5c43481eddd70185ba3993f4fec38cad0129259bd17aebad4dc2e2d2e88e84aa814e62d37b39efe7385ccd569e40a5291d5f4ae40
 DIST keyring-22.0.0.tar.gz 47693 BLAKE2B 
88a151327778e5e039c43caa68e53705d985d6ef2b7b668df1d941160b843f47a0e2f6f79c9afc39bc66a36373c0374333296a3cb98f1c65c620a8fad3f43fec
 SHA512 
5e9e27cf9b09f042747909b442864a1ea0669b36f69592538b487978a582e16e58056d6bd68b35566143000ed3f5c7733e3ef471c66935a811e09fc4b7f56f6f
 DIST keyring-22.0.1.tar.gz 47782 BLAKE2B 
ec9f5c0418b2c279f111cbcb8ccc1fc05f64e859e2e675041289a639c7e2d4681e562c9c023e46f1eacb99f88114af97545ad36f71037db0b77e83d927785ce0
 SHA512 
2e264570d2e905ce4862d71fe4b02fcf0631218a693292c13159fdbad0032e91d81910f84d787e948057e2f428fcf8677ebdd83af4da54c3359347f642db0441

diff --git a/dev-python/keyring/keyring-21.7.0.ebuild 
b/dev-python/keyring/keyring-21.7.0.ebuild
deleted file mode 100644
index 8d3f371fb8f..000
--- a/dev-python/keyring/keyring-21.7.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-IUSE="doc"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' pypy3 python3_{5,6,7})
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-python_prepare_all() {
-   sed -i -e 's:--flake8 --black --cov --mypy::' pytest.ini || die
-   rm tests/backends/test_kwallet.py || die
-
-   distutils-r1_python_prepare_all
-
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}

diff --git a/dev-python/keyring/keyring-21.8.0.ebuild 
b/dev-python/keyring/keyring-21.8.0.ebuild
deleted file mode 100644
index 6953c7f243b..000
--- a/dev-python/keyring/keyring-21.8.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
-IUSE="doc"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' pypy3 python3_{5,6,7})
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-python_prepare_all() {
-   sed -i -e 's:--flake8 --black --cov --mypy::' pytest.ini || die
-   rm tests/backends/

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

2021-02-24 Thread Sam James
commit: 802865f0aedde7d17d513ef512a9192cb41ea65c
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 22:05:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 22:05:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802865f0

dev-python/keyring: Stabilize 22.0.0 ALLARCHES, #772482

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

 dev-python/keyring/keyring-22.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/keyring-22.0.0.ebuild 
b/dev-python/keyring/keyring-22.0.0.ebuild
index d62127ef81b..d5c69ea2f5f 100644
--- a/dev-python/keyring/keyring-22.0.0.ebuild
+++ b/dev-python/keyring/keyring-22.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/secretstorage[${PYTHON_USEDEP}]



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

2021-01-26 Thread Michał Górny
commit: 4808916a1460ff841c9d1ab005835da0f0a4966c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 26 21:07:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 26 21:07:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4808916a

dev-python/keyring: Bump to 22.0.1

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-22.0.1.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 177ef3c44b6..c4817debb38 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-21.7.0.tar.gz 46998 BLAKE2B 
469d2de254ed88604a40a4e05c001f50986f55296d35b54969cfa8612473cbd5184f36bd6babdfb6631ab908e03f81858434b7e52471a2d366f97293c2c0ed93
 SHA512 
8fc5e8f0f0cf2a336c6ce900d59fcd31b4ec270d62559a1c2b4c36803428532b463bad0b2ace9af33b6fb0d50de94229449c4ef4042287ecaa8f1fac37c5faf8
 DIST keyring-21.8.0.tar.gz 47639 BLAKE2B 
3b8b11cd7ea121f9d8544a5775d9f62de23613da0265f0d815687ad311f4a7b6ed431142682df3059fbe43a342c6151871782a850c416a5b50c1df14a64d609a
 SHA512 
4acadf421946644466b5c43481eddd70185ba3993f4fec38cad0129259bd17aebad4dc2e2d2e88e84aa814e62d37b39efe7385ccd569e40a5291d5f4ae40
 DIST keyring-22.0.0.tar.gz 47693 BLAKE2B 
88a151327778e5e039c43caa68e53705d985d6ef2b7b668df1d941160b843f47a0e2f6f79c9afc39bc66a36373c0374333296a3cb98f1c65c620a8fad3f43fec
 SHA512 
5e9e27cf9b09f042747909b442864a1ea0669b36f69592538b487978a582e16e58056d6bd68b35566143000ed3f5c7733e3ef471c66935a811e09fc4b7f56f6f
+DIST keyring-22.0.1.tar.gz 47782 BLAKE2B 
ec9f5c0418b2c279f111cbcb8ccc1fc05f64e859e2e675041289a639c7e2d4681e562c9c023e46f1eacb99f88114af97545ad36f71037db0b77e83d927785ce0
 SHA512 
2e264570d2e905ce4862d71fe4b02fcf0631218a693292c13159fdbad0032e91d81910f84d787e948057e2f428fcf8677ebdd83af4da54c3359347f642db0441

diff --git a/dev-python/keyring/keyring-22.0.1.ebuild 
b/dev-python/keyring/keyring-22.0.1.ebuild
new file mode 100644
index 000..d62127ef81b
--- /dev/null
+++ b/dev-python/keyring/keyring-22.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring";
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' pypy3 python3_7)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+python_prepare_all() {
+   rm tests/backends/test_kwallet.py || die
+
+   distutils-r1_python_prepare_all
+
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}



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

2021-01-25 Thread Michał Górny
commit: 43aed2b0818f390ef97afcbe4fd958d046d65544
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 25 14:22:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 25 14:29:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43aed2b0

dev-python/keyring: Remove old

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

 dev-python/keyring/Manifest  |  1 -
 dev-python/keyring/keyring-21.5.0.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index dfffb67c315..177ef3c44b6 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,3 @@
-DIST keyring-21.5.0.tar.gz 45885 BLAKE2B 
73fe60f0d414cad3b36e0c995b63f048f75358b9f4d389f41ae3a32d68c82ccb9d1fe76d9bd375d06519bcebb8ad9aa34ba98676bf37f3c5a10d9424c161e074
 SHA512 
25cbbcac0810829e48e6ff4c9497b8c9f3c03011047e76a6901f6c422d6eb1711e535233a90d96f8dc16a77352d4228114f3b447d9e196184a9d87402658f5bd
 DIST keyring-21.7.0.tar.gz 46998 BLAKE2B 
469d2de254ed88604a40a4e05c001f50986f55296d35b54969cfa8612473cbd5184f36bd6babdfb6631ab908e03f81858434b7e52471a2d366f97293c2c0ed93
 SHA512 
8fc5e8f0f0cf2a336c6ce900d59fcd31b4ec270d62559a1c2b4c36803428532b463bad0b2ace9af33b6fb0d50de94229449c4ef4042287ecaa8f1fac37c5faf8
 DIST keyring-21.8.0.tar.gz 47639 BLAKE2B 
3b8b11cd7ea121f9d8544a5775d9f62de23613da0265f0d815687ad311f4a7b6ed431142682df3059fbe43a342c6151871782a850c416a5b50c1df14a64d609a
 SHA512 
4acadf421946644466b5c43481eddd70185ba3993f4fec38cad0129259bd17aebad4dc2e2d2e88e84aa814e62d37b39efe7385ccd569e40a5291d5f4ae40
 DIST keyring-22.0.0.tar.gz 47693 BLAKE2B 
88a151327778e5e039c43caa68e53705d985d6ef2b7b668df1d941160b843f47a0e2f6f79c9afc39bc66a36373c0374333296a3cb98f1c65c620a8fad3f43fec
 SHA512 
5e9e27cf9b09f042747909b442864a1ea0669b36f69592538b487978a582e16e58056d6bd68b35566143000ed3f5c7733e3ef471c66935a811e09fc4b7f56f6f

diff --git a/dev-python/keyring/keyring-21.5.0.ebuild 
b/dev-python/keyring/keyring-21.5.0.ebuild
deleted file mode 100644
index 1c9e6512b95..000
--- a/dev-python/keyring/keyring-21.5.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring";
-SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-IUSE="doc"
-
-RDEPEND="
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   dev-python/jeepney[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' pypy3 python3_{5,6,7})
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/jaraco-packaging \
-   dev-python/rst-linker
-
-python_prepare_all() {
-   sed -i -e 's:--flake8 --black --cov --mypy::' pytest.ini || die
-   rm tests/backends/test_kwallet.py || die
-
-   distutils-r1_python_prepare_all
-
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}



  1   2   3   >