blob: c2f66d11fad902b45429ccba996ed736e42b960d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-pytm-git
pkgdesc = A Pythonic framework for threat modeling.
pkgver = 0.0.0.r0.g0000000
pkgrel = 1
url = https://github.com/OWASP/pytm
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry
makedepends = python-pbs-installer
makedepends = python-httpx
makedepends = git
depends = python>=3.10
depends = python-graphviz
depends = jre11-openjdk
depends = plantuml
depends = python-pydal-git
source = pytm::git+https://github.com/OWASP/pytm.git
sha256sums = SKIP
pkgname = python-pytm-git
|