diff --git a/dev-python/daiquiri/Manifest b/dev-python/daiquiri/Manifest index 54a33fac83..fd99586550 100644 --- a/dev-python/daiquiri/Manifest +++ b/dev-python/daiquiri/Manifest @@ -1 +1,2 @@ DIST daiquiri-3.3.0.tar.gz 19473 BLAKE2B ff4b08ab4e920d1df9d3e1d59be0f85ab3f249a9916b74638ad63694080ba63dbd2fc611a8eb99f8ddc9da44b753d3f4325e2ba9c7e706bdbad18d3909e9f4bf SHA512 44abcbeeba72bea8b18541ed695eb0f62bcfdbe03456e34f38df536c9842988de52631fe72d5310daa03eb73b3cbb6efc428b972d4662559ab9650db1662b853 +DIST daiquiri-3.4.0.tar.gz 19527 BLAKE2B 8eb27f612c9bf50ebe616da2fe367f849d9a07f3d524a79200319df20d492a876c76861dce2d5d8b29cba5c9afd538a8caa8c722f4fa322600b65498d627b7d7 SHA512 1bca85966ab07b2929ed2a89a0b351a6606831b7135929e8f053df21ef54e3c25497dc76811500d3e24ef3e467da0e8a80009f6f7265338aae686ab2208acf8d diff --git a/dev-python/daiquiri/daiquiri-3.4.0.ebuild b/dev-python/daiquiri/daiquiri-3.4.0.ebuild new file mode 100644 index 0000000000..2594844743 --- /dev/null +++ b/dev-python/daiquiri/daiquiri-3.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 optfeature pypi + +DESCRIPTION="Library to configure Python logging easily" +HOMEPAGE=" + https://pypi.org/project/daiquiri/ + https://github.com/Mergifyio/daiquiri +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-python/python-json-logger-3[${PYTHON_USEDEP}]" +BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" + +EPYTEST_PLUGINS=( ) + +distutils_enable_tests pytest + +distutils_enable_sphinx doc/source + +pkg_postinst() { + optfeature "journald support" dev-python/python-systemd +}