summaryrefslogtreecommitdiff
path: root/dev-python/puremagic/puremagic-1.29.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-26 21:08:26 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-26 21:08:26 +0200
commit3f8fe871f45bb9a6cc0312c418163cd264a54e4d (patch)
treebcfc1fcf4e8d125016a58553a809ddfd8fb42c69 /dev-python/puremagic/puremagic-1.29.ebuild
parent0e5d23d4e2aba4cd7ee22e39df72f7a910012745 (diff)
downloadgentoo-3f8fe871f45bb9a6cc0312c418163cd264a54e4d.tar.gz
gentoo-3f8fe871f45bb9a6cc0312c418163cd264a54e4d.tar.bz2
gentoo-3f8fe871f45bb9a6cc0312c418163cd264a54e4d.zip
dev-python/puremagic: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/puremagic/puremagic-1.29.ebuild')
-rw-r--r--dev-python/puremagic/puremagic-1.29.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/puremagic/puremagic-1.29.ebuild b/dev-python/puremagic/puremagic-1.29.ebuild
deleted file mode 100644
index 33c060d287cb..000000000000
--- a/dev-python/puremagic/puremagic-1.29.ebuild
+++ /dev/null
@@ -1,32 +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_{11..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python implementation of magic file detection"
-HOMEPAGE="
- https://github.com/cdgriffith/puremagic/
- https://pypi.org/project/puremagic/
-"
-SRC_URI="
- https://github.com/cdgriffith/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DOCS=( CHANGELOG.md README.rst )
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}