From 259c2bbadb7e11a64ba2f7c34f45461aa3d6ced6 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 7 Mar 2025 06:53:54 +0000 Subject: Adding metadata --- dev-python/ioctl-opt/Manifest | 1 + dev-python/ioctl-opt/ioctl-opt-1.3.ebuild | 19 +++++++++++++++++++ dev-python/ioctl-opt/metadata.xml | 10 ++++++++++ 3 files changed, 30 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..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..723f43da7623 --- /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_{9,10,11,12,13} ) + +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..1b8db8b4c1d6 --- /dev/null +++ b/dev-python/ioctl-opt/metadata.xml @@ -0,0 +1,10 @@ + + + + + games@gentoo.org + Gentoo Games Project + + + gentoo-staging + \ No newline at end of file -- cgit v1.3