diff --git a/dev-python/fastkml/Manifest b/dev-python/fastkml/Manifest
index 0494ad235..f05c29a2f 100644
--- a/dev-python/fastkml/Manifest
+++ b/dev-python/fastkml/Manifest
@@ -1 +1 @@
-DIST fastkml-0.11.tar.gz 66199 BLAKE2B 27bdfd7a34340b4cdb56e8e30a3daa89b2408b0a54981243fef85926cea64a93f205b7c64916abb0932420f5f27572d39004bd07d81d45f3fe81ed07fe390523 SHA512 b9564bb7c8d33a77010a226c9d506f818b55db867a475802d84d20ce7969b8a6a67d0f9407c553f98325f00fb7cd5e7175fcbb5b239658bb73135ad9a185c5f2
+DIST fastkml-1.4.0.gh.tar.gz 4308037 BLAKE2B 5d13282f94ccc799cef4b5b2e1081400386ea0094589210a68df6671d5777f7de4347e39610e3e67f366b3565000a32563c03a480b7d2ecd66e35045549cd3f2 SHA512 8f1e6e5921820559b4ae03c1a717e9087061ab63f4e3eae4323d46ff1f9b350c6baeebde968d7d48f9d76eba8d25b6dfa1f459eb281bf114e5df41ce63036344
diff --git a/dev-python/fastkml/fastkml-0.11.ebuild b/dev-python/fastkml/fastkml-0.11.ebuild
deleted file mode 100644
index a3b46ad95..000000000
--- a/dev-python/fastkml/fastkml-0.11.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Fast KML processing in python"
-HOMEPAGE="https://pypi.org/project/fastkml/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/pygeoif[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/fastkml/fastkml-1.4.0.ebuild b/dev-python/fastkml/fastkml-1.4.0.ebuild
new file mode 100644
index 000000000..73924078c
--- /dev/null
+++ b/dev-python/fastkml/fastkml-1.4.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{12..14} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Fast KML processing in python"
+HOMEPAGE="https://fastkml.readthedocs.io/"
+SRC_URI="https://github.com/cleder/fastkml/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/arrow[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ >=dev-python/pygeoif-1.5[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ ${RDEPEND}
+"
+
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+ dev-python/sphinx-rtd-theme \
+ sci-libs/pyshp
+
+pkg_postinst() {
+ optfeature "lxm support" dev-python/lxml
+}
diff --git a/dev-python/fastkml/metadata.xml b/dev-python/fastkml/metadata.xml
index ace7c2d3a..675b027cb 100644
--- a/dev-python/fastkml/metadata.xml
+++ b/dev-python/fastkml/metadata.xml
@@ -5,4 +5,8 @@
unknown@pentoo.ch
Author Unknown
+
+ cleder/fastkml
+ fastkml
+
diff --git a/net-analyzer/kismet-analyzer/Manifest b/net-analyzer/kismet-analyzer/Manifest
index 3b556330e..14ecb12c5 100644
--- a/net-analyzer/kismet-analyzer/Manifest
+++ b/net-analyzer/kismet-analyzer/Manifest
@@ -1 +1 @@
-DIST kismet-analyzer-0.3.0.tar.gz 7241 BLAKE2B 0169b8309a6618c7254b8849197326076168f662ac541fe08b7d88e2e42dc32bf27ee1cc7ade038e714a0bbf533102eced9b4efe1eac55bf8f95661935e7c609 SHA512 8912d28e77e844bd08655cc32ccba13d062f70c4139ad8f9e359ff428f64709abbc145e62d2901690c7ff12986f03e505322fc83506c184d44cd83b217077ff0
+DIST kismet-analyzer-0.4.1.tar.gz 8008 BLAKE2B bcd5ccb9882a8bc16ea67fbb648af19a0e0f4121c7a6f9f28c52aece8dadd133d0c068cd00119c7645a3a0e5c86571e85af66fe9a3c2f5e66ec9eb8c2aa95886 SHA512 c61620051beaef23bc3e3154c9bd5b60e8e9f2fc1f12286b388961e02f5465136ba98561588049bf961a76fd1f3e72243250f94a0d9bacdcc6fefd349eccddc2
diff --git a/net-analyzer/kismet-analyzer/kismet-analyzer-0.3.0.ebuild b/net-analyzer/kismet-analyzer/kismet-analyzer-0.4.1.ebuild
similarity index 69%
rename from net-analyzer/kismet-analyzer/kismet-analyzer-0.3.0.ebuild
rename to net-analyzer/kismet-analyzer/kismet-analyzer-0.4.1.ebuild
index 0c2ace44e..bfa4a6616 100644
--- a/net-analyzer/kismet-analyzer/kismet-analyzer-0.3.0.ebuild
+++ b/net-analyzer/kismet-analyzer/kismet-analyzer-0.4.1.ebuild
@@ -1,25 +1,26 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Library for parsing kismet results from the .kismet database file"
HOMEPAGE="https://pypi.org/project/kismet-analyzer/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
+RDEPEND="
dev-python/fastkml[${PYTHON_USEDEP}]
- dev-python/pygeoif[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
+ dev-python/pygeoif[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
diff --git a/net-analyzer/kismet-analyzer/metadata.xml b/net-analyzer/kismet-analyzer/metadata.xml
new file mode 100644
index 000000000..ea976e7bc
--- /dev/null
+++ b/net-analyzer/kismet-analyzer/metadata.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ unknown@pentoo.ch
+ Author Unknown
+
+
+ c-bless/kismetanalyzer
+ kismet-analyzer
+
+
diff --git a/pentoo/pentoo-installer/Manifest b/pentoo/pentoo-installer/Manifest
index 24a732a49..7117bdb3a 100644
--- a/pentoo/pentoo-installer/Manifest
+++ b/pentoo/pentoo-installer/Manifest
@@ -1 +1 @@
-DIST pentoo-installer-20241020-r1.tar.gz 44855 BLAKE2B 0f172fab66d99c4e8bce39baed61b416a59026cc19a43ab8e5c622d39a46f7097cf553e8808884093873ebf6af22b3457c3e27b010756554428a4e1c7c05fb6c SHA512 b0d09b17435d3a84555dfca110e27bb71af0241dc00e115b5c74ae30933b38238e74f64fb8504195791b00825beb252c822d1678b78cc7bc16d8d15a129cf3f7
+DIST pentoo-installer-20260109.tar.gz 44859 BLAKE2B f44941527ce16558c8d207563c28d2aca88061f219be3c1bc779d8ce83e24cadef77898084214eeff28bff8e15ee5028b6d42d07649e530e75cacb4e08012511 SHA512 b487a1a2ffa54997ae20356c3b9fe1eb47879597e7f1cd2eb4f75c3a54781371f574cab67071a17a7f9a01daf1cc822ad2a47c84e9f50a6445e995f81c628ce5
diff --git a/pentoo/pentoo-installer/pentoo-installer-20241020-r1.ebuild b/pentoo/pentoo-installer/pentoo-installer-20260109.ebuild
similarity index 100%
rename from pentoo/pentoo-installer/pentoo-installer-20241020-r1.ebuild
rename to pentoo/pentoo-installer/pentoo-installer-20260109.ebuild
diff --git a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild
index b5831ef15..9e646dbe2 100644
--- a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild
+++ b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
- GIT_COMMIT="6067dabb0d313a84b84d615d1dbdb50cc15106ef"
+ GIT_COMMIT="894458465589dcf62b5cba7e0c945815d0aec51b"
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${PF}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
fi