dev-util/find-work-repology: add 0.3.0, drop 0.2.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-11-20 20:11:53 +05:00
parent e8f06714b6
commit 6210aec2e8
3 changed files with 7 additions and 6 deletions

View File

@@ -1 +1,2 @@
DIST find_work_repology-0.2.1.tar.gz 7021 BLAKE2B 1f461c4723f28f19a945c62d1fe7030ecff15d0bc03b2f65afa6ef4d85167867ec036de2f8fd30c911732631142b2fe5587eb9a1a0f412d708e8a83b057eec8e SHA512 18d7536d8ec0031a546025f11e7d078d19d9e72029aef00d575b823d1b987da2d380b49f65a3e2e1abf13a80c61373ad39a5d7ac7fbfb2c2a8d69ca2cf17b4f5
DIST find_work_repology-0.3.0.tar.gz 7121 BLAKE2B 078b941e718779e1a75c2935e9574a7b88b9a3cae3706c182256ca32091f3240b6245ffd8d6c1905bf182bf8c2676123dcd7553ba3f020120755261e0713224f SHA512 96ef6332f618efbbbeaf933a48e0cc986cfcfb1ca71f30f8dd7b8d18095b71a786b4cc9a24cc0db633526dfa5ca0a7445cb95b459b2ac76074ee71b1120c111d

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1 pypi
@@ -26,7 +26,7 @@ RDEPEND="
>=dev-python/repology-client-0.0.2[${PYTHON_USEDEP}]
<dev-python/repology-client-2[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
>=dev-util/find-work-0.91[${PYTHON_USEDEP}]
>=dev-util/find-work-0.990.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
@@ -36,8 +36,7 @@ BDEPEND="
distutils_enable_tests pytest
python_test() {
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
distutils_write_namespace find_work
epytest "${S}"
src_install() {
distutils-r1_src_install
doman man/*.1
}

View File

@@ -12,5 +12,6 @@
</maintainer>
<remote-id type="pypi">find-work-repology</remote-id>
<bugs-to>https://bugs.sysrq.in/enter_bug.cgi?product=Software&amp;component=find-work</bugs-to>
<changelog>https://git.sysrq.in/find-work-plugins/plain/find-work-repology/ChangeLog</changelog>
</upstream>
</pkgmetadata>