commit: 049d99eb060f41d7507ef4a8b843a734774acc7a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 25 03:15:13 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 03:39:36 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049d99eb
dev-python/bincopy: Bump to 20.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bincopy/Manifest | 1 +
dev-python/bincopy/bincopy-20.1.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/bincopy/Manifest b/dev-python/bincopy/Manifest
index 6c904cdc3eb9..27cc96455709 100644
--- a/dev-python/bincopy/Manifest
+++ b/dev-python/bincopy/Manifest
@@ -1 +1,2 @@
DIST bincopy-20.1.0.tar.gz 750857 BLAKE2B
4d933a884e641ebac73d18e161775a54bdaff21f6a74f045f10f3de307b8ff21752750662b8197d35a996c906dd4bc73dc76c29c93ee8471b70aa85d7e3c85b8
SHA512
421a434fc806447814945941a71cddc499cd9ddbee290af0065f36ac3dc00df2aefa397023f20c0b4ecac1be781494cbf1357e42b146ce8ef6aedf829c45f075
+DIST bincopy-20.1.1.tar.gz 750841 BLAKE2B
e17d96cacc57f89be212f743b55d0547446394151dd72d2f9bd07470c4d2b7927c64039a6012f0d4af7adff6cf292b45cc36def349f5be99240342292441e227
SHA512
b1f60bccd6805223178fb314ec375e003f7253e12342972310a4a3214feb46dbb664ec8b2a4294b19498fedd29235a373b8bbc513d82e98787bfe59e778e64f6
diff --git a/dev-python/bincopy/bincopy-20.1.1.ebuild
b/dev-python/bincopy/bincopy-20.1.1.ebuild
new file mode 100644
index 000000000000..777e648544ea
--- /dev/null
+++ b/dev-python/bincopy/bincopy-20.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..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}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest