summaryrefslogtreecommitdiff
path: root/dev-python/html2text
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-05 06:57:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-05 06:57:41 +0000
commite1127353fca10d915b2118bcc72831007352cb2f (patch)
tree03807da2864eefbd7c73f7e99c0ad53f43f6bdfb /dev-python/html2text
parenta510605f4c599302839ff7b08ea776d16a139785 (diff)
downloadbaldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.tar.gz
baldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.tar.xz
baldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.zip
Adding metadata
Diffstat (limited to 'dev-python/html2text')
-rw-r--r--dev-python/html2text/html2text-2025.4.15-r1.ebuild (renamed from dev-python/html2text/html2text-2025.4.15.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/html2text/html2text-2025.4.15.ebuild b/dev-python/html2text/html2text-2025.4.15-r1.ebuild
index da4b8b4fa60a..1f99d0b40c29 100644
--- a/dev-python/html2text/html2text-2025.4.15.ebuild
+++ b/dev-python/html2text/html2text-2025.4.15-r1.ebuild
@@ -28,6 +28,6 @@ distutils_enable_tests pytest
src_prepare() {
# naming conflict with app-text/html2text, bug 421647
- sed -e 's/html2text = html2text.cli:main/py\0/' -i setup.cfg || die
+ sed -e 's/html2text = "html2text.cli:main"/py\0/' -i pyproject.toml || die
distutils-r1_src_prepare
}