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

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

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

https://github.com/icp1994/void-packages memray
https://github.com/void-linux/void-packages/pull/47756

memray: update to 1.11.0.
- New package: python3-textual-0.45.1
- memray: update to 1.11.0.

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

#### 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/47756.patch is attached

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

From 326eba2627e0d18e92aad10bc310a2b0e116671c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 5 Dec 2023 21:17:04 +0530
Subject: [PATCH 1/2] memray: update to 1.11.0.

---
 srcpkgs/memray/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/memray/template b/srcpkgs/memray/template
index dafae42e33177..2a11670413a6e 100644
--- a/srcpkgs/memray/template
+++ b/srcpkgs/memray/template
@@ -1,20 +1,21 @@
 # Template file for 'memray'
 pkgname=memray
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=python3-pep517
+make_check_args="-v -k not((TestTUILooks)or(test_tui))"
 make_check_target="tests/unit"
-hostmakedepends="python3-setuptools python3-wheel python3-Cython"
+hostmakedepends="python3-pkgconfig python3-setuptools python3-wheel python3-Cython"
 makedepends="python3-devel libunwind-devel liblz4-devel"
-depends="python3-Jinja2 python3-rich"
+depends="python3-Jinja2 python3-rich python3-textual"
 checkdepends="${depends} python3-pytest"
 short_desc="Reports memory allocations in python code & compiled extensions"
 maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0"
 homepage="https://bloomberg.github.io/memray/"
 changelog="https://bloomberg.github.io/memray/changelog.html"
-distfiles="https://github.com/bloomberg/memray/archive/refs/tags/${version}.tar.gz"
-checksum=5e548f735f440c8417fad5d02bc4c01bc2ca7215688bfd44dfca1094df5585ee
+distfiles="https://github.com/bloomberg/memray/archive/refs/tags/v${version}.tar.gz"
+checksum=529487147b295fa28f8a71d33d3f120cc0f66bdf5b8ab058736fb4661d545b9a
 make_check_pre="env PYTHONPATH=src"
 
 pre_build() {

From 534967f698008985e87a4b98d3e9f09cd28d7c9e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 14 Dec 2023 02:07:08 +0530
Subject: [PATCH 2/2] New package: python3-textual-0.45.1

---
 srcpkgs/python3-textual/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-textual/template

diff --git a/srcpkgs/python3-textual/template b/srcpkgs/python3-textual/template
new file mode 100644
index 0000000000000..a4eaa677b20e5
--- /dev/null
+++ b/srcpkgs/python3-textual/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-textual'
+pkgname=python3-textual
+version=0.45.1
+revision=1
+build_style=python3-pep517
+make_check_args="-k not((snapshot)or(markdown)or(feature)or(language))"
+hostmakedepends="python3-poetry-core"
+depends="python3-rich python3-markdown-it python3-importlib_metadata python3-typing_extensions"
+checkdepends="${depends} python3-pytest-asyncio python3-pytest-xdist"
+short_desc="Modern Text User Interface framework"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="MIT"
+homepage="https://textual.textualize.io"
+changelog="https://raw.githubusercontent.com/Textualize/textual/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/t/textual/textual-${version}.tar.gz"
+checksum=1a6f80fb87e40a0490cf9a16526f5418a790d9c032a2983b0c7edd1c8abf39f3
+
+post_install() {
+	vlicense LICENSE
+}

             reply	other threads:[~2023-12-14 18:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-14 18:20 icp1994 [this message]
2023-12-18 16:10 ` [PR PATCH] [Merged]: " Duncaen
2023-12-18 16:12 ` [PR REVIEW] " classabbyamp
2023-12-18 16:13 ` classabbyamp
2023-12-18 16:16 ` icp1994
2023-12-18 16:20 ` classabbyamp

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-47756@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).