app-misc/gentodo: add 1.1.0

- New RDEPEND on dev-python/click

Signed-off-by: Christopher Fore <csfore@posteo.net>
This commit is contained in:
Christopher Fore
2024-04-20 19:25:32 -04:00
parent 6c81e2921e
commit 6c7137c6c9
3 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
DIST gentodo-0.2.0.tar.gz 19919 BLAKE2B 864f5fc8498209502efe50b7b45da54461e4a8a36a9561c8af64fcdff415b00c6d98e8bcf9957592d1cb29c896797ea28e4617b7c12abeabee2b67641be0c883 SHA512 e9503a58e3dbdd70b1290083ab30bf834bd6211ca1e6b339834d0eec812d0a628f88483cc427092cf8a0cae3b4d27161a43dc711563154b7daa8686a2ba467dc
DIST gentodo-0.2.1.tar.gz 20132 BLAKE2B 0cdcbf6ec9ccd6dcb683794838efd4be474f94709197096c5618402c91585eadcf89bfc9e7cd5bdbc1293c49790f63767a43196e6d0da3021ef71c78a3466771 SHA512 000dcd7b22cb316c8f60c6cab9fd4c2af6fb8572a28a1772a802769e2146e26cb28e9d318c54c8aff9d5b0e713fd2ee1fd014c419a76164ab948dff5d1beea29
DIST gentodo-1.1.0.tar.gz 20008 BLAKE2B b79bab8fccea14c27d179c465aa086a6671c83c41341006f9a341052dadc7d8373227e5bbe8596dd3530c84e0124413b12727d9a6b7bacffcccb3df63756b0b5 SHA512 e7d4045d04f32f39d1d5a12515e9f20d27fb2e1188b5150782ee64fb294a040ca193748cb6573e2eb2714f730906920511e00d4a8ed7f63b0018ca1844726c71

View File

@@ -16,8 +16,8 @@ else
KEYWORDS="~amd64"
fi
HOMEPAGE="https://github.com/csfore/gentodo"
DESCRIPTION="Todo program to help enhance your Gentoo workflow"
HOMEPAGE="https://github.com/csfore/gentodo"
LICENSE="GPL-3"
SLOT="0"
@@ -35,11 +35,10 @@ DEPEND="
RDEPEND="
${PYTHON_DEPS}
dev-python/python-bugzilla
dev-python/click
"
python_install_all() {
if use bash-completion; then
newbashcomp src/gentodo/gentodo-completions.bash gentodo
fi
newbashcomp src/gentodo/gentodo-completions.bash gentodo
distutils-r1_python_install_all
}

View File

@@ -16,8 +16,8 @@ else
KEYWORDS="~amd64"
fi
HOMEPAGE="https://github.com/csfore/gentodo"
DESCRIPTION="Todo program to help enhance your Gentoo workflow"
HOMEPAGE="https://github.com/csfore/gentodo"
LICENSE="GPL-3"
SLOT="0"
@@ -35,6 +35,7 @@ DEPEND="
RDEPEND="
${PYTHON_DEPS}
dev-python/python-bugzilla
dev-python/click
"
python_install_all() {