summaryrefslogtreecommitdiff
path: root/dev-python/fleep
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/fleep
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/fleep')
-rw-r--r--dev-python/fleep/Manifest1
-rw-r--r--dev-python/fleep/fleep-1.0.1-r1.ebuild36
-rw-r--r--dev-python/fleep/fleep-9999.ebuild36
-rw-r--r--dev-python/fleep/metadata.xml16
4 files changed, 0 insertions, 89 deletions
diff --git a/dev-python/fleep/Manifest b/dev-python/fleep/Manifest
deleted file mode 100644
index 0b83e6b83383..000000000000
--- a/dev-python/fleep/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fleep-1.0.1.gh.tar.gz 197438 BLAKE2B cf099a941d63443a9ee314727966ae95e143acc2f33f7760fe34772d4a2d371af534c029ad207b7727d34e7472c9396b3fc1e9c82066d98ae248dd4f7bd430d7 SHA512 ea287b9cec0f88f378b6c2f248938417e7e51b004a03bb4421611f9cbdae7b97cf1c02b5096c491df934922d906812daadab02d46ae49e64dc2a2a880ab4d87e
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
deleted file mode 100644
index 19bfe4251653..000000000000
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-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
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/ua-nick/fleep-py.git"
- inherit git-r3
-else
- # upstream aren't tagging the releases, just as commit title
- COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
- SRC_URI="https://github.com/ua-nick/fleep-py/archive/${COMMIT}.tar.gz
- -> ${P}.gh.tar.gz"
- S="${WORKDIR}/fleep-py-${COMMIT}"
-
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DESCRIPTION="File format determination library for Python"
-HOMEPAGE="
- https://github.com/ua-nick/fleep-py/
- https://pypi.org/project/fleep/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-python_test() {
- cd tests || die
- "${EPYTHON}" maintest.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
deleted file mode 100644
index 5cee46b20f2c..000000000000
--- a/dev-python/fleep/fleep-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-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
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/ua-nick/fleep-py.git"
- inherit git-r3
-else
- # upstream aren't tagging the releases, just as commit title
- COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
- SRC_URI="https://github.com/ua-nick/fleep-py/archive/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
- S="${WORKDIR}/fleep-py-${COMMIT}"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="File format determination library for Python"
-HOMEPAGE="
- https://github.com/ua-nick/fleep-py/
- https://pypi.org/project/fleep/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-python_test() {
- cd tests || die
- "${EPYTHON}" maintest.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/fleep/metadata.xml b/dev-python/fleep/metadata.xml
deleted file mode 100644
index 69a30fa8a583..000000000000
--- a/dev-python/fleep/metadata.xml
+++ /dev/null
@@ -1,16 +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>
- </maintainer>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">fleep</remote-id>
- <remote-id type="github">ua-nick/fleep-py</remote-id>
- </upstream>
-</pkgmetadata>