* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/castellan/
@ 2021-10-03 18:33 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-03 18:33 UTC (permalink / raw
To: gentoo-commits
commit: c4c21cb0eda76a0a469d50d0d1af83b8fe86d841
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 2 13:04:58 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct 3 18:32:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4c21cb0
dev-python/castellan: new version
Closes: https://bugs.gentoo.org/799473
Closes: https://bugs.gentoo.org/799470
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/castellan/Manifest | 2 +-
dev-python/castellan/castellan-3.6.0.ebuild | 35 -------------------
dev-python/castellan/castellan-3.9.1.ebuild | 52 +++++++++++++++++++++++++++++
3 files changed, 53 insertions(+), 36 deletions(-)
diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 2bf4ddb57..3cab06c55 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1 @@
-DIST castellan-3.6.0.tar.gz 70924 BLAKE2B bbd9bf5b411332d5454b4c0d69b63c16b751f8e23c01e723a95acbc722f57fb5f1286c20855b9a9a0e36607737e417f9c5b02a1f7ea4e394c210fa812feb6323 SHA512 d2eb7d7e9ecf29f43d16f0d95dbc18165bde7c9087670fde817fc476a58d57cd3765e9706e4108da99159065748b78dc1f25b9a6ae024359ed98ea5a10dfe3c4
+DIST castellan-3.9.1.tar.gz 77838 BLAKE2B e8945bc2e0f9fd5407f764d16dd564e00c4c30d5986eea99552bc22121461d14582225888d088c4881967066e2286462f0591506d753acc5177f61f3ad2f9544 SHA512 6cf489307c8bc74922297d51305f37668c1118c3f22607bed455cb37a515709cd161203f024fe289c0a99225957365e0cb39eca0945d135b0a6e03872241d009
diff --git a/dev-python/castellan/castellan-3.6.0.ebuild b/dev-python/castellan/castellan-3.6.0.ebuild
deleted file mode 100644
index 382236424..000000000
--- a/dev-python/castellan/castellan-3.6.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic Key Manager interface for OpenStack"
-HOMEPAGE="https://pypi.org/project/castellan/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-CDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
- >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
- !~dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-"
diff --git a/dev-python/castellan/castellan-3.9.1.ebuild b/dev-python/castellan/castellan-3.9.1.ebuild
new file mode 100644
index 000000000..c567d5e3e
--- /dev/null
+++ b/dev-python/castellan/castellan-3.9.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic Key Manager interface for OpenStack"
+HOMEPAGE="
+ https://pypi.org/project/castellan
+ https://opendev.org/openstack/castellan
+ https://pypi.org/project/castellan
+ https://launchpad.net/castellan
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
+ >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+ >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
+ >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/bandit-1.6.0[${PYTHON_USEDEP}]
+ >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/castellan/
@ 2022-03-14 3:28 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-14 3:28 UTC (permalink / raw
To: gentoo-commits
commit: 2132331df76d8855ade5c9d069a960834f326e75
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 03:20:34 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 03:20:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2132331d
dev-python/castellan: add 3.10.1, drop 3.9.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/castellan/Manifest | 2 +-
.../castellan/{castellan-3.9.1.ebuild => castellan-3.10.1.ebuild} | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 3cab06c55..0353af8dc 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1 @@
-DIST castellan-3.9.1.tar.gz 77838 BLAKE2B e8945bc2e0f9fd5407f764d16dd564e00c4c30d5986eea99552bc22121461d14582225888d088c4881967066e2286462f0591506d753acc5177f61f3ad2f9544 SHA512 6cf489307c8bc74922297d51305f37668c1118c3f22607bed455cb37a515709cd161203f024fe289c0a99225957365e0cb39eca0945d135b0a6e03872241d009
+DIST castellan-3.10.1.tar.gz 78709 BLAKE2B e12d66788f45fdca102e9c37e3f7c39598463fd49ed7064226443468a8602b4a32f42078847a1d8df594d51edb4c200d65feb38d5c00a6edb04b2078626517d9 SHA512 cf9a523a75c5d6bada1570982541475f42ffcbc468c7f5cf7f5c0e6545833c0de38f1b1b7b940f3bfc6e92a54917dae359cf37f995b5fbd6237ff78e36c62676
diff --git a/dev-python/castellan/castellan-3.9.1.ebuild b/dev-python/castellan/castellan-3.10.1.ebuild
similarity index 93%
rename from dev-python/castellan/castellan-3.9.1.ebuild
rename to dev-python/castellan/castellan-3.10.1.ebuild
index c2c883440..803436e2d 100644
--- a/dev-python/castellan/castellan-3.9.1.ebuild
+++ b/dev-python/castellan/castellan-3.10.1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Generic Key Manager interface for OpenStack"
HOMEPAGE="
- https://pypi.org/project/castellan
+ https://pypi.org/project/castellan/
https://opendev.org/openstack/castellan
https://pypi.org/project/castellan
https://launchpad.net/castellan
@@ -33,8 +33,8 @@ RDEPEND="
>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/castellan/
@ 2022-03-17 13:57 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 13:57 UTC (permalink / raw
To: gentoo-commits
commit: 8636f68aef6c00b653b183a05d141d98c73d2e29
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 13:32:32 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 13:32:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8636f68a
dev-python/castellan: add missing test dep
Closes: https://bugs.gentoo.org/835478
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/castellan/castellan-3.10.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/castellan/castellan-3.10.1.ebuild b/dev-python/castellan/castellan-3.10.1.ebuild
index 803436e2d..ef5e73927 100644
--- a/dev-python/castellan/castellan-3.10.1.ebuild
+++ b/dev-python/castellan/castellan-3.10.1.ebuild
@@ -37,6 +37,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
test? (
>=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/castellan/
@ 2022-03-17 19:29 Ronny Gutbrod
0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2022-03-17 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 575f8c494eec3afe77a4783be4dc282ac6b6e510
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Mar 17 19:20:59 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 17 19:28:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=575f8c49
dev-python/castellan: Remove duplicate URL from HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/castellan/castellan-3.10.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/castellan/castellan-3.10.1.ebuild b/dev-python/castellan/castellan-3.10.1.ebuild
index ef5e73927..95b91b75b 100644
--- a/dev-python/castellan/castellan-3.10.1.ebuild
+++ b/dev-python/castellan/castellan-3.10.1.ebuild
@@ -11,7 +11,6 @@ DESCRIPTION="Generic Key Manager interface for OpenStack"
HOMEPAGE="
https://pypi.org/project/castellan/
https://opendev.org/openstack/castellan
- https://pypi.org/project/castellan
https://launchpad.net/castellan
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/castellan/
@ 2022-03-18 8:54 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-18 8:54 UTC (permalink / raw
To: gentoo-commits
commit: 133a55def058e72dd5ebdcecf6810b426c81166c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 08:13:06 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 08:54:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=133a55de
dev-python/castellan: deselect the failing test
Bug: https://bugs.gentoo.org/835531
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/castellan/castellan-3.10.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/castellan/castellan-3.10.1.ebuild b/dev-python/castellan/castellan-3.10.1.ebuild
index 95b91b75b..b9cbd7e97 100644
--- a/dev-python/castellan/castellan-3.10.1.ebuild
+++ b/dev-python/castellan/castellan-3.10.1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+EPYTEST_DESELECT=( castellan/tests/unit/test_utils.py::TestUtils::test_oslo_context_to_keystone_token )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/castellan/
@ 2022-04-29 3:16 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-04-29 3:16 UTC (permalink / raw
To: gentoo-commits
commit: add4ef47e38e59d21db42c816166fcb8c1542f97
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Apr 29 02:21:51 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Apr 29 02:21:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=add4ef47
dev-python/castellan: add 3.11.0, drop 3.10.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/castellan/Manifest | 2 +-
.../castellan/{castellan-3.10.1.ebuild => castellan-3.11.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 0353af8dc..02b474395 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1 @@
-DIST castellan-3.10.1.tar.gz 78709 BLAKE2B e12d66788f45fdca102e9c37e3f7c39598463fd49ed7064226443468a8602b4a32f42078847a1d8df594d51edb4c200d65feb38d5c00a6edb04b2078626517d9 SHA512 cf9a523a75c5d6bada1570982541475f42ffcbc468c7f5cf7f5c0e6545833c0de38f1b1b7b940f3bfc6e92a54917dae359cf37f995b5fbd6237ff78e36c62676
+DIST castellan-3.11.0.tar.gz 78842 BLAKE2B 37f6ea35cd2d6ecf780dce990350d29bf46edf9de7d17ea1ad740a6c12ae6df84d1bf663a0031d3877316eb6b339dc9793354be301ded1e747fca7c79b9cc80c SHA512 3f57ca226c2a3e8be5f3a0f4d8491dfe4239ff6b267579cbc122adb67b23c6605ff11719bde2b0f4c3effa086c3f03bab5e458bb8b39a717973bc6190b7f9c1d
diff --git a/dev-python/castellan/castellan-3.10.1.ebuild b/dev-python/castellan/castellan-3.11.0.ebuild
similarity index 100%
rename from dev-python/castellan/castellan-3.10.1.ebuild
rename to dev-python/castellan/castellan-3.11.0.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/castellan/
@ 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: 817d27d4e855440e04caf870ba79d85746c18665
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 19 05:15:02 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 19 05:15:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=817d27d4
dev-python/castellan: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/castellan/Manifest | 1 -
dev-python/castellan/castellan-3.11.0.ebuild | 50 ----------------------------
dev-python/castellan/metadata.xml | 13 --------
3 files changed, 64 deletions(-)
diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
deleted file mode 100644
index 02b474395..000000000
--- a/dev-python/castellan/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST castellan-3.11.0.tar.gz 78842 BLAKE2B 37f6ea35cd2d6ecf780dce990350d29bf46edf9de7d17ea1ad740a6c12ae6df84d1bf663a0031d3877316eb6b339dc9793354be301ded1e747fca7c79b9cc80c SHA512 3f57ca226c2a3e8be5f3a0f4d8491dfe4239ff6b267579cbc122adb67b23c6605ff11719bde2b0f4c3effa086c3f03bab5e458bb8b39a717973bc6190b7f9c1d
diff --git a/dev-python/castellan/castellan-3.11.0.ebuild b/dev-python/castellan/castellan-3.11.0.ebuild
deleted file mode 100644
index 32157960c..000000000
--- a/dev-python/castellan/castellan-3.11.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EPYTEST_DESELECT=( castellan/tests/unit/test_utils.py::TestUtils::test_oslo_context_to_keystone_token )
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic Key Manager interface for OpenStack"
-HOMEPAGE="
- https://pypi.org/project/castellan/
- https://opendev.org/openstack/castellan
- https://launchpad.net/castellan
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
- >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
- >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/castellan/metadata.xml b/dev-python/castellan/metadata.xml
deleted file mode 100644
index a7271b566..000000000
--- a/dev-python/castellan/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">castellan</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-02-19 5:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-17 19:29 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/castellan/ Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2023-02-19 5:17 Anna Vyalkova
2022-04-29 3:16 Alessandro Barbieri
2022-03-18 8:54 Alessandro Barbieri
2022-03-17 13:57 Alessandro Barbieri
2022-03-14 3:28 Alessandro Barbieri
2021-10-03 18:33 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox