python-yamllint: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 13:17:57 +07:00
parent d4e461d64d
commit 64fd5fd3bf
3 changed files with 20 additions and 35 deletions

View file

@ -1,34 +0,0 @@
# Template file for 'python-yamllint'
pkgname=python-yamllint
version=1.15.0
revision=2
archs=noarch
wrksrc="yamllint-${version}"
build_style=python-module
pycompile_module="yamllint"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-pathspec python-setuptools python-yaml"
checkdepends="python3-pathspec python3-yaml"
short_desc="Python2 linter for YAML files"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
license="GPL-3.0-or-later"
homepage="https://github.com/adrienverge/yamllint"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=9c27608ec61777f83c2cb29158b247a02079ad2aebb86522dd941397e3e78f6a
alternatives="yamllint:yamllint:/usr/bin/yamllint2"
do_check() {
python3 setup.py test
}
python3-yamllint_package() {
archs=noarch
depends="python3-pathspec python3-setuptools python3-yaml"
pycompile_module="yamllint"
short_desc="${short_desc/Python2/Python3}"
alternatives="yamllint:yamllint:/usr/bin/yamllint3"
pkg_install() {
vmove usr/bin/*3
vmove usr/lib/python3*
}
}

View file

@ -1 +0,0 @@
python-yamllint

View file

@ -0,0 +1,20 @@
# Template file for 'python3-yamllint'
pkgname=python3-yamllint
version=1.15.0
revision=3
wrksrc="yamllint-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pathspec python3-setuptools python3-yaml"
checkdepends="python3-pathspec python3-yaml"
short_desc="Python3 linter for YAML files"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
license="GPL-3.0-or-later"
homepage="https://github.com/adrienverge/yamllint"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=9c27608ec61777f83c2cb29158b247a02079ad2aebb86522dd941397e3e78f6a
conflicts="python-yamllint>=0"
do_check() {
python3 setup.py test
}