summaryrefslogtreecommitdiff
path: root/dev-python/pyGPG/pyGPG-0.2-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-16 08:04:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-16 08:04:03 +0000
commit97f40b36b1afa9726e32962d11f3ac2d0bc5792e (patch)
tree1c7d586bc8a53d3b768630527bb80a477d661fa3 /dev-python/pyGPG/pyGPG-0.2-r1.ebuild
parentb435e036d9775b71048373b91d4c7c3398826858 (diff)
gentoo auto-resync : 16:02:2023 - 08:04:02
Diffstat (limited to 'dev-python/pyGPG/pyGPG-0.2-r1.ebuild')
-rw-r--r--dev-python/pyGPG/pyGPG-0.2-r1.ebuild11
1 files changed, 3 insertions, 8 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."
}