* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/
@ 2021-10-14 20:22 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-14 20:22 UTC (permalink / raw
To: gentoo-commits
commit: b4060f573b5e9167b90666ab8e1c5cc63c6de737
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 19:24:19 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Oct 14 20:22:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4060f57
dev-python/pysaml2: use github tarball
Closes: https://bugs.gentoo.org/816513
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pysaml2/Manifest | 2 +-
dev-python/pysaml2/pysaml2-7.0.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
index bd76ef2a7..950ed1634 100644
--- a/dev-python/pysaml2/Manifest
+++ b/dev-python/pysaml2/Manifest
@@ -1 +1 @@
-DIST pysaml2-7.0.1.tar.gz 359067 BLAKE2B 1a420c40ab34e290cf0ccb1b58ffc01081db540eda0281aa67b37722c39fd6abd6a806e3d8c564ff7af777c922359e632be30c344837ad8eb9e035cfa921400c SHA512 a706136628c1b86b2d53ea64e6506cf4b1ce2722e3583ed0dd39125ee9e898d4309224a0d3baa2c6a4f8adeba22e4e18945113da628659476d5f77f297daef60
+DIST pysaml2-7.0.1.tar.gz 5996999 BLAKE2B 51b8d3eed54bdcc2f6730d1b5cc6db3d1163479c6d5845945d626a439c4130993a17656ee644165c18d87d4f0b9f61cc7dcf8ccedfac91b34afb7f5544e8a520 SHA512 915ea083fe0fa55fb91015c6ef743c0a63feb4c4b75542be9c7dd7b0ec19edd679d313cb47737c990381c4a9b3c46e8351e4a83006819bc9b090a7061d2cc4d1
diff --git a/dev-python/pysaml2/pysaml2-7.0.1.ebuild b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
index 8ac8c5ab9..615984c89 100644
--- a/dev-python/pysaml2/pysaml2-7.0.1.ebuild
+++ b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
HOMEPAGE="https://github.com/rohe/pysaml2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/IdentityPython/pysaml2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/
@ 2021-10-20 22:30 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-20 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 1765bd4875b9ff5444a1172c59ba25f7a76dffa0
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 20 22:10:24 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct 20 22:30:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1765bd48
dev-python/pysaml2: add mock test dependency
Closes: https://bugs.gentoo.org/819012
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pysaml2/pysaml2-7.0.1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/pysaml2/pysaml2-7.0.1.ebuild b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
index 615984c89..2761ebaa8 100644
--- a/dev-python/pysaml2/pysaml2-7.0.1.ebuild
+++ b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
@@ -27,13 +27,15 @@ RDEPEND="
dev-python/importlib_resources[${PYTHON_USEDEP}]
>=dev-python/xmlschema-1.2.1[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
dev-python/toml[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pymongo[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
+
+ dev-python/mock[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/
@ 2021-10-26 16:35 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-26 16:35 UTC (permalink / raw
To: gentoo-commits
commit: bfb17db12897393f0e7509a1e506322c1278c3bc
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Oct 26 00:05:28 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Oct 26 16:35:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfb17db1
dev-python/pysaml2: add xmlsec dependency
Closes https://bugs.gentoo.org/820251
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pysaml2/pysaml2-7.0.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pysaml2/pysaml2-7.0.1.ebuild b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
index 2761ebaa8..36cb926ef 100644
--- a/dev-python/pysaml2/pysaml2-7.0.1.ebuild
+++ b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
@@ -17,6 +17,7 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
+ dev-libs/xmlsec
>=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/
@ 2021-12-14 7:14 Anna Vyalkova
0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2021-12-14 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 6b0a41b0ac68ba281763b5f0d9210c8dddef4034
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec 12 08:25:57 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 14 07:08:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b0a41b0
dev-python/pysaml2: add 7.1.0, drop 7.0.1
Closes: https://bugs.gentoo.org/820251
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pysaml2/Manifest | 2 +-
dev-python/pysaml2/pysaml2-7.0.1.ebuild | 43 --------------------------------
dev-python/pysaml2/pysaml2-7.1.0.ebuild | 44 +++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 44 deletions(-)
diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
index 950ed1634..746fe3e3c 100644
--- a/dev-python/pysaml2/Manifest
+++ b/dev-python/pysaml2/Manifest
@@ -1 +1 @@
-DIST pysaml2-7.0.1.tar.gz 5996999 BLAKE2B 51b8d3eed54bdcc2f6730d1b5cc6db3d1163479c6d5845945d626a439c4130993a17656ee644165c18d87d4f0b9f61cc7dcf8ccedfac91b34afb7f5544e8a520 SHA512 915ea083fe0fa55fb91015c6ef743c0a63feb4c4b75542be9c7dd7b0ec19edd679d313cb47737c990381c4a9b3c46e8351e4a83006819bc9b090a7061d2cc4d1
+DIST pysaml2-7.1.0.tar.gz 6014410 BLAKE2B 0ba8645d30aed9e1403dab25ab2a81984bfe8777750e25def242fbc3f2f2d5bc00559e5d911d7593c7bf2d6dfb8224533adfd5396fd713091b5881fafb50eb3b SHA512 7b4016221bba17b3819e4b8ad0b7c2c4f3b44035998f3357473c643d96b8d2b31226d83a2b5df06618a9891bf06a9a59a35cbdbe8cbe622680d399dec478039c
diff --git a/dev-python/pysaml2/pysaml2-7.0.1.ebuild b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
deleted file mode 100644
index 36cb926ef..000000000
--- a/dev-python/pysaml2/pysaml2-7.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=8
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
-HOMEPAGE="https://github.com/rohe/pysaml2"
-SRC_URI="https://github.com/IdentityPython/pysaml2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-libs/xmlsec
- >=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
- dev-python/defusedxml[${PYTHON_USEDEP}]
- dev-python/pyopenssl[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/importlib_resources[${PYTHON_USEDEP}]
- >=dev-python/xmlschema-1.2.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- dev-python/toml[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/pymongo[${PYTHON_USEDEP}]
- dev-python/responses[${PYTHON_USEDEP}]
-
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pysaml2/pysaml2-7.1.0.ebuild b/dev-python/pysaml2/pysaml2-7.1.0.ebuild
new file mode 100644
index 000000000..cddfaf49c
--- /dev/null
+++ b/dev-python/pysaml2/pysaml2-7.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
+HOMEPAGE="https://github.com/rohe/pysaml2"
+SRC_URI="https://github.com/IdentityPython/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/defusedxml[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/python-xmlsec[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/xmlschema[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep \
+ 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3.8)
+"
+BDEPEND="test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pyasn1[${PYTHON_USEDEP}]
+ dev-python/pymongo[${PYTHON_USEDEP}]
+ dev-python/responses[${PYTHON_USEDEP}]
+ dev-python/toml[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests --install pytest
+
+python_prepare_all() {
+ # No module named 'pymongo.mongo_replica_set_client'
+ rm tests/test_{75_mongodb,76_metadata_in_mdb}.py || die
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/
@ 2022-03-14 2:41 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-14 2:41 UTC (permalink / raw
To: gentoo-commits
commit: b9249a5886a080f23ce4b977192cfb2802bce253
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 02:28:14 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 02:41:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9249a58
dev-python/pysaml2: add 7.1.2, drop 7.1.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pysaml2/Manifest | 2 +-
.../{pysaml2-7.1.0.ebuild => pysaml2-7.1.2.ebuild} | 28 ++++++++++++----------
2 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
index 746fe3e3c..e97e39f1c 100644
--- a/dev-python/pysaml2/Manifest
+++ b/dev-python/pysaml2/Manifest
@@ -1 +1 @@
-DIST pysaml2-7.1.0.tar.gz 6014410 BLAKE2B 0ba8645d30aed9e1403dab25ab2a81984bfe8777750e25def242fbc3f2f2d5bc00559e5d911d7593c7bf2d6dfb8224533adfd5396fd713091b5881fafb50eb3b SHA512 7b4016221bba17b3819e4b8ad0b7c2c4f3b44035998f3357473c643d96b8d2b31226d83a2b5df06618a9891bf06a9a59a35cbdbe8cbe622680d399dec478039c
+DIST pysaml2-7.1.2.tar.gz 6017150 BLAKE2B e14bff119e5f6e477244820887ed76531acad5d7207cfc6ca398eaeaa0f5649e168bd6322d50e29560e8ad78e8da66d47b9d293ffcedee4358e288640931df96 SHA512 cf13ef0f74785bac357b2871f1ab521e60720cb236881fbc6c93d0eaca5323d198952392fa8a13850060a54757b1ff06a959e723bc7aeb5db9c8b2522b3c859b
diff --git a/dev-python/pysaml2/pysaml2-7.1.0.ebuild b/dev-python/pysaml2/pysaml2-7.1.2.ebuild
similarity index 61%
rename from dev-python/pysaml2/pysaml2-7.1.0.ebuild
rename to dev-python/pysaml2/pysaml2-7.1.2.ebuild
index cddfaf49c..ff3c8b182 100644
--- a/dev-python/pysaml2/pysaml2-7.1.0.ebuild
+++ b/dev-python/pysaml2/pysaml2-7.1.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+
inherit distutils-r1
DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
@@ -15,30 +16,31 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
- dev-python/cryptography[${PYTHON_USEDEP}]
+ >=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/python-xmlsec[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
+ >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/xmlschema[${PYTHON_USEDEP}]
- $(python_gen_cond_dep \
- 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3.8)
+ $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3.8)
+"
+BDEPEND="
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pyasn1[${PYTHON_USEDEP}]
+ >=dev-python/pymongo-3[${PYTHON_USEDEP}]
+ dev-python/responses[${PYTHON_USEDEP}]
+ dev-python/toml[${PYTHON_USEDEP}]
+ )
"
-BDEPEND="test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/pymongo[${PYTHON_USEDEP}]
- dev-python/responses[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
-)"
distutils_enable_tests --install pytest
python_prepare_all() {
- # No module named 'pymongo.mongo_replica_set_client'
+ # No module named 'pymongo.mongo_replica_set_client' because pymongo should be <4 but we only have >=4
rm tests/test_{75_mongodb,76_metadata_in_mdb}.py || die
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/
@ 2023-02-19 5:17 Anna Vyalkova
0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2023-02-19 5:17 UTC (permalink / raw
To: gentoo-commits
commit: 387c862b5d9ce2d129a2a15a2764c1d5e7fc859b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 19 05:06:28 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 19 05:07:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=387c862b
dev-python/pysaml2: revbump for deps and PEP517
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pysaml2/Manifest | 2 +-
.../pysaml2/{pysaml2-7.1.2.ebuild => pysaml2-7.1.2-r1.ebuild} | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
index e97e39f1c..6b1504666 100644
--- a/dev-python/pysaml2/Manifest
+++ b/dev-python/pysaml2/Manifest
@@ -1 +1 @@
-DIST pysaml2-7.1.2.tar.gz 6017150 BLAKE2B e14bff119e5f6e477244820887ed76531acad5d7207cfc6ca398eaeaa0f5649e168bd6322d50e29560e8ad78e8da66d47b9d293ffcedee4358e288640931df96 SHA512 cf13ef0f74785bac357b2871f1ab521e60720cb236881fbc6c93d0eaca5323d198952392fa8a13850060a54757b1ff06a959e723bc7aeb5db9c8b2522b3c859b
+DIST pysaml2-7.1.2.gh.tar.gz 6017150 BLAKE2B e14bff119e5f6e477244820887ed76531acad5d7207cfc6ca398eaeaa0f5649e168bd6322d50e29560e8ad78e8da66d47b9d293ffcedee4358e288640931df96 SHA512 cf13ef0f74785bac357b2871f1ab521e60720cb236881fbc6c93d0eaca5323d198952392fa8a13850060a54757b1ff06a959e723bc7aeb5db9c8b2522b3c859b
diff --git a/dev-python/pysaml2/pysaml2-7.1.2.ebuild b/dev-python/pysaml2/pysaml2-7.1.2-r1.ebuild
similarity index 83%
rename from dev-python/pysaml2/pysaml2-7.1.2.ebuild
rename to dev-python/pysaml2/pysaml2-7.1.2-r1.ebuild
index ff3c8b182..c338e77f4 100644
--- a/dev-python/pysaml2/pysaml2-7.1.2.ebuild
+++ b/dev-python/pysaml2/pysaml2-7.1.2-r1.ebuild
@@ -3,13 +3,14 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
HOMEPAGE="https://github.com/rohe/pysaml2"
-SRC_URI="https://github.com/IdentityPython/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/IdentityPython/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@@ -20,12 +21,11 @@ RDEPEND="
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-xmlsec[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/xmlschema[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3.8)
+ dev-python/xmlsec[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
@@ -37,10 +37,11 @@ BDEPEND="
)
"
-distutils_enable_tests --install pytest
+distutils_enable_tests pytest
python_prepare_all() {
# No module named 'pymongo.mongo_replica_set_client' because pymongo should be <4 but we only have >=4
rm tests/test_{75_mongodb,76_metadata_in_mdb}.py || die
+
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/
@ 2023-07-05 13:59 Anna Vyalkova
0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2023-07-05 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 0f5c7022542783e92f27efb9e2deb4034626f43b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jul 5 13:27:47 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jul 5 13:57:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f5c7022
dev-python/pysaml2: update upstream metadata
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pysaml2/metadata.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/pysaml2/metadata.xml b/dev-python/pysaml2/metadata.xml
index 95049a730..dd040df5e 100644
--- a/dev-python/pysaml2/metadata.xml
+++ b/dev-python/pysaml2/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
@@ -13,5 +13,7 @@
<upstream>
<remote-id type="pypi">pysaml2</remote-id>
<remote-id type="github">rohe/pysaml2</remote-id>
+ <bugs-to>https://github.com/IdentityPython/pysaml2/issues</bugs-to>
+ <doc>https://pysaml2.readthedocs.io</doc>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-07-05 13:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-20 22:30 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysaml2/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2023-07-05 13:59 Anna Vyalkova
2023-02-19 5:17 Anna Vyalkova
2022-03-14 2:41 Alessandro Barbieri
2021-12-14 7:14 Anna Vyalkova
2021-10-26 16:35 Alessandro Barbieri
2021-10-14 20:22 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox