commit:     20f63fa6ae7f212b8a8910420730523918aaac47
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  7 16:53:37 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan  7 16:57:11 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f63fa6

dev-python/micawber: Bump to 0.6.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/micawber/Manifest              |  1 +
 dev-python/micawber/micawber-0.6.2.ebuild | 33 +++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/micawber/Manifest b/dev-python/micawber/Manifest
index 3feb48471a8e..5fee9cf3538d 100644
--- a/dev-python/micawber/Manifest
+++ b/dev-python/micawber/Manifest
@@ -1 +1,2 @@
 DIST micawber-0.5.6.gh.tar.gz 35179 BLAKE2B 
50bc9b5044c5e89af3ec31321eb14830a0ca9dda25d6f88c371556d8a2b36f5a7ee868b540da93f65dc6365ed4d278eaf5d6f9c10fb69a19823b40e536ab1eb3
 SHA512 
1a0577048922c6b329b22bb47718408f470af306fd607abd5a88eff59363e7d8402f544580c723e94563502c0c2e000dc349dc3253e0866c715a1cc6a6800699
+DIST micawber-0.6.2.tar.gz 19589 BLAKE2B 
556de179d7b615bbfd793b56faf22c3ddfa9e99756b2f137515f327d4b5ab234a67aac9ac1bed112383a6e51e7fce4671f300e70728874498d443ab67d5cd77f
 SHA512 
0dae43e15d6e0db718f7e3b72cfaad1fb1c16018aeae84f93a971de013482bd28fe111a7b8fe3f97296cf41a050015859be6fe72508557925827a10d57f0f9b4

diff --git a/dev-python/micawber/micawber-0.6.2.ebuild 
b/dev-python/micawber/micawber-0.6.2.ebuild
new file mode 100644
index 000000000000..eaf4b7ff83d6
--- /dev/null
+++ b/dev-python/micawber/micawber-0.6.2.ebuild
@@ -0,0 +1,33 @@
+# 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 pypi
+
+DESCRIPTION="A small library for extracting rich content from urls"
+HOMEPAGE="
+       https://github.com/coleifer/micawber/
+       https://pypi.org/project/micawber/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+       test? (
+               $(python_gen_impl_dep sqlite)
+               dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+               dev-python/django[${PYTHON_USEDEP}]
+       )
+"
+
+python_test() {
+       "${EPYTHON}" runtests.py || die "Tests failed with ${EPYTHON}"
+}

Reply via email to