summaryrefslogtreecommitdiff
path: root/dev-python/python-augeas
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
commite709146bfe0a78864c489db0165a0156151b5b7a (patch)
tree52317f234fa0358799dfaafe48623cf348e34936 /dev-python/python-augeas
parent0180d18b2874a7cc5346b896ee0c25941be701d5 (diff)
downloadbaldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.gz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.xz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.zip
Adding metadata
Diffstat (limited to 'dev-python/python-augeas')
-rw-r--r--dev-python/python-augeas/Manifest1
-rw-r--r--dev-python/python-augeas/files/remove-tests.patch11
-rw-r--r--dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild35
-rw-r--r--dev-python/python-augeas/python-augeas-1.2.0.ebuild2
4 files changed, 1 insertions, 48 deletions
diff --git a/dev-python/python-augeas/Manifest b/dev-python/python-augeas/Manifest
index 69bc8376fab8..459dc07e140e 100644
--- a/dev-python/python-augeas/Manifest
+++ b/dev-python/python-augeas/Manifest
@@ -1,2 +1 @@
-DIST python-augeas-1.1.0.tar.gz 93657 BLAKE2B 21d2713d8e11552cc7f0191d2b8f7805b223f5dc9478b89b39dcbd325ab354cef0bfc0314852dc2b071b3b061319b4e27904c0514eb6d6ffd4e39cf7ca33d1f9 SHA512 34e4e98219b9146ef843d94c2e854e951a9b7e81409e603e77e7defdbb8765c013a2c869a4f5db2244352ca35656e18667a0210dd24099cb3e4552a04b23aef8
DIST python-augeas-1.2.0.tar.gz 99396 BLAKE2B d65184451d4d0efb5220006296e5039a1a5ff9536b1eca60f876150f056f1bd8e7883bc25f777b4e079bb39e1397bfc611eea67ebf0e29eebbb8db3a8f1f1cbd SHA512 5d462263cb1857694796500ff412cf53d3800a030277a53ba9d84dda9dbcbdd7693a3ae7eec467d816aa07dfa27c5b06cc0cf6470bfa8bf72e45c56e192c431f
diff --git a/dev-python/python-augeas/files/remove-tests.patch b/dev-python/python-augeas/files/remove-tests.patch
deleted file mode 100644
index 42f815047283..000000000000
--- a/dev-python/python-augeas/files/remove-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -18,7 +18,7 @@ setup(name=name,
- author="Harald Hoyer",
- author_email="augeas-devel@redhat.com",
- description="""Python bindings for Augeas""",
-- packages=find_packages(exclude=('test')),
-+ packages=find_packages(exclude=('test',)),
- setup_requires=["cffi>=1.0.0"],
- cffi_modules=["augeas/ffi.py:ffi"],
- install_requires=["cffi>=1.0.0"],
diff --git a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild
deleted file mode 100644
index c23dd2808553..000000000000
--- a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python bindings for Augeas"
-HOMEPAGE="
- https://augeas.net/
- https://github.com/hercules-team/python-augeas/
- https://pypi.org/project/python-augeas/
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
- app-admin/augeas
- >=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}/remove-tests.patch"
-)
-
-distutils_enable_tests unittest
diff --git a/dev-python/python-augeas/python-augeas-1.2.0.ebuild b/dev-python/python-augeas/python-augeas-1.2.0.ebuild
index d409d13decf1..7f6102d4f4e0 100644
--- a/dev-python/python-augeas/python-augeas-1.2.0.ebuild
+++ b/dev-python/python-augeas/python-augeas-1.2.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
RDEPEND="
app-admin/augeas