From ff81a3bfb12b92fbb8c644218f760cc96a55172a Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 15 May 2023 22:15:36 +0100 Subject: [PATCH 1/4] New package: python3-calver-2022.6.26 --- srcpkgs/python3-calver/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-calver/template diff --git a/srcpkgs/python3-calver/template b/srcpkgs/python3-calver/template new file mode 100644 index 000000000000..67bdea2aa644 --- /dev/null +++ b/srcpkgs/python3-calver/template @@ -0,0 +1,19 @@ +# Template file for 'python3-calver' +pkgname=python3-calver +version=2022.6.26 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" +short_desc="Setuptools extension for CalVer package versions" +maintainer="Mohammed Anas " +license="Apache-2.0" +homepage="https://github.com/di/calver" +changelog="https://github.com/di/calver/releases" +distfiles="${PYPI_SITE}/c/calver/calver-${version}.tar.gz" +checksum=e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b +make_check=no # PyPI tarball has no tests. + +pre_patch() { + vsed -e "s/version=calver_version(True),/version=\"$version\"/" -i setup.py +} From b8d94afacdb96d3c8caade77c4e5ac4f145793b0 Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 15 May 2023 22:15:42 +0100 Subject: [PATCH 2/4] New package: python3-trove-classifiers-2023.5.2 --- srcpkgs/python3-trove-classifiers/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/python3-trove-classifiers/template diff --git a/srcpkgs/python3-trove-classifiers/template b/srcpkgs/python3-trove-classifiers/template new file mode 100644 index 000000000000..187a779e012d --- /dev/null +++ b/srcpkgs/python3-trove-classifiers/template @@ -0,0 +1,15 @@ +# Template file for 'python3-trove-classifiers' +pkgname=python3-trove-classifiers +version=2023.5.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel python3-calver" +depends="python3" +checkdepends="${checkdepends} python3-pytest" +short_desc="Canonical source for classifiers on PyPI" +maintainer="Mohammed Anas " +license="Apache-2.0" +homepage="https://github.com/pypa/trove-classifiers" +changelog="https://github.com/pypa/trove-classifiers/releases" +distfiles="${PYPI_SITE}/t/trove-classifiers/trove-classifiers-${version}.tar.gz" +checksum=c46d6e40a9581599b16c712e0164fec3764872a4085c673c07559787caedb867 From fb8465c7a7db0f374cb3c5a520e74014c25b80e1 Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 15 May 2023 22:15:47 +0100 Subject: [PATCH 3/4] hatchling: update to 1.17.0. --- srcpkgs/hatchling/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template index 0df8af7b1835..bb221be3e722 100644 --- a/srcpkgs/hatchling/template +++ b/srcpkgs/hatchling/template @@ -1,9 +1,10 @@ # Template file for 'hatchling' pkgname=hatchling -version=1.13.0 +version=1.17.0 revision=1 build_style=python3-pep517 -_deps="python3-editables python3-packaging python3-pathspec python3-pluggy" +_deps="python3-editables python3-packaging python3-pathspec python3-pluggy + python3-trove-classifiers" hostmakedepends="python3-setuptools ${_deps}" depends="${_deps}" short_desc="Extensible, standards compliant build backend used by Hatch" @@ -12,7 +13,7 @@ license="MIT" homepage="https://hatch.pypa.io/latest/" changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md" distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz" -checksum=f8d275a2cc720735286b7c2e2bc35da05761e6d3695c2fa416550395f10c53c7 +checksum=b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930 post_install() { vlicense LICENSE.txt From 4e8eb9b65956be1b399e68f46c4766d8a1e5dd38 Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 15 May 2023 16:41:08 +0100 Subject: [PATCH 4/4] python3-platformdirs: update to 3.5.1. --- srcpkgs/python3-platformdirs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template index b01996757d1f..033324479559 100644 --- a/srcpkgs/python3-platformdirs/template +++ b/srcpkgs/python3-platformdirs/template @@ -1,6 +1,6 @@ # Template file for 'python3-platformdirs' pkgname=python3-platformdirs -version=3.1.1 +version=3.5.1 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" @@ -12,7 +12,7 @@ license="MIT" homepage="https://platformdirs.rtfd.io/" changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst" distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz" -checksum=024996549ee88ec1a9aa99ff7f8fc819bb59e2c3477b410d90a16d32d6e707aa +checksum=412dae91f52a6f84830f39a8078cecd0e866cb72294a5c66808e74d5e88d251f make_check_pre="env PYTHONPATH=src" post_install() {