summaryrefslogtreecommitdiff
path: root/dev-python/ftfy
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/ftfy
parenta510605f4c599302839ff7b08ea776d16a139785 (diff)
downloadbaldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.tar.gz
baldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.tar.xz
baldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.zip
Adding metadata
Diffstat (limited to 'dev-python/ftfy')
-rw-r--r--dev-python/ftfy/Manifest1
-rw-r--r--dev-python/ftfy/ftfy-6.3.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/ftfy/Manifest b/dev-python/ftfy/Manifest
index 994e5fac1052..3838ed18c91c 100644
--- a/dev-python/ftfy/Manifest
+++ b/dev-python/ftfy/Manifest
@@ -1,2 +1 @@
-DIST ftfy-6.3.0.tar.gz 362118 BLAKE2B 30dd2a94a155203827bd43f05371f5a8ac3fb880a621f1d6323cfd0570310f326ef3d97dac3f82bc683dfd9a7b2eb3c7d056b3dbd9ef94a950046cb2a2c567b1 SHA512 1fd1c209961a69a4424f3b0f51f599d7b1a86035470cb3a0ceef998f0b7a7dc80d709b2d2efa122beac16819a46799255dbb6bce58949c28c3d919c20431c865
DIST ftfy-6.3.1.tar.gz 308927 BLAKE2B 8ec573e3a2b2f92489c811fe42e066a981cda970531994c984fe91acd55a302437665771a50a573715b1aa594840c1fa4043800d2ded6de9b19f27dd6737a018 SHA512 a6ef2fb906ad9bc91638a7427defdffafb8116991e20aa421b34b7151862edec7ae15cc1427a8d753b849ba929bfa8e64a97243fb69d1f4a1f2f7617ad71ed23
diff --git a/dev-python/ftfy/ftfy-6.3.0.ebuild b/dev-python/ftfy/ftfy-6.3.0.ebuild
deleted file mode 100644
index 6e5553a883ca..000000000000
--- a/dev-python/ftfy/ftfy-6.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fixes mojibake and other problems with Unicode, after the fact"
-HOMEPAGE="
- https://ftfy.readthedocs.io/en/latest/
- https://github.com/rspeer/python-ftfy/
- https://pypi.org/project/ftfy/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest