summaryrefslogtreecommitdiff
path: root/dev-python/ioctl-opt
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/ioctl-opt
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/ioctl-opt')
-rw-r--r--dev-python/ioctl-opt/Manifest1
-rw-r--r--dev-python/ioctl-opt/ioctl-opt-1.3.ebuild23
-rw-r--r--dev-python/ioctl-opt/metadata.xml9
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/ioctl-opt/Manifest b/dev-python/ioctl-opt/Manifest
deleted file mode 100644
index d6ff9dda6f39..000000000000
--- a/dev-python/ioctl-opt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-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
deleted file mode 100644
index a1fad752a798..000000000000
--- a/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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..14} )
-
-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}/archive/refs/tags/${PV}.tar.gz -> ${MY_PN}-${PV}.gh.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-python_test() {
- "${EPYTHON}" ioctl_opt/__init__.py || die
-}
diff --git a/dev-python/ioctl-opt/metadata.xml b/dev-python/ioctl-opt/metadata.xml
deleted file mode 100644
index 183ecc5ceeeb..000000000000
--- a/dev-python/ioctl-opt/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>