-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
PKGBUILD_dev_deps
37 lines (36 loc) · 914 Bytes
/
PKGBUILD_dev_deps
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
30
31
32
33
34
35
36
37
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
# shellcheck disable=SC2001,SC2034,SC2154 shell=bash
_pkgname=pikaur_dev_deps
#pkgname="${_pkgname}-git"
pkgname="${_pkgname}"
pkgver=1.32
pkgrel=1
pkgdesc="Development deps for Pikaur"
arch=('any')
url="https://github.com/actionless/pikaur"
license=('GPL-3.0-only')
source=(
#"$pkgname::git+${url}.git#branch=master"
)
b2sums=(
#"SKIP"
)
depends=(
'python-hatchling' # tag-release
# linting:
ruff flake8 python-pylint mypy vulture bandit shellcheck python-validate-pyproject shellcheck_makefile-git
'python-coveralls'
# pikaur opt deps:
'devtools'
'python-pysocks'
'python-defusedxml'
)
makedepends=(
#'python-wheel'
#'python-build'
#'python-installer'
#'python-setuptools' # i think it normally should be required by python-pep517 which required by python-build/installer
#'python-markdown-it-py'
)
optdepends=(
)