diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 23:04:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-16 03:26:35 +0000 |
commit | b6563ac325c6f8b9639fdfc8f50ba79a6e87fe67 (patch) | |
tree | 7fe93c048c9db25e7a472e9ad43a66224ab82841 /dev-python/pyGPG | |
parent | dev-python/progressbar: enable py3.11 (diff) | |
download | gentoo-b6563ac325c6f8b9639fdfc8f50ba79a6e87fe67.tar.gz gentoo-b6563ac325c6f8b9639fdfc8f50ba79a6e87fe67.tar.bz2 gentoo-b6563ac325c6f8b9639fdfc8f50ba79a6e87fe67.zip |
dev-python/pyGPG: sync live, wire up tests for live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyGPG')
-rw-r--r-- | dev-python/pyGPG/pyGPG-0.2-r1.ebuild | 11 | ||||
-rw-r--r-- | dev-python/pyGPG/pyGPG-9999.ebuild | 13 |
2 files changed, 8 insertions, 16 deletions
diff --git a/dev-python/pyGPG/pyGPG-0.2-r1.ebuild b/dev-python/pyGPG/pyGPG-0.2-r1.ebuild index 75d7cff0e204..43eeb1b5b61b 100644 --- a/dev-python/pyGPG/pyGPG-0.2-r1.ebuild +++ b/dev-python/pyGPG/pyGPG-0.2-r1.ebuild @@ -22,23 +22,18 @@ HOMEPAGE="https://github.com/dol-sen/pyGPG" LICENSE="BSD" SLOT="0" -IUSE="" -DEPEND="" -RDEPEND="${DEPEND} - app-crypt/gnupg - " +RDEPEND="app-crypt/gnupg" pkg_postinst() { - elog elog "This is experimental software." - elog "The API's it installs should be considered unstable" + elog "The APIs it installs should be considered unstable" elog "and are subject to change." elog elog "Please file any enhancement requests, or bugs" elog "at https://github.com/dol-sen/pyGPG/issues" elog "I am also on IRC @ #gentoo-ci of the Libera.Chat network" elog - ewarn "There may be some python 3 compatibility issues still." + ewarn "There may be some Python 3 compatibility issues still." ewarn "Please help debug/fix/report them in github or bugzilla." } diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild index 3cabe1085532..337db049369c 100644 --- a/dev-python/pyGPG/pyGPG-9999.ebuild +++ b/dev-python/pyGPG/pyGPG-9999.ebuild @@ -22,23 +22,20 @@ HOMEPAGE="https://github.com/dol-sen/pyGPG" LICENSE="BSD" SLOT="0" -IUSE="" -DEPEND="" -RDEPEND="${DEPEND} - app-crypt/gnupg - " +RDEPEND="app-crypt/gnupg" + +distutils_enable_tests pytest pkg_postinst() { - elog elog "This is experimental software." - elog "The API's it installs should be considered unstable" + elog "The APIs it installs should be considered unstable" elog "and are subject to change." elog elog "Please file any enhancement requests, or bugs" elog "at https://github.com/dol-sen/pyGPG/issues" elog "I am also on IRC @ #gentoo-ci of the Libera.Chat network" elog - ewarn "There may be some python 3 compatibility issues still." + ewarn "There may be some Python 3 compatibility issues still." ewarn "Please help debug/fix/report them in github or bugzilla." } |