Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-platformdirs: update to 3.5.1.
Date: Sat, 27 May 2023 13:52:43 +0200	[thread overview]
Message-ID: <20230527115243.wn0-NJyqkdjuimFs3IBZUQGq1LgitpazSw-yaD2aX1I@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43889@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1416 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages python3-platformdirs-3.5.1
https://github.com/void-linux/void-packages/pull/43889

python3-platformdirs: update to 3.5.1.
- New package: python3-calver-2022.6.26
- New package: python3-trove-classifiers-2023.5.2
- hatchling: update to 1.17.0.
- python3-platformdirs: update to 3.5.1.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43889.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-platformdirs-3.5.1-43889.patch --]
[-- Type: text/x-diff, Size: 4982 bytes --]

From 96a290bf5eb9196217806ef5cae180e31e4b1c79 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 15 May 2023 22:15:36 +0100
Subject: [PATCH 1/4] New package: python3-calver-2022.6.26

---
 srcpkgs/python3-calver/template | 15 +++++++++++++++
 1 file changed, 15 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..d89129c203fe
--- /dev/null
+++ b/srcpkgs/python3-calver/template
@@ -0,0 +1,15 @@
+# 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 <triallax@tutanota.com>"
+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.

From d81ac24e4ead408ca5d4bfc49637269844191a81 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 15 May 2023 22:15:42 +0100
Subject: [PATCH 2/4] New package: python3-trove-classifiers-2023.5.24

---
 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..4a7f7d6ad635
--- /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.24
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel python3-calver"
+depends="python3"
+checkdepends="${depends} python3-pytest"
+short_desc="Canonical source for classifiers on PyPI"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+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=fd5a1546283be941f47540a135bdeae8fb261380a6a204d9c18012f2a1b0ceae

From 9779bffef898a0e9436252d72073802bceab8899 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
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 462f183312dbbde4470a24cdbd4908aa6c52d314 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
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() {

  parent reply	other threads:[~2023-05-27 11:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-15 21:21 [PR PATCH] python3-platformirs: " mhmdanas
2023-05-19 15:45 ` [PR REVIEW] python3-platformdirs: " ahesford
2023-05-23 21:05 ` tornaria
2023-05-24  4:27 ` [PR REVIEW] " ahesford
2023-05-27 11:52 ` mhmdanas [this message]
2023-05-27 11:52 ` mhmdanas
2023-05-27 11:59 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230527115243.wn0-NJyqkdjuimFs3IBZUQGq1LgitpazSw-yaD2aX1I@z \
    --to=mhmdanas@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).