Skip to content

Commit

Permalink
main/python-gnupg: new package (0.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Oct 1, 2024
1 parent cf03944 commit 522c308
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions main/python-gnupg/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pkgname = "python-gnupg"
pkgver = "0.5.3"
pkgrel = 0
build_style = "python_pep517"
make_check_env = {"NO_EXTERNAL_TESTS": "1"}
hostmakedepends = ["python-build", "python-installer", "python-setuptools"]
depends = ["gnupg", "python"]
checkdepends = [*depends, "python-pytest"]
pkgdesc = "Python bindings for GnuPG"
maintainer = "Jan Christian Grünhage <[email protected]>"
license = "BSD-3-Clause"
url = "https://docs.red-dove.com/python-gnupg"
source = (
f"https://github.com/vsajip/python-gnupg/archive/refs/tags/{pkgver}.tar.gz"
)
sha256 = "f71114bcde8f4d66f41873d4f43a3dbc70b5b7d70869ecd0fdf97224405385fe"


def post_install(self):
self.install_license("LICENSE.txt")

0 comments on commit 522c308

Please sign in to comment.