mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pyGPG: sync live, wire up tests for live
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user