mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
20 lines
501 B
Bash
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"
|