blob: d0afc913f1357a1c4e39d2b6f14ebef67a2de0d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-monero
pkgdesc = A comprehensive Python module for handling Monero cryptocurrency
pkgver = 1.0.3
pkgrel = 1
url = https://github.com/monero-ecosystem/monero-python
arch = any
license = BSD
makedepends = python
makedepends = python-distribute
depends = python
depends = python-requests
depends = python-pycryptodomex
depends = python-six
depends = python-ipaddress
depends = python-varint
depends = python-pynacl
depends = python-pysocks
source = https://github.com/emesik/monero-python/archive/v1.0.3.tar.gz
md5sums = 3577a2d0654f4b93534829107611e6fa
pkgname = python-monero
|