summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-31 15:06:30 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-31 15:06:30 +0200
commit893f55c18e3b6ca54ac01c8940735090c2f28e4f (patch)
tree4ef56330faf5e02bdb1a6c1a99ebdbf81c639af8 /dev-python
parent9428c3bc6d5e899b55a1022737d5142bee22c989 (diff)
downloadgentoo-893f55c18e3b6ca54ac01c8940735090c2f28e4f.tar.gz
gentoo-893f55c18e3b6ca54ac01c8940735090c2f28e4f.tar.bz2
gentoo-893f55c18e3b6ca54ac01c8940735090c2f28e4f.zip
dev-python/python-augeas: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-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
3 files changed, 0 insertions, 47 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 4c64a2924ebe..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_{10..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