From 63e9c2d7721dccfc29927b157ad9c1934f727820 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 14 Apr 2024 06:23:35 +0000 Subject: Adding metadata --- dev-python/pyagentx/pyagentx-0.4-r1.ebuild | 20 ++++++++++++++++++++ dev-python/pyagentx/pyagentx-0.4.ebuild | 21 --------------------- 2 files changed, 20 insertions(+), 21 deletions(-) create mode 100644 dev-python/pyagentx/pyagentx-0.4-r1.ebuild delete mode 100644 dev-python/pyagentx/pyagentx-0.4.ebuild (limited to 'dev-python/pyagentx') diff --git a/dev-python/pyagentx/pyagentx-0.4-r1.ebuild b/dev-python/pyagentx/pyagentx-0.4-r1.ebuild new file mode 100644 index 000000000000..8ee3429ebd4c --- /dev/null +++ b/dev-python/pyagentx/pyagentx-0.4-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Python AgentX Implementation" +HOMEPAGE="https://github.com/hosthvo/pyagentx" +SRC_URI="https://github.com/hosthvo/pyagentx/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +PATCHES="${FILESDIR}/updater.patch + ${FILESDIR}/python3.patch" diff --git a/dev-python/pyagentx/pyagentx-0.4.ebuild b/dev-python/pyagentx/pyagentx-0.4.ebuild deleted file mode 100644 index 3d43c87c1f75..000000000000 --- a/dev-python/pyagentx/pyagentx-0.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -DESCRIPTION="Python AgentX Implementation" -HOMEPAGE="https://github.com/hosthvo/pyagentx" -SRC_URI="https://github.com/hosthvo/pyagentx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -PATCHES="${FILESDIR}/updater.patch - ${FILESDIR}/python3.patch" - -distutils_enable_tests setup.py -- cgit v1.3.1