commit: 5835beec2b3f741fc6c5ebc10a39ad7fc9063cde
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 19:30:52 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 19:30:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5835beec
dev-python/bincopy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bincopy/Manifest | 1 -
dev-python/bincopy/bincopy-20.0.0.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/bincopy/Manifest b/dev-python/bincopy/Manifest
index 70156d83c9a8..6c904cdc3eb9 100644
--- a/dev-python/bincopy/Manifest
+++ b/dev-python/bincopy/Manifest
@@ -1,2 +1 @@
-DIST bincopy-20.0.0.tar.gz 750646 BLAKE2B
89f57cbf314aded9d9ac0d1ef51d1c7ed0f7e6aaa65236bb8daac72f98518b30974f62854f6dc64145a6615d636cddebefb8a09c42996ef33f6e64cb99fca486
SHA512
05cc54684c951ac209fa25ebdc2f60566ef93248cfa298439a2a4f6a4174e02f47476573aa580ae2d1e4b8e16e91ee8c4fee2097c375ca2c079dbbb0602b6153
DIST bincopy-20.1.0.tar.gz 750857 BLAKE2B
4d933a884e641ebac73d18e161775a54bdaff21f6a74f045f10f3de307b8ff21752750662b8197d35a996c906dd4bc73dc76c29c93ee8471b70aa85d7e3c85b8
SHA512
421a434fc806447814945941a71cddc499cd9ddbee290af0065f36ac3dc00df2aefa397023f20c0b4ecac1be781494cbf1357e42b146ce8ef6aedf829c45f075
diff --git a/dev-python/bincopy/bincopy-20.0.0.ebuild
b/dev-python/bincopy/bincopy-20.0.0.ebuild
deleted file mode 100644
index 9266af351b55..000000000000
--- a/dev-python/bincopy/bincopy-20.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Mangling of various file formats that conveys binary information"
-HOMEPAGE="
- https://pypi.org/project/bincopy/
- https://github.com/eerimoq/bincopy/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
- >=dev-python/argparse-addons-0.4.0[${PYTHON_USEDEP}]
- dev-python/humanfriendly[${PYTHON_USEDEP}]
- dev-python/pyelftools[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest