From d74cd8cdd69675c0397e37f8b497db7009266f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 16 Jul 2021 12:35:13 +0200 Subject: [PATCH 1/7] New package: python3-enrich-1.2.6 --- srcpkgs/python3-enrich/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-enrich/template diff --git a/srcpkgs/python3-enrich/template b/srcpkgs/python3-enrich/template new file mode 100644 index 000000000000..b47364a6daf6 --- /dev/null +++ b/srcpkgs/python3-enrich/template @@ -0,0 +1,18 @@ +# Template file for 'python3-enrich' +pkgname=python3-enrich +version=1.2.6 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-module +hostmakedepends="python3-pip" +depends="python3-rich" +short_desc="Extended variant of the rich library for python" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/pycontribs/enrich" +distfiles="${PYPI_SITE}/e/enrich/enrich-${version}.tar.gz" +checksum=0e99ff57d87f7b5def0ca79917e88fb9351aa0d52e228ee38bff7cd858315fe4 + +post_install() { + vlicense LICENSE +} From 97e7632daff9b60ff2620251a2801a85758610a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 16 Jul 2021 12:35:21 +0200 Subject: [PATCH 2/7] New package: python3-bracex-2.1.1 --- srcpkgs/python3-bracex/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-bracex/template diff --git a/srcpkgs/python3-bracex/template b/srcpkgs/python3-bracex/template new file mode 100644 index 000000000000..01eb3dab8b75 --- /dev/null +++ b/srcpkgs/python3-bracex/template @@ -0,0 +1,18 @@ +# Template file for 'python3-bracex' +pkgname=python3-bracex +version=2.1.1 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-module +hostmakedepends="python3-pip" +checkdepends="python3-pytest" +short_desc="Bash style brace expansion for Python" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/facelessuser/bracex" +distfiles="${PYPI_SITE}/b/bracex/bracex-${version}.tar.gz" +checksum=01f715cd0ed7a622ec8b32322e715813f7574de531f09b70f6f3b2c10f682425 + +post_install() { + vlicense LICENSE.md +} From 082a3bafad9d87012c3143e114235334effb3aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 16 Jul 2021 12:36:07 +0200 Subject: [PATCH 3/7] New package: python3-wcmatch-8.2 --- srcpkgs/python3-wcmatch/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-wcmatch/template diff --git a/srcpkgs/python3-wcmatch/template b/srcpkgs/python3-wcmatch/template new file mode 100644 index 000000000000..790090dc7930 --- /dev/null +++ b/srcpkgs/python3-wcmatch/template @@ -0,0 +1,19 @@ +# Template file for 'python3-wcmatch' +pkgname=python3-wcmatch +version=8.2 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-module +hostmakedepends="python3-pip" +depends="python3-bracex" +checkdepends="python3-pytest ${depends}" +short_desc="Wilcard File Name matching library" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/facelessuser/wcmatch" +distfiles="${PYPI_SITE}/w/wcmatch/wcmatch-${version}.tar.gz" +checksum=4d54ddb506c90b5a5bba3a96a1cfb0bb07127909e19046a71d689ddfb18c3617 + +post_install() { + vlicense LICENSE.md +} From 363ce7b08a10e958651b5116bc1a12691b385eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 16 Jul 2021 12:37:00 +0200 Subject: [PATCH 4/7] New package: python3-typeguard-2.13.0 --- srcpkgs/python3-typeguard/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-typeguard/template diff --git a/srcpkgs/python3-typeguard/template b/srcpkgs/python3-typeguard/template new file mode 100644 index 000000000000..8110d6a1fc13 --- /dev/null +++ b/srcpkgs/python3-typeguard/template @@ -0,0 +1,17 @@ +# Template file for 'python3-typeguard' +pkgname=python3-typeguard +version=2.13.0 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Run-time type checker for python" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/agronholm/typeguard" +distfiles="${PYPI_SITE}/t/typeguard/typeguard-${version}.tar.gz" +checksum=04e38f92eb59410c9375d3be23df65e0a7643f2e8bcbd421423d808d2f9e99df + +post_install() { + vlicense LICENSE +} From bcbf0cb166c4cfc27f70a07e9b400c9886de87be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 16 Jul 2021 12:38:15 +0200 Subject: [PATCH 5/7] New package: python3-tenacity-8.0.1 --- srcpkgs/python3-tenacity/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/python3-tenacity/template diff --git a/srcpkgs/python3-tenacity/template b/srcpkgs/python3-tenacity/template new file mode 100644 index 000000000000..81b0fa9888d3 --- /dev/null +++ b/srcpkgs/python3-tenacity/template @@ -0,0 +1,16 @@ +# Template file for 'python3-tenacity' +pkgname=python3-tenacity +version=8.0.1 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-module +hostmakedepends="python3-pip python3-wheel" +makedepends="python3-Sphinx python3-tornado python3-typeguard" +depends="python3-tornado python3-typeguard" +checkdepends="tox" +short_desc="General-purpose retrying library for Python" +maintainer="Jan Christian Grünhage " +license="Apache-2.0" +homepage="https://github.com/jd/tenacity" +distfiles="${PYPI_SITE}/t/tenacity/tenacity-${version}.tar.gz" +checksum=43242a20e3e73291a28bcbcacfd6e000b02d3857a9a9fff56b297a27afdc932f From 334b7c2c52d990d2eafc6737b97f9b9c84c5ee30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 12 Oct 2021 19:29:34 +0200 Subject: [PATCH 6/7] python3-yamllint: update to 1.26.3. --- srcpkgs/python3-yamllint/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template index 70c4643e21a6..150d8a5f5a73 100644 --- a/srcpkgs/python3-yamllint/template +++ b/srcpkgs/python3-yamllint/template @@ -1,18 +1,18 @@ # Template file for 'python3-yamllint' pkgname=python3-yamllint -version=1.15.0 -revision=5 +version=1.26.3 +revision=1 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 " +short_desc="Python 3 linter for YAML files" +maintainer="Jan Christian Grünhage " license="GPL-3.0-or-later" homepage="https://github.com/adrienverge/yamllint" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=9c27608ec61777f83c2cb29158b247a02079ad2aebb86522dd941397e3e78f6a +checksum=a12b134d360c8655c831c018162fd058dac308f62462b14c24125171c5822610 conflicts="python-yamllint>=0" do_check() { From e840f779fc98c4cc9a5d2365117acf5785d85356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 16 Jul 2021 12:39:28 +0200 Subject: [PATCH 7/7] python3-ansible-lint: update to 5.2.0. --- srcpkgs/python3-ansible-lint/template | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template index bc8b03fcd823..1bf5f4974792 100644 --- a/srcpkgs/python3-ansible-lint/template +++ b/srcpkgs/python3-ansible-lint/template @@ -1,18 +1,19 @@ # Template file for 'python3-ansible-lint' pkgname=python3-ansible-lint -version=4.3.5 -revision=3 -wrksrc="ansible-lint-${version}" +version=5.2.0 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" -depends="ansible python3-six python3-yaml python3-ruamel.yaml" +hostmakedepends="python3-pip python3-wheel" +depends="ansible-core python3-yamllint python3-six python3-yaml python3-ruamel.yaml python3-tenacity python3-enrich python3-wcmatch" +checkdepends="tox ${depends}" short_desc="Linter for Ansible files" -maintainer="Joseph LaFreniere " +maintainer="Jan Christian Grünhage " license="MIT" -homepage="https://github.com/willthames/ansible-lint" -changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md" +homepage="https://github.com/ansible-community/ansible-lint" distfiles="${PYPI_SITE}/a/ansible-lint/ansible-lint-${version}.tar.gz" -checksum=bec230cf5fcc4d976246d4170da3ae289715f99185529ca8bba4b3c173035656 +checksum=79020356d93f503d2cc869a7270e3c04316d510e33b6264edc08c7d0db0e8061 +make_check=no post_patch() { # scm versioning is broken in this release