Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pex: update to 2.2.1.
Date: Mon, 19 Feb 2024 20:55:11 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48837@inbox.vuxu.org> (raw)

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

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages pex
https://github.com/void-linux/void-packages/pull/48837

pex: update to 2.2.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pex-48837.patch --]
[-- Type: text/x-diff, Size: 1473 bytes --]

From 2ad7f834ef10142ec31d29873ba42bcd2360f158 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 16 Feb 2024 02:27:17 +0530
Subject: [PATCH] pex: update to 2.2.1.

Disable manpage generation due to unpackaged dep
---
 srcpkgs/pex/template | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 524d7bfa959f8..c5b164827ef8b 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,25 +1,17 @@
 # Template file for 'pex'
 pkgname=pex
-version=2.1.163
+version=2.2.1
 revision=1
 build_style=python3-pep517
-hostmakedepends="hatchling python3-Sphinx"
+hostmakedepends="hatchling"
 depends="python3"
 short_desc="Library & tool for generating .pex (Python EXecutable) files"
 maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0"
-homepage="https://github.com/pantsbuild/pex"
-changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.md"
+homepage="https://docs.pex-tool.org"
+changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
 distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
-checksum=66e2cfa05b29647c300ca727faeb56d0f0d7d9bb4243b8839fe17e34b6568295
-
-post_build() {
-	PYTHONPATH="$PWD" make -C docs man
-}
-
-post_install() {
-	vman docs/_build/man/pex.1
-}
+checksum=23adde5fd0439fd4468ad105662ba5b23118540b26632bd2362dfedad22b1aff
 
 python3-pex_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

             reply	other threads:[~2024-02-19 19:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19 19:55 icp1994 [this message]
2024-02-20  1:24 ` [PR PATCH] [Merged]: " sgn

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48837@inbox.vuxu.org \
    --to=icp1994@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).