diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-25 07:24:35 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-25 07:24:35 +0000 |
| commit | b7c7505f7659770fd6666859ae25dc4ac7c0f769 (patch) | |
| tree | 7365d6e44557953a10d5e26995626a0494df40b8 /dev-python/bincopy | |
| parent | 5da2cce6ffc6741eb06bca0e67c7fe2fe7675462 (diff) | |
| download | baldeagleos-repo-b7c7505f7659770fd6666859ae25dc4ac7c0f769.tar.gz baldeagleos-repo-b7c7505f7659770fd6666859ae25dc4ac7c0f769.tar.xz baldeagleos-repo-b7c7505f7659770fd6666859ae25dc4ac7c0f769.zip | |
Adding metadata
Diffstat (limited to 'dev-python/bincopy')
| -rw-r--r-- | dev-python/bincopy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/bincopy/bincopy-20.1.1.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
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..831a58642939 --- /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_{10..14} ) + +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 |
