Date: Saturday, October 3, 2020 @ 14:30:02 Author: yan12125 Revision: 716515
upgpkg: python-cfn-lint 0.37.0-1; move no longer needed setuptools to makedepends Since setuptools 47.3.0 [1], generated scripts uses importlib.metadata if the latter is available. [1] https://github.com/pypa/setuptools/commit/9bb11490f57d8d77cd789e9719588a8603dc375b Modified: python-cfn-lint/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-03 14:16:07 UTC (rev 716514) +++ PKGBUILD 2020-10-03 14:30:02 UTC (rev 716515) @@ -1,7 +1,7 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=0.36.1 +pkgver=0.37.0 pkgrel=1 pkgdesc='CloudFormation Linter' arch=(any) @@ -8,14 +8,15 @@ url='https://github.com/aws-cloudformation/cfn-python-lint' license=('custom:MIT No Attribution') depends=(python python-yaml python-six python-aws-sam-translator - python-jsonpatch python-jsonschema python-setuptools python-networkx + python-jsonpatch python-jsonschema python-networkx python-junit-xml) +makedepends=(python-setuptools) checkdepends=(python-pytest python-mock python-pydot) optdepends=( 'python-pydot: for building graphs from templates' ) source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz") -sha256sums=('2ca2af050611287ae8352461896ac10ff0ea98f4465c832bb30fabd3b75e404f') +sha256sums=('e01fa6b86438985333bd07d0494aeac811c77a99042440212fbe835e2a2c7a2e') build() { cd cfn-python-lint-$pkgver
