From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 235981582EF for ; Thu, 06 Mar 2025 22:06:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0D4D833FE60 for ; Thu, 06 Mar 2025 22:06:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 04E041102D2; Thu, 06 Mar 2025 22:06:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EBFF61102D2 for ; Thu, 06 Mar 2025 22:06:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A389233FE7D for ; Thu, 06 Mar 2025 22:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDFB82853 for ; Thu, 06 Mar 2025 22:06:24 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1741298673.51da354c8de7d578f1eaf98d6c7cbe04f0df1e0a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ioctl-opt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ioctl-opt/Manifest dev-python/ioctl-opt/ioctl-opt-1.3.ebuild dev-python/ioctl-opt/metadata.xml X-VCS-Directories: dev-python/ioctl-opt/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 51da354c8de7d578f1eaf98d6c7cbe04f0df1e0a X-VCS-Branch: master Date: Thu, 06 Mar 2025 22:06:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40f947c4-2b00-443e-bf72-90c3ae3b2dbd X-Archives-Hash: 32c121663e4a772a3dae941b2a7ffecf commit: 51da354c8de7d578f1eaf98d6c7cbe04f0df1e0a Author: James Le Cuirot gentoo org> AuthorDate: Thu Mar 6 22:00:21 2025 +0000 Commit: James Le Cuirot gentoo 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 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 @@ + + + + + games@gentoo.org + Gentoo Games Project + + + vpelletier/python-ioctl-opt + ioctl-opt + +