blob: f1693ac70637afbf38a0f5d895e6557051a27cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = pwman3
pkgdesc = A console based password management application written in Python
pkgver = 0.13.1
pkgrel = 1
url = https://github.com/pwman3/pwman3
arch = any
license = GPL
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-colorama
depends = xsel
depends = python-cryptography
optdepends = python-psycopg2: PostgreSQL support,
optdepends = python-pymysql: MySQL support,
optdepends = python-pymongo: MongoDB support
source = https://files.pythonhosted.org/packages/source/p/pwman3/pwman3-0.13.1.tar.gz
sha256sums = c35ed11e845fd575b7fdbe6e3ac1a7483fd46c8d24b8a076730465f812da9462
pkgname = pwman3
|