summaryrefslogtreecommitdiff
path: root/dev-python/autoflake
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/autoflake
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/autoflake')
-rw-r--r--dev-python/autoflake/Manifest1
-rw-r--r--dev-python/autoflake/autoflake-2.3.1.ebuild30
-rw-r--r--dev-python/autoflake/metadata.xml16
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/autoflake/Manifest b/dev-python/autoflake/Manifest
deleted file mode 100644
index 6fd5785009cd..000000000000
--- a/dev-python/autoflake/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST autoflake-2.3.1.tar.gz 27642 BLAKE2B 5002b404c39a5a1e18c5dc6e8a70f958b9d02e412b9320ba4b801b1a20427110cd15363bb3e4acb25de4ceca77ce86d49c1c36cef5ba3e886fecffb996ef7b81 SHA512 bad9a34f253e1182f3128867eb8699c8c02b99f35479c1b65669f0411d7dff29fe477a267d0398e60a5e833530ace3cf28443a4b2a8924bd019447cc7ee8ab08
diff --git a/dev-python/autoflake/autoflake-2.3.1.ebuild b/dev-python/autoflake/autoflake-2.3.1.ebuild
deleted file mode 100644
index d89860a5199a..000000000000
--- a/dev-python/autoflake/autoflake-2.3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=hatchling
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Removes unused imports and unused variables from Python code"
-HOMEPAGE="https://github.com/PyCQA/autoflake/ https://pypi.org/project/autoflake/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/tomli-2.0.1
- >=dev-python/pyflakes-3.0.0"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- sed -Ei -e '/include/,/]/ { /(test_.*|LICENSE|README)/d }' pyproject.toml || die "Sed failed :-("
- default
-}
-
-python_test() {
- # unit test
- eunittest -p "test_autoflake.py"
-}
diff --git a/dev-python/autoflake/metadata.xml b/dev-python/autoflake/metadata.xml
deleted file mode 100644
index 227c0247803b..000000000000
--- a/dev-python/autoflake/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
-autoflake removes unused imports and unused variables from Python code. It makes use of pyflakes to do this.
-
-By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default.
-
-autoflake also removes useless pass statements.
- </longdescription>
- <upstream>
- <remote-id type="github">PyCQA/autoflake</remote-id>
- <remote-id type="pypi">autoflake</remote-id>
- </upstream>
-</pkgmetadata>