[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/

2022-05-29 Thread Alessandro Barbieri
commit: 2cdd140a843387d6fd3b744d780613660357f52d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 22:56:06 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 22:58:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cdd140a

sys-cluster/heat: use root perms for logrotate

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/{heat-18.0.0.ebuild => heat-18.0.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/heat/heat-18.0.0.ebuild 
b/sys-cluster/heat/heat-18.0.0-r1.ebuild
similarity index 100%
rename from sys-cluster/heat/heat-18.0.0.ebuild
rename to sys-cluster/heat/heat-18.0.0-r1.ebuild
index 45120c6ff..79911f0e0 100644
--- a/sys-cluster/heat/heat-18.0.0.ebuild
+++ b/sys-cluster/heat/heat-18.0.0-r1.ebuild
@@ -134,6 +134,9 @@ python_install_all() {
newinitd "${FILESDIR}/heat.initd" "heat-${svc}"
done
 
+   insinto /etc/logrotate.d
+   doins "${FILESDIR}/heat.logrotate"
+
insinto /etc/heat
insopts -m 0640 -o heat -g heat
doins etc/heat/heat.conf.sample
@@ -151,8 +154,5 @@ python_install_all() {
systemd_dounit "${FILESDIR}/heat-engine.service"
systemd_dounit "${FILESDIR}/heat-api.service"
 
-   insinto /etc/logrotate.d
-   doins "${FILESDIR}/heat.logrotate"
-
rm -r "${ED}/usr/etc"
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/files/

2022-04-28 Thread Alessandro Barbieri
commit: 66a968be028bd3dcb059ff56410cd1d74a641215
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Apr 28 07:57:58 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Apr 28 07:57:58 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66a968be

sys-cluster/heat: fix header

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/files/heat.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/files/heat.initd 
b/sys-cluster/heat/files/heat.initd
index 295879ebe..ae157492b 100644
--- a/sys-cluster/heat/files/heat.initd
+++ b/sys-cluster/heat/files/heat.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 description="Starts ${SVCNAME} service for OpenStack"



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/

2022-04-19 Thread Alessandro Barbieri
commit: 7676f8911c1f88aefff695b645284c60086a60b6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Apr 18 22:47:46 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Apr 19 18:31:26 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7676f891

sys-cluster/heat: remove optional packages

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/heat-18.0.0.ebuild | 20 +++-
 sys-cluster/heat/metadata.xml   |  3 ---
 2 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/sys-cluster/heat/heat-18.0.0.ebuild 
b/sys-cluster/heat/heat-18.0.0.ebuild
index c3567fa91..45120c6ff 100644
--- a/sys-cluster/heat/heat-18.0.0.ebuild
+++ b/sys-cluster/heat/heat-18.0.0.ebuild
@@ -20,7 +20,6 @@ S="${WORKDIR}/openstack-${MYP}"
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
 
 RDEPEND="
>=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
@@ -87,17 +86,7 @@ RDEPEND="
>=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
>=dev-python/yaql-1.1.3[${PYTHON_USEDEP}]
 
-   mysql? (
-   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   )
-   postgres? (
-   >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   )
-   sqlite? (
-   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
-   )
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
 
acct-user/heat
acct-group/heat
@@ -116,12 +105,9 @@ BDEPEND="
>=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
-   )
-"
 
-REQUIRED_USE="
-   test? ( mysql )
-   || ( mysql postgres sqlite )
+   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
+   )
 "
 
 distutils_enable_tests pytest

diff --git a/sys-cluster/heat/metadata.xml b/sys-cluster/heat/metadata.xml
index 174c1b806..99f72a53a 100644
--- a/sys-cluster/heat/metadata.xml
+++ b/sys-cluster/heat/metadata.xml
@@ -11,9 +11,6 @@
templates, through both an OpenStack-native REST API and a
CloudFormation-compatible Query API.

-   
-   Installs the memcached server
-   

heat




[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/

2022-04-15 Thread Alessandro Barbieri
commit: dbd14368baa9c43816439eb596740b63f1e37cda
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr 16 01:08:55 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Apr 16 01:09:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbd14368

sys-cluster/heat: drop 18.0.0.0_rc1

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/Manifest |   1 -
 sys-cluster/heat/heat-18.0.0.0_rc1.ebuild | 170 --
 2 files changed, 171 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 1a96049d4..a98a308fb 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,2 +1 @@
-DIST openstack-heat-18.0.0.0rc1.tar.gz 2449476 BLAKE2B 
d1a616bd9d5d07e4b513ac73b8ad555a9641796b85e26b5682814e8cce01cd5785a312e3a26da2a98c2fba9145f84e801090b95739a3e9c61ab9cca9b7521b42
 SHA512 
891e2357be5334a1e542338ddb51baeda904a553a35ed3376d1ea7ba29818b5fb517d648f48d4e192d3e7a8f407d3a1363447a0bf701a87311e6904b4716703b
 DIST openstack-heat-18.0.0.tar.gz 2449231 BLAKE2B 
a285cc9bb3ac9bb88c5694cefd664ae5e4ffe130317a290e39b5faadd7512cdd515fdc14bc5a03bd610bd11f4fb1f85627c5dd1974f14ad06f13f9a594c1c141
 SHA512 
222c9ae91a7ab189fe98908629f6c64ccb0cc7dd10fc331c206c10a31a499cc3bdc8717656d2e3c746857de8c85ae13289a8efd2c1a800b9b88553696c2e14e4

diff --git a/sys-cluster/heat/heat-18.0.0.0_rc1.ebuild 
b/sys-cluster/heat/heat-18.0.0.0_rc1.ebuild
deleted file mode 100644
index 0d5f545e2..0
--- a/sys-cluster/heat/heat-18.0.0.0_rc1.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MYP="${P/_rc/rc}"
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 linux-info systemd
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine"
-HOMEPAGE="
-   https://launchpad.net/heat
-   https://opendev.org/openstack/heat/
-   https://pypi.org/project/openstack-heat/
-"
-SRC_URI="https://tarballs.openstack.org/${PN}/openstack-${MYP}.tar.gz;
-KEYWORDS="~amd64"
-S="${WORKDIR}/openstack-${MYP}"
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
-
-RDEPEND="
-   >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.5[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.28.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-6.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-6.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-4.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-reports-1.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-2.25.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-upgradecheck-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-4.5.0[${PYTHON_USEDEP}]
-   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}]
-   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/aodhclient-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
-   >=dev-python/python-blazarclient-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
-   >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
-   >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/python-ironicclient-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-magnumclient-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/python-manilaclient-1.16.0[${PYTHON_USEDEP}]
-   >=dev-python/python-mistralclient-3.1.0[${PYTHON_USEDEP}]
-   >=dev-python/python-monascaclient-1.12.0[${PYTHON_USEDEP}]
-   >=dev-python/python-neutronclient-6.14.0[${PYTHON_USEDEP}]
-   >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/

2022-04-04 Thread Alessandro Barbieri
commit: 4d8f8318b2b775b8b9c65c86f93cf8d388a0413a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Apr  4 19:05:36 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Apr  4 19:32:03 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d8f8318

sys-cluster/heat: add 18.0.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/Manifest   |   1 +
 sys-cluster/heat/heat-18.0.0.ebuild | 170 
 2 files changed, 171 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 6f603fe99..1a96049d4 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1 +1,2 @@
 DIST openstack-heat-18.0.0.0rc1.tar.gz 2449476 BLAKE2B 
d1a616bd9d5d07e4b513ac73b8ad555a9641796b85e26b5682814e8cce01cd5785a312e3a26da2a98c2fba9145f84e801090b95739a3e9c61ab9cca9b7521b42
 SHA512 
891e2357be5334a1e542338ddb51baeda904a553a35ed3376d1ea7ba29818b5fb517d648f48d4e192d3e7a8f407d3a1363447a0bf701a87311e6904b4716703b
+DIST openstack-heat-18.0.0.tar.gz 2449231 BLAKE2B 
a285cc9bb3ac9bb88c5694cefd664ae5e4ffe130317a290e39b5faadd7512cdd515fdc14bc5a03bd610bd11f4fb1f85627c5dd1974f14ad06f13f9a594c1c141
 SHA512 
222c9ae91a7ab189fe98908629f6c64ccb0cc7dd10fc331c206c10a31a499cc3bdc8717656d2e3c746857de8c85ae13289a8efd2c1a800b9b88553696c2e14e4

diff --git a/sys-cluster/heat/heat-18.0.0.ebuild 
b/sys-cluster/heat/heat-18.0.0.ebuild
new file mode 100644
index 0..0d5f545e2
--- /dev/null
+++ b/sys-cluster/heat/heat-18.0.0.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MYP="${P/_rc/rc}"
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1 linux-info systemd
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine"
+HOMEPAGE="
+   https://launchpad.net/heat
+   https://opendev.org/openstack/heat/
+   https://pypi.org/project/openstack-heat/
+"
+SRC_URI="https://tarballs.openstack.org/${PN}/openstack-${MYP}.tar.gz;
+KEYWORDS="~amd64"
+S="${WORKDIR}/openstack-${MYP}"
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+
+RDEPEND="
+   >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.5[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.28.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-6.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-6.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-4.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-reports-1.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-2.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-upgradecheck-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/aodhclient-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
+   >=dev-python/python-blazarclient-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/python-ironicclient-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-magnumclient-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/python-manilaclient-1.16.0[${PYTHON_USEDEP}]
+   >=dev-python/python-mistralclient-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-monascaclient-1.12.0[${PYTHON_USEDEP}]
+   >=dev-python/python-neutronclient-6.14.0[${PYTHON_USEDEP}]
+   >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/files/, sys-cluster/heat/

2022-03-29 Thread Alessandro Barbieri
commit: 70220f0cde4654bd0832c87a40c710262bee34cc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Mar 30 03:26:02 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Mar 30 03:26:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70220f0c

sys-cluster/heat: add 18.0.0.0_rc1

Closes: https://bugs.gentoo.org/815583
Closes: https://bugs.gentoo.org/815586
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/files/heat-api.service|  16 +++
 sys-cluster/heat/files/heat-engine.service |  16 +++
 sys-cluster/heat/files/heat.logrotate  |   8 ++
 sys-cluster/heat/heat-18.0.0.0_rc1.ebuild  | 170 +
 4 files changed, 210 insertions(+)

diff --git a/sys-cluster/heat/files/heat-api.service 
b/sys-cluster/heat/files/heat-api.service
new file mode 100644
index 0..9c14adc19
--- /dev/null
+++ b/sys-cluster/heat/files/heat-api.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=OpenStack Heat API
+Documentation=http://docs.openstack.org/
+After=postgresql.service mysql.service keystone.service 
rabbitmq-server.service ntp.service network.service
+
+[Service]
+User=heat
+Group=heat
+ExecStart=/etc/init.d/heat-api systemd-start
+ExecStop=/etc/init.d/heat-api systemd-stop
+PIDFile=/var/run/heat/heat-api.pid
+Restart=on-failure
+Type=forking
+
+[Install]
+WantedBy=multi-user.target

diff --git a/sys-cluster/heat/files/heat-engine.service 
b/sys-cluster/heat/files/heat-engine.service
new file mode 100644
index 0..8af82acc6
--- /dev/null
+++ b/sys-cluster/heat/files/heat-engine.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=OpenStack Heat Engine
+Documentation=http://docs.openstack.org/
+After=postgresql.service mysql.service keystone.service 
rabbitmq-server.service ntp.service network.service
+
+[Service]
+User=heat
+Group=heat
+ExecStart=/etc/init.d/heat-engine systemd-start
+ExecStop=/etc/init.d/heat-engine systemd-stop
+PIDFile=/var/run/heat/heat-engine.pid
+Restart=on-failure
+Type=forking
+
+[Install]
+WantedBy=multi-user.target

diff --git a/sys-cluster/heat/files/heat.logrotate 
b/sys-cluster/heat/files/heat.logrotate
new file mode 100644
index 0..76f11384e
--- /dev/null
+++ b/sys-cluster/heat/files/heat.logrotate
@@ -0,0 +1,8 @@
+/var/log/heat/*.log {
+daily
+missingok
+compress 
+delaycompress
+notifempty   
+copytruncate
+}

diff --git a/sys-cluster/heat/heat-18.0.0.0_rc1.ebuild 
b/sys-cluster/heat/heat-18.0.0.0_rc1.ebuild
new file mode 100644
index 0..0d5f545e2
--- /dev/null
+++ b/sys-cluster/heat/heat-18.0.0.0_rc1.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MYP="${P/_rc/rc}"
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1 linux-info systemd
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine"
+HOMEPAGE="
+   https://launchpad.net/heat
+   https://opendev.org/openstack/heat/
+   https://pypi.org/project/openstack-heat/
+"
+SRC_URI="https://tarballs.openstack.org/${PN}/openstack-${MYP}.tar.gz;
+KEYWORDS="~amd64"
+S="${WORKDIR}/openstack-${MYP}"
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+
+RDEPEND="
+   >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.5[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.28.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-6.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-6.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-4.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-reports-1.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-2.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-upgradecheck-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/

2022-03-29 Thread Alessandro Barbieri
commit: 8a0a9da953000d08940b14f621d82fe00fa7b7ae
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Mar 30 03:26:33 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Mar 30 03:26:33 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a0a9da9

sys-cluster/heat: drop 15.0.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/Manifest   |   2 -
 sys-cluster/heat/heat-15.0.0.ebuild | 163 
 2 files changed, 165 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index af70006e6..6f603fe99 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,3 +1 @@
-DIST heat.conf.sample-15.0.0 77233 BLAKE2B 
4c15a617a667aa72af08038d90a3935e68298fd240a2aef6fd877843a1c9a149315cda2a6c322762d57edb8f9c189407fe71ee2f30fde57aa40a6d7f8c132249
 SHA512 
4d7a31c171849451475e1fcfb4961051ad88472ab5e13c2e8809386889f00a73200d2f6e7155aa59d1bd00eb28e43e94987e7bc1e496d1c9f2ed003f0a8d96e2
-DIST openstack-heat-15.0.0.tar.gz 2391827 BLAKE2B 
50e7881a4114ba2ed6ba9067a7879382b5b3d61e2db8f113190a6194f8d34d1b06734a1e3b532805cfad23999ed233ea9c8fc369e1b269828653f346e28ddff7
 SHA512 
dd17f5cabadd90ab88adea3782a29802b0b4467c46c40dbd41ce68c08e2425b2eec362833b79cb739e16e6d5b137256cc4955afd5bd143e3a2e613d3b428dd5d
 DIST openstack-heat-18.0.0.0rc1.tar.gz 2449476 BLAKE2B 
d1a616bd9d5d07e4b513ac73b8ad555a9641796b85e26b5682814e8cce01cd5785a312e3a26da2a98c2fba9145f84e801090b95739a3e9c61ab9cca9b7521b42
 SHA512 
891e2357be5334a1e542338ddb51baeda904a553a35ed3376d1ea7ba29818b5fb517d648f48d4e192d3e7a8f407d3a1363447a0bf701a87311e6904b4716703b

diff --git a/sys-cluster/heat/heat-15.0.0.ebuild 
b/sys-cluster/heat/heat-15.0.0.ebuild
deleted file mode 100644
index 642a2a145..0
--- a/sys-cluster/heat/heat-15.0.0.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 linux-info
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.victoria
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/victoria"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.victoria
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="~amd64"
-   S="${WORKDIR}/openstack-${P}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-DEPEND="
-   >=dev-python/pbr-5.4.0[${PYTHON_USEDEP}]
-   app-admin/sudo
-"
-RDEPEND="
-   >=dev-python/pbr-5.4.0[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.20.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-6.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-1.30.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-reports-1.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-upgradecheck-0.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/

2021-09-26 Thread Alessandro Barbieri
commit: a1aeb42e9a299019daeef0545d8fe08693ed135f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:30:40 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:30:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1aeb42e

sys-cluster/heat: unkeyword 15.0.0 for ~arm64, ~x86

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/heat-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-15.0.0.ebuild 
b/sys-cluster/heat/heat-15.0.0.ebuild
index 4e9fece62..642a2a145 100644
--- a/sys-cluster/heat/heat-15.0.0.ebuild
+++ b/sys-cluster/heat/heat-15.0.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.victoria
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64"
S="${WORKDIR}/openstack-${P}"
 fi
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/, dev-python/ldappool/, dev-python/python-manilaclient/, ...

2021-06-20 Thread Alessandro Barbieri
commit: 71b2c3bba3868b0048215ebc50ebafbd0dfe5f32
Author: Alessandro-Barbieri  gmail  com>
AuthorDate: Sun Jun 20 16:54:58 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jun 20 23:17:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71b2c3bb

*/*: unstable keywording

Signed-off-by: Alessandro Barbieri  gmail.com>

 app-admin/glance/glance-21.0.0.ebuild | 2 +-
 app-emulation/spice-html5/spice-html5-0.2.1.ebuild| 2 +-
 dev-python/WSME/WSME-0.10.0.ebuild| 2 +-
 dev-python/aodhclient/aodhclient-2.1.1.ebuild | 2 +-
 dev-python/automaton/automaton-2.2.0.ebuild   | 2 +-
 dev-python/castellan/castellan-3.6.0.ebuild   | 2 +-
 dev-python/cursive/cursive-0.2.2-r1.ebuild| 2 +-
 dev-python/futurist/futurist-2.3.0.ebuild | 2 +-
 dev-python/glance_store/glance_store-2.3.0.ebuild | 2 +-
 dev-python/keystonemiddleware/keystonemiddleware-9.1.0.ebuild | 2 +-
 dev-python/ldappool/ldappool-2.4.1.ebuild | 2 +-
 dev-python/microversion-parse/microversion-parse-1.0.1.ebuild | 2 +-
 dev-python/neutron-lib/neutron-lib-2.6.1.ebuild   | 2 +-
 dev-python/os-brick/os-brick-4.0.1-r1.ebuild  | 2 +-
 dev-python/os-ken/os-ken-1.2.0.ebuild | 2 +-
 dev-python/os-resource-classes/os-resource-classes-1.0.0.ebuild   | 2 +-
 dev-python/os-traits/os-traits-2.4.0.ebuild   | 2 +-
 dev-python/os-vif/os-vif-2.2.0.ebuild | 2 +-
 dev-python/os-win/os-win-5.1.0.ebuild | 2 +-
 dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild| 2 +-
 dev-python/oslo-cache/oslo-cache-2.6.1.ebuild | 2 +-
 dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild | 2 +-
 dev-python/oslo-db/oslo-db-8.4.0.ebuild   | 2 +-
 dev-python/oslo-messaging/oslo-messaging-12.5.1.ebuild| 2 +-
 dev-python/oslo-middleware/oslo-middleware-4.1.1.ebuild   | 2 +-
 dev-python/oslo-policy/oslo-policy-3.5.0.ebuild   | 2 +-
 dev-python/oslo-privsep/oslo-privsep-2.4.0.ebuild | 2 +-
 dev-python/oslo-reports/oslo-reports-2.2.0.ebuild | 2 +-
 dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild   | 2 +-
 dev-python/oslo-service/oslo-service-2.4.0.ebuild | 2 +-
 dev-python/oslo-upgradecheck/oslo-upgradecheck-1.1.1.ebuild   | 2 +-
 dev-python/oslo-versionedobjects/oslo-versionedobjects-2.3.0.ebuild   | 2 +-
 dev-python/oslo-vmware/oslo-vmware-3.7.0.ebuild   | 2 +-
 dev-python/osprofiler/osprofiler-3.4.0.ebuild | 2 +-
 dev-python/ovsdbapp/ovsdbapp-1.5.0.ebuild | 2 +-
 dev-python/pycadf/pycadf-3.1.1.ebuild | 2 +-
 dev-python/pypowervm/pypowervm-1.1.24.ebuild  | 2 +-
 dev-python/pysaml2/pysaml2-6.1.0.ebuild   | 2 +-
 dev-python/python-barbicanclient/python-barbicanclient-5.0.1.ebuild   | 2 +-
 dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild   | 2 +-
 dev-python/python-designateclient/python-designateclient-4.1.0.ebuild | 2 +-
 dev-python/python-heatclient/python-heatclient-2.2.1.ebuild   | 2 +-
 dev-python/python-magnumclient/python-magnumclient-3.2.1.ebuild   | 2 +-
 dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild   | 2 +-
 dev-python/python-mistralclient/python-mistralclient-4.1.1.ebuild | 2 +-
 dev-python/python-monascaclient/python-monascaclient-2.2.1.ebuild | 2 +-
 dev-python/python-octaviaclient/python-octaviaclient-2.2.0.ebuild | 2 +-
 dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild   | 2 +-
 dev-python/python-senlinclient/python-senlinclient-2.1.1.ebuild   | 2 +-
 dev-python/python-troveclient/python-troveclient-5.1.1.ebuild | 2 +-
 dev-python/python-vitrageclient/python-vitrageclient-4.1.1.ebuild | 2 +-
 dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild | 2 +-
 dev-python/python-zunclient/python-zunclient-4.1.1.ebuild | 2 +-
 dev-python/ryu/ryu-4.34.ebuild| 2 +-
 dev-python/taskflow/taskflow-4.5.0.ebuild | 2 +-
 dev-python/tinyrpc/tinyrpc-1.0.1.ebuild   | 2 +-
 dev-python/tooz/tooz-2.7.1.ebuild | 2 +-
 dev-python/yaql/yaql-1.1.3.ebuild | 2 +-
 dev-python/zVMCloudConnector/zVMCloudConnector-1.4.1.ebuild   | 2 +-
 

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/, dev-python/python-blazarclient/, dev-python/futurist/, ...

2021-06-20 Thread Alessandro Barbieri
commit: 0f35e5e83a2b36c4d10078d7893727fa5f62834a
Author: Alessandro-Barbieri  gmail  com>
AuthorDate: Sun Jun 20 16:47:32 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jun 20 23:17:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f35e5e8

*/*: remove python3_7

Signed-off-by: Alessandro Barbieri  gmail.com>

 app-admin/glance/glance-21.0.0.ebuild | 2 +-
 dev-python/WSME/WSME-0.10.0.ebuild| 2 +-
 dev-python/automaton/automaton-2.2.0.ebuild   | 2 +-
 dev-python/futurist/futurist-2.3.0.ebuild | 2 +-
 dev-python/neutron-lib/neutron-lib-2.6.1.ebuild   | 2 +-
 dev-python/os-brick/os-brick-4.0.1-r1.ebuild  | 2 +-
 dev-python/os-traits/os-traits-2.4.0.ebuild   | 2 +-
 dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild | 2 +-
 dev-python/oslo-messaging/oslo-messaging-12.5.1.ebuild| 2 +-
 dev-python/oslo-policy/oslo-policy-3.5.0.ebuild   | 2 +-
 dev-python/oslo-vmware/oslo-vmware-3.7.0.ebuild   | 2 +-
 dev-python/ovsdbapp/ovsdbapp-1.5.0.ebuild | 2 +-
 dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild   | 2 +-
 dev-python/python-senlinclient/python-senlinclient-2.1.1.ebuild   | 2 +-
 dev-python/python-vitrageclient/python-vitrageclient-4.1.1.ebuild | 2 +-
 dev-python/python-zunclient/python-zunclient-4.1.1.ebuild | 2 +-
 dev-python/tinyrpc/tinyrpc-1.0.1.ebuild   | 2 +-
 dev-python/zVMCloudConnector/zVMCloudConnector-1.4.1.ebuild   | 2 +-
 sys-auth/keystone/keystone-18.0.0.ebuild  | 2 +-
 sys-cluster/cinder/cinder-17.1.0.ebuild   | 2 +-
 sys-cluster/heat/heat-15.0.0.ebuild   | 2 +-
 sys-cluster/neutron/neutron-17.1.1.ebuild | 2 +-
 sys-cluster/neutron/neutron-17.1.2.ebuild | 2 +-
 sys-cluster/nova/nova-22.2.0.ebuild   | 2 +-
 sys-cluster/nova/nova-22.2.1.ebuild   | 2 +-
 sys-cluster/placement/placement-4.0.0.ebuild  | 2 +-
 sys-cluster/swift/swift-2.26.0.ebuild | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/app-admin/glance/glance-21.0.0.ebuild 
b/app-admin/glance/glance-21.0.0.ebuild
index dc9478899..d270d959e 100644
--- a/app-admin/glance/glance-21.0.0.ebuild
+++ b/app-admin/glance/glance-21.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_8 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
index a712fee52..0018a4cfd 100644
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ b/dev-python/WSME/WSME-0.10.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1
 

diff --git a/dev-python/automaton/automaton-2.2.0.ebuild 
b/dev-python/automaton/automaton-2.2.0.ebuild
index e98047b21..05f42d49c 100644
--- a/dev-python/automaton/automaton-2.2.0.ebuild
+++ b/dev-python/automaton/automaton-2.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1
 

diff --git a/dev-python/futurist/futurist-2.3.0.ebuild 
b/dev-python/futurist/futurist-2.3.0.ebuild
index 78c48e4fd..caf9c1864 100644
--- a/dev-python/futurist/futurist-2.3.0.ebuild
+++ b/dev-python/futurist/futurist-2.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_8 )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1

diff --git a/dev-python/neutron-lib/neutron-lib-2.6.1.ebuild 
b/dev-python/neutron-lib/neutron-lib-2.6.1.ebuild
index 5b7271263..ea3e45e86 100644
--- a/dev-python/neutron-lib/neutron-lib-2.6.1.ebuild
+++ b/dev-python/neutron-lib/neutron-lib-2.6.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1
 

diff --git a/dev-python/os-brick/os-brick-4.0.1-r1.ebuild 
b/dev-python/os-brick/os-brick-4.0.1-r1.ebuild
index dfc56644f..feb532ddc 100644
--- a/dev-python/os-brick/os-brick-4.0.1-r1.ebuild
+++ b/dev-python/os-brick/os-brick-4.0.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1
 

diff --git a/dev-python/os-traits/os-traits-2.4.0.ebuild