summaryrefslogtreecommitdiff
path: root/dev-python/pelican-minify
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/pelican-minify
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pelican-minify')
-rw-r--r--dev-python/pelican-minify/Manifest3
-rw-r--r--dev-python/pelican-minify/files/pelican-minify-2.0.0-hatchling.patch24
-rw-r--r--dev-python/pelican-minify/metadata.xml17
-rw-r--r--dev-python/pelican-minify/pelican-minify-2.0.0.ebuild31
-rw-r--r--dev-python/pelican-minify/pelican-minify-2.0.2.ebuild28
5 files changed, 0 insertions, 103 deletions
diff --git a/dev-python/pelican-minify/Manifest b/dev-python/pelican-minify/Manifest
deleted file mode 100644
index 4a220c93ef22..000000000000
--- a/dev-python/pelican-minify/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pelican_minify-2.0.0.tar.gz 9566 BLAKE2B 2345f9b053a4b79fbeba9741b4eb64d5d490d455bc25f869e6479ceca951c64d88aa962ef28a04a39c480299882a6c5354c2b4b4c221e64f3281987dda20bd10 SHA512 bcf6cd497fc8c42d9a63b869f04a7bcec6a115ed52698ae9cac5e117d075b16dee904173a577f793f4e74367527d8841d9e6db69e4a2ba70bb79434e4a776c34
-DIST pelican_minify-2.0.2.tar.gz 6355 BLAKE2B fdbb7e01004c8134c62427e339c89698c5538b759be442844a3302eeb7bfc02b794fa6d8745cf594c28b6a450e0192959d51efb61a73c7b7eb2ebaf4b18d8450 SHA512 8032abf559c80c2e1bca22588a619a4c5b56095ef7378628a6ffc721872bfcb9bd31dc66c2803ba7ae8db55b6485963b027ef8b8dfa7492f0d2902d516fbe804
-DIST pelican_minify-2.0.2.tar.gz.provenance 9450 BLAKE2B 979819b2bdfed6917b950417b2295ca2cafab737b07a221281ccfff96d5bd9d13e9a58fe65d334c8e71157c688410383798ef235cead251ffb2186bc21cef7d5 SHA512 4472393eb97fca7bbedb24ae91ba1604d247dd66b0d972c5d688e83a22f877ab3bac78e09c1345fd8f9ba39e77eee1e43c4f9f808d5ee576df10f1ede1a8b71b
diff --git a/dev-python/pelican-minify/files/pelican-minify-2.0.0-hatchling.patch b/dev-python/pelican-minify/files/pelican-minify-2.0.0-hatchling.patch
deleted file mode 100644
index 96de2470e68e..000000000000
--- a/dev-python/pelican-minify/files/pelican-minify-2.0.0-hatchling.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 222b4c97f75f5dc426419bc1ffa45f8015af2e64 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Fri, 15 Dec 2023 10:01:22 +0100
-Subject: [PATCH] Fix install with hatchling >= 1.19.0
-
-Explicitly specify the top-level package name in order to fix installing
-with hatchling >= 1.19.0. These new versions default to installing
-packages that match the project name only, and fail if one cannot
-be found.
----
- pyproject.toml | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 98926f2..ef390de 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -110,3 +110,6 @@ known-first-party = ["pelican"]
- [build-system]
- requires = ["hatchling"]
- build-backend = "hatchling.build"
-+
-+[tool.hatch.build.targets.wheel]
-+packages = ["pelican"]
diff --git a/dev-python/pelican-minify/metadata.xml b/dev-python/pelican-minify/metadata.xml
deleted file mode 100644
index dd1f5ee146c6..000000000000
--- a/dev-python/pelican-minify/metadata.xml
+++ /dev/null
@@ -1,17 +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>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">rdegges/pelican-minify</remote-id>
- <remote-id type="pypi">pelican-minify</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pelican-minify/pelican-minify-2.0.0.ebuild b/dev-python/pelican-minify/pelican-minify-2.0.0.ebuild
deleted file mode 100644
index 89434052a888..000000000000
--- a/dev-python/pelican-minify/pelican-minify-2.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="An HTML minification plugin for Pelican, the static site generator"
-HOMEPAGE="
- https://github.com/pelican-plugins/minify/
- https://pypi.org/project/pelican-minify/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- >=app-text/pelican-4.5[${PYTHON_USEDEP}]
- >=dev-python/minify-html-0.10.8[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
- # https://github.com/pelican-plugins/minify/pull/3
- "${FILESDIR}/${P}-hatchling.patch"
-)
diff --git a/dev-python/pelican-minify/pelican-minify-2.0.2.ebuild b/dev-python/pelican-minify/pelican-minify-2.0.2.ebuild
deleted file mode 100644
index d0db8eff006b..000000000000
--- a/dev-python/pelican-minify/pelican-minify-2.0.2.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=pdm-backend
-PYPI_VERIFY_REPO=https://github.com/pelican-plugins/minify
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="An HTML minification plugin for Pelican, the static site generator"
-HOMEPAGE="
- https://github.com/pelican-plugins/minify/
- https://pypi.org/project/pelican-minify/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- >=app-text/pelican-4.5[${PYTHON_USEDEP}]
- >=dev-python/minify-html-0.10.8[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest