blob: b9adf5b6a39c9a91ab75542aa383bb2aba6173b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-certipy
pkgdesc = A simple python tool for creating certificate authorities and certificates on the fly
pkgver = 0.2.2
pkgrel = 1
url = https://github.com/LLNL/certipy
arch = any
license = BSD-3-Clause
checkdepends = python-flask
checkdepends = python-pytest
checkdepends = python-requests
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
depends = python
depends = python-cryptography
source = https://files.pythonhosted.org/packages/source/c/certipy/certipy-0.2.2.tar.gz
sha256sums = fef1f3d8819ee29c4c67719171c988302823dfe0b6cfbb47d249f374809ba05e
pkgname = python-certipy
|