gentoo-overlay/dev-python/dlinfo/dlinfo-2.0.0.ebuild

17 lines
408 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for libc dlinfo and dyld_find"
HOMEPAGE="https://github.com/fphammerle/python-dlinfo https://pypi.org/project/dlinfo/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"