From 80e87db4d9ed551615eb2d0309bf370e79500716 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Mar 2025 01:47:45 +0000 Subject: gentoo auto-resync : 08:03:2025 - 01:47:44 --- dev-python/ioctl-opt/Manifest | 3 +++ dev-python/ioctl-opt/ioctl-opt-1.3.ebuild | 19 +++++++++++++++++++ dev-python/ioctl-opt/metadata.xml | 12 ++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 dev-python/ioctl-opt/Manifest create mode 100644 dev-python/ioctl-opt/ioctl-opt-1.3.ebuild create mode 100644 dev-python/ioctl-opt/metadata.xml (limited to 'dev-python/ioctl-opt') diff --git a/dev-python/ioctl-opt/Manifest b/dev-python/ioctl-opt/Manifest new file mode 100644 index 000000000000..3528c0d7b230 --- /dev/null +++ b/dev-python/ioctl-opt/Manifest @@ -0,0 +1,3 @@ +DIST ioctl-opt-1.3.gh.tar.gz 9871 BLAKE2B 8db372a27ee8bd0c97a9af2844a11a54d322ed71670962c322de998ef4deae9c7091bd1e3bb728252ff8790c938eef364698f8d4b2bf376d70b36435124ea453 SHA512 db0ea9c94449f8c3ba3233dbb9aef7c6aba71b07a03870586d31a8a19d739dfa4f26754314f2fd7d9ddf84e644057b0b14f7e4b9571138a11ee9abda391bf513 +EBUILD ioctl-opt-1.3.ebuild 501 BLAKE2B 4081b4605d523af368f07ae22542aaf95999c4cd5768abe73286a24f6a58eb8f15c6f88093a1c072363b14d5b0603c930b841ef5186589e5858ae480950c14fb SHA512 5ddaa05ba1bf91ab47589332486fbc49e857651990e46ce502db7fce29c26d40b064669d680f1c3882291532a0c81fc26d9c3c02a8b705fea00311bd0a734890 +MISC metadata.xml 393 BLAKE2B 53a701124d8b38c71e4e1e0b238a9768f53e990a1e1e9b3a98f26d4bb82b55f0acb130e7e4e83a8c4a47ee871a70be53bf7d0a1fa58c156690b20c2465a85788 SHA512 576b01f404e0f877ad4d603f675210b39aa54bf7097d31c888ecea3d85eaab23d157d90918ab036694e66f2d1cf5549f67b6488e5d6070993a141befa803cb61 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 + + -- cgit v1.2.3