aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2023-06-29 00:22:11 +0800
committerRosen Penev <rosenp@gmail.com>2023-06-29 18:04:34 -0700
commit67af34188da75c737556fd439ab1a1a8c7d954a7 (patch)
treeeb11ca57546f4cbc36c0b8151fd1699ec6f94166 /lang
parentacc915083d44386cb4890818ddacd8221573b7b0 (diff)
python-gnupg: Update to 0.5.0
This also removes the dependency on gnupg as there are two packages for gpg, gnupg and gnupg2; this library should work with either one. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-gnupg/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python/python-gnupg/Makefile b/lang/python/python-gnupg/Makefile
index cd85b0337..898a4048f 100644
--- a/lang/python/python-gnupg/Makefile
+++ b/lang/python/python-gnupg/Makefile
@@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-gnupg
-PKG_VERSION:=0.4.7
+PKG_VERSION:=0.5.0
PKG_RELEASE:=1
-PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285efe4ac7
+PYPI_NAME:=python-gnupg
+PKG_HASH:=70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.txt
@@ -25,8 +25,8 @@ define Package/python3-gnupg
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=A wrapper for GnuPG
- URL:=https://docs.red-dove.com/python-gnupg/
- DEPENDS:=+gnupg +python3-light +python3-logging
+ URL:=https://github.com/vsajip/python-gnupg
+ DEPENDS:=+python3-light +python3-logging
endef
define Package/python3-gnupg/description