diff --git a/dev-util/find-work/Manifest b/dev-util/find-work/Manifest new file mode 100644 index 0000000000..d6adf0550e --- /dev/null +++ b/dev-util/find-work/Manifest @@ -0,0 +1 @@ +DIST find_work-0.1.1.tar.gz 10530 BLAKE2B 51294e6b9e21c72fcd2da77c4ecd0c0cb3614d631b7d4840dbc3d774d83aa910a5b83277c7be2c16adb3f0827b5841e5ad24107ac7a546380d4c056e9a8e275a SHA512 b0f06689554ec2a8d27da270874c89fc31683c0f211d0bacbbe7fee8482a0115107f21836c7ebdaf13ea297030d0870bc53919a90e68ccf10da615eeb9111c5f diff --git a/dev-util/find-work/find-work-0.1.1.ebuild b/dev-util/find-work/find-work-0.1.1.ebuild new file mode 100644 index 0000000000..5686117f50 --- /dev/null +++ b/dev-util/find-work/find-work-0.1.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=hatchling +inherit distutils-r1 pypi shell-completion + +DESCRIPTION="Personal advice utility for Gentoo package maintainers" +HOMEPAGE=" + https://find-work.sysrq.in/ + https://pypi.org/project/find-work/ +" + +LICENSE="WTFPL" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + =dev-python/aiohttp-3[${PYTHON_USEDEP}] + =dev-python/pydantic-2[${PYTHON_USEDEP}] + =dev-python/repology-client-0.0.2[${PYTHON_USEDEP}] + + + + + cyber+gentoo@sysrq.in + Anna + + + + Anna + cyber@sysrq.in + + find-work + https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=find-work + https://find-work.sysrq.in/release-notes.html + +