dev-python/ftfy: new package, add 6.1.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-03-09 16:24:44 +01:00
parent 9c5df40d92
commit 0bbdd5ba4a
4 changed files with 49 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
DIST ftfy-6.1.3.tar.gz 62661 BLAKE2B c6f60edd02b09850cb1ca7be741f26db34fa938f2e29d08a27241768152321753630dc1c64a92fdb4e0cb8901179d76ceaa42a7237e02fe89f9ab3e9f72b6966 SHA512 2c2a8ec537895f70183b39db80ba163053745afe9ffe9d9d51334debc29808c0fc48193edeca397d4e3a9566d885ac222b08f3b0472ff35b3450c882647cde2f
EBUILD ftfy-6.1.3.ebuild 614 BLAKE2B d09074483465102313718dbb96991fbe425c1fff6112324c486b187af4da1cea9d5eba881cb2488413dbe063301cdb8c0ee598b5626308be9e39927c05e76004 SHA512 53cc809abca0327c4c7e8d147bd5366feb91cbf4be627fe949e91130106e39a8a5655ebde7d4faeacae2317d5329607049c08fd84cb05effb5207102c9e21ffc
MISC metadata.xml 448 BLAKE2B 9e5361fcd6ed4c95f038fc635374b6928bb738efe49763ba00f19b980e9958a210df11dc937922c14222c16d6f96112a8eeff10c8b6fa90545e42edc2ce791e2 SHA512 94454cb570741256250ca055cb8ceee759024f573554f8de7ed57848dcd4a3c270f1ef3c241a053d202f86a790140eee3ca38de8ead41c43448d9fb34e4426a2
+28
View File
@@ -0,0 +1,28 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Fixes mojibake and other problems with Unicode, after the fact"
HOMEPAGE=" https://pypi.org/project/ftfy/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]"
src_prepare() {
remove uneccesary include
sed "7d" -i pyproject.toml || die
eapply_user
}
distutils_enable_tests pytest
+15
View File
@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">ftfy</remote-id>
<maintainer status="unknown">
<email>rspeer@arborelia.net</email>
<name>Robyn Speer</name>
</maintainer>
</upstream>
</pkgmetadata>