From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/fleep/Manifest | 1 - dev-python/fleep/fleep-1.0.1-r1.ebuild | 36 ---------------------------------- dev-python/fleep/fleep-9999.ebuild | 36 ---------------------------------- dev-python/fleep/metadata.xml | 16 --------------- 4 files changed, 89 deletions(-) delete mode 100644 dev-python/fleep/Manifest delete mode 100644 dev-python/fleep/fleep-1.0.1-r1.ebuild delete mode 100644 dev-python/fleep/fleep-9999.ebuild delete mode 100644 dev-python/fleep/metadata.xml (limited to 'dev-python/fleep') 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 @@ - - - - - python@gentoo.org - - - zerochaos@gentoo.org - Rick Farina - - - - fleep - ua-nick/fleep-py - - -- cgit v1.3