summaryrefslogtreecommitdiff
path: root/dev-python/blurhash
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/blurhash
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/blurhash')
-rw-r--r--dev-python/blurhash/Manifest2
-rw-r--r--dev-python/blurhash/blurhash-1.1.4.ebuild26
-rw-r--r--dev-python/blurhash/blurhash-1.1.5.ebuild34
-rw-r--r--dev-python/blurhash/metadata.xml9
4 files changed, 0 insertions, 71 deletions
diff --git a/dev-python/blurhash/Manifest b/dev-python/blurhash/Manifest
deleted file mode 100644
index 25d425747439..000000000000
--- a/dev-python/blurhash/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST blurhash-1.1.4.tar.gz 4738 BLAKE2B a25804938443e140e6d5a649e52c9c07cc91bb914be81efc33887161113f80362fba0b6711f520063461c7d4645022e559a11ecffdfeac9521a86cb23d279510 SHA512 eacef78927a1299bec19f73709435b1be55797273888e7856bbfd46d2aa1afa02f54505c15b76dcd6bd15a6817da0171aa412570c33c7ad487bfe10940ef3fd6
-DIST blurhash-1.1.5.tar.gz 50859 BLAKE2B 3cf43786e586ba011687ae40a22711ec18c60c1a53df3e425649a90659d18e723c7e0d9c35b3f6ae5313dcdf007622a0e6ba009035c98c7c51e1e2363defbe95 SHA512 84fef618a5bbb6b91a6e63665938e5b9c03a453dc1bd637863e2ffe560685b29a7a720309ebedb85a51db5686f8e22f6f399aeaede22b6578016e1d0ec410e63
diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild
deleted file mode 100644
index 5637076c0e7b..000000000000
--- a/dev-python/blurhash/blurhash-1.1.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pure-Python implementation of the blurhash algorithm"
-HOMEPAGE="
- https://pypi.org/project/blurhash/
- https://github.com/halcy/blurhash-python
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# no tests in v1.1.4 tarball
-distutils_enable_tests import-check
-
-src_prepare() {
- distutils-r1_src_prepare
- rm setup.cfg || die
-}
diff --git a/dev-python/blurhash/blurhash-1.1.5.ebuild b/dev-python/blurhash/blurhash-1.1.5.ebuild
deleted file mode 100644
index 29cce9fdb2a8..000000000000
--- a/dev-python/blurhash/blurhash-1.1.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pure-Python implementation of the blurhash algorithm"
-HOMEPAGE="
- https://pypi.org/project/blurhash/
- https://github.com/halcy/blurhash-python
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- test? (
- dev-python/pillow[jpeg,${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=( )
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
- rm setup.cfg || die
-}
diff --git a/dev-python/blurhash/metadata.xml b/dev-python/blurhash/metadata.xml
deleted file mode 100644
index 25cebaef4c02..000000000000
--- a/dev-python/blurhash/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">blurhash</remote-id>
- <remote-id type="github">halcy/blurhash-python</remote-id>
- </upstream>
-</pkgmetadata>