aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-gnupg
Commit message (Collapse)AuthorAge
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* python-gnupg: update to version 0.4.4Daniel Golle2019-03-02
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python-gnupg: Fix build breakageRosen Penev2018-11-11
| | | | | Apparently := doesn't work here. Why it doesn't should be investigated but for now fix it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-gnupg: Use a more standard URL for easier version bumpingRosen Penev2018-11-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-gnupg: Update to 0.4.3Rosen Penev2018-08-09
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* python-gnupg: switch to python-gnupg 0.4.1Daniel Golle2017-08-14
| | | | | | | | | | | Aparently there are two python gnupg wrappers around https://pypi.python.org/pypi/python-gnupg/ and https://pypi.python.org/pypi/gnupg/ We used to package the latter, now we switched to the prior. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python-gnupg: add packageDaniel Golle2017-07-08
Signed-off-by: Daniel Golle <daniel@makrotopia.org>