commit: 51da354c8de7d578f1eaf98d6c7cbe04f0df1e0a
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 22:00:21 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 22:04:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51da354c
dev-python/ioctl-opt: New package at 1.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-python/ioctl-opt/Manifest | 1 +
dev-python/ioctl-opt/ioctl-opt-1.3.ebuild | 19 +++++++++++++++++++
dev-python/ioctl-opt/metadata.xml | 12 ++++++++++++
3 files changed, 32 insertions(+)
diff --git a/dev-python/ioctl-opt/Manifest b/dev-python/ioctl-opt/Manifest
new file mode 100644
index 000000000000..854366a4c590
--- /dev/null
+++ b/dev-python/ioctl-opt/Manifest
@@ -0,0 +1 @@
+DIST ioctl-opt-1.3.gh.tar.gz 9871 BLAKE2B
8db372a27ee8bd0c97a9af2844a11a54d322ed71670962c322de998ef4deae9c7091bd1e3bb728252ff8790c938eef364698f8d4b2bf376d70b36435124ea453
SHA512
db0ea9c94449f8c3ba3233dbb9aef7c6aba71b07a03870586d31a8a19d739dfa4f26754314f2fd7d9ddf84e644057b0b14f7e4b9571138a11ee9abda391bf513
diff --git a/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
b/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
new file mode 100644
index 000000000000..e1f7cff6113a
--- /dev/null
+++ b/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
@@ -0,0 +1,19 @@
+# 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"
diff --git a/dev-python/ioctl-opt/metadata.xml
b/dev-python/ioctl-opt/metadata.xml
new file mode 100644
index 000000000000..945a12b7062a
--- /dev/null
+++ b/dev-python/ioctl-opt/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">vpelletier/python-ioctl-opt</remote-id>
+ <remote-id type="pypi">ioctl-opt</remote-id>
+ </upstream>
+</pkgmetadata>