blob: 7c08bc41ce209ef580b12d6731abf16c1ee8031e (
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.1.1
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.1.1.tar.gz
md5sums = 7926c851e5b69a118976c6cccec2eda1
pkgname = python-monero
|