blob: 6718e5a242cecaa3c8ad912a264fc8745a6c74d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = python-bases
pkgdesc = Python library for general Base-N encodings
pkgver = 0.3.0
pkgrel = 1
url = https://bases.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-base58
makedepends = python-setuptools-scm>=6.2
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = python-typing-validation
source = https://files.pythonhosted.org/packages/source/b/bases/bases-0.3.0.tar.gz
md5sums = 86b873d2ba179967319a82e6ff73dac8
pkgname = python-bases
depends = python>=3.7
depends = python-typing_extensions>=4.6.0
depends = python-typing-validation>=1.1.0
optdepends = python-bases-doc: Documentation for python bases
pkgname = python-bases-doc
pkgdesc = Documentation for Python bases
|