dev-util/find-work-bugzilla: add 0.2.2, drop 0.2.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-11-06 20:09:50 +05:00
parent 339d40c859
commit 7dc0e5eb1a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
DIST find_work_bugzilla-0.2.0.tar.gz 5630 BLAKE2B e23bb7b9b4d5186e9d188bdbee6189d2a012ba8cb20927e5d22dba10150d548f730f0433fbc57b1423fb75d8f09f04293c9f61ad5b14978158894c049efb6ee5 SHA512 0a31fe3e0e9ae035bd5766dc8a3d7109728392c6cb2bd7f91bde2dca8bcc7e0e85627ced7172e5c542c243a340225e18adc4aa3cb50e76996fb42c3c95bd798d
DIST find_work_bugzilla-0.2.1.tar.gz 5857 BLAKE2B f77f787a976cbe915c3f6d00d7b82cd76cf727af6d5ab38a2423650281e79a6a0aad0420bb6acd1e7cbf002be93cf5e3ff2c56507c0d6018dac53aedb1328f9f SHA512 0c61bb89db5e1bde1cef3efbe555d94294cec22b7709d4a47f293ce9cbd442fd53fd8146e1e425feee606b15e05ae46c5040696045e91134e0672fbb62270ce2
DIST find_work_bugzilla-0.2.2.tar.gz 5801 BLAKE2B 760f95853987ffaeedbc1b8ea32bcb7b2e943506bf3e7ccb708da1f7f990837843bdeeabc3789382eeea98f9db20265761e31321a935809794316df19d0e36d1 SHA512 7ab50d90e24d3f6d18565c02ceaeaea938a6e3ac2f39e56a0b6b19c4bd2667366de4b811d457bdb02d41c20d7ae2d4505b032fa7c02a981e94f858be30a30d2b

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
@@ -42,3 +42,8 @@ python_test() {
distutils_write_namespace find_work
epytest "${S}"
}
src_install() {
distutils-r1_src_install
doman man/*.1
}