blob: 21a5e827210ecaae250618a5e50214dbefc9c408 (
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
27
28
29
|
pkgbase = python-essentials
pkgdesc = General purpose classes and functions, reusable in any kind of Python application
pkgver = 1.1.5
pkgrel = 1
url = https://pypi.org/project/essentials
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-pytest-cov
makedepends = flake8
makedepends = mypy
makedepends = python-black
makedepends = python-flake8-black
makedepends = python-hatchling
makedepends = python-typing_extensions
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
provides = python-essentials
conflicts = python-essentials
options = !strip
options = !debug
source = essentials-1.1.5.tar.gz::https://files.pythonhosted.org/packages/source/e/essentials/essentials-1.1.5.tar.gz
sha256sums = 8736f738bb2c51d5069b2de2cf9146f7d402f25f9f95636781e59a422c908c46
pkgname = python-essentials
|