summaryrefslogtreecommitdiff
path: root/dev-python/puremagic
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/puremagic
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/puremagic')
-rw-r--r--dev-python/puremagic/Manifest1
-rw-r--r--dev-python/puremagic/metadata.xml14
-rw-r--r--dev-python/puremagic/puremagic-2.2.0.ebuild28
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/puremagic/Manifest b/dev-python/puremagic/Manifest
deleted file mode 100644
index 68144fa2bd54..000000000000
--- a/dev-python/puremagic/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST puremagic-2.2.0.tar.gz 1189752 BLAKE2B 1beb14b6536fecf81d4e60c34c8598c67723b7c8633ab6ca67fddd558348d18eeefea949dc4c98c69be6d004ce22e17e77f445ef5c7f733ed214da231c036f70 SHA512 5836500bb90fb5addc755f17364c6494c23683c6438ca096c8c3c10020fc64ffa65a2380f68da637c3e118dd06006e1524c325256ec6108caa109c10fd381aee
diff --git a/dev-python/puremagic/metadata.xml b/dev-python/puremagic/metadata.xml
deleted file mode 100644
index 6a8e133bfe70..000000000000
--- a/dev-python/puremagic/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <bugs-to>https://github.com/cdgriffith/puremagic/issues</bugs-to>
- <remote-id type="github">cdgriffith/puremagic</remote-id>
- <remote-id type="pypi">puremagic</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/puremagic/puremagic-2.2.0.ebuild b/dev-python/puremagic/puremagic-2.2.0.ebuild
deleted file mode 100644
index 416ea94f5f6e..000000000000
--- a/dev-python/puremagic/puremagic-2.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2026 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 pypi
-
-DESCRIPTION="Pure python implementation of magic file detection"
-HOMEPAGE="
- https://github.com/cdgriffith/puremagic/
- https://pypi.org/project/puremagic/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
-
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-DOCS=( CHANGELOG.md README.rst )
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest