Files
gentoo/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
James Le Cuirot 51da354c8d dev-python/ioctl-opt: New package at 1.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-03-06 22:04:33 +00:00

20 lines
501 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_13 python3_13t )
inherit distutils-r1
MY_PN="python-${PN}"
DESCRIPTION="Linux's ioctl.h for Python"
HOMEPAGE="https://github.com/vpelletier/python-ioctl-opt"
SRC_URI="https://github.com/vpelletier/${MY_PN}-opt/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"