Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] memray: update to 1.11.0.
@ 2023-12-14 18:20 icp1994
  2023-12-18 16:10 ` [PR PATCH] [Merged]: " Duncaen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-12-14 18:20 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: memray: update to 1.11.0.
  2023-12-14 18:20 [PR PATCH] memray: update to 1.11.0 icp1994
@ 2023-12-18 16:10 ` Duncaen
  2023-12-18 16:12 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-12-18 16:10 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

memray: update to 1.11.0.
https://github.com/void-linux/void-packages/pull/47756

Description:
- 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**

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] memray: update to 1.11.0.
  2023-12-14 18:20 [PR PATCH] memray: update to 1.11.0 icp1994
  2023-12-18 16:10 ` [PR PATCH] [Merged]: " Duncaen
@ 2023-12-18 16:12 ` classabbyamp
  2023-12-18 16:13 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-12-18 16:12 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47756#discussion_r1430361524

Comment:
why'd I get put here? I closed that PR because I wasn't using this

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] memray: update to 1.11.0.
  2023-12-14 18:20 [PR PATCH] memray: update to 1.11.0 icp1994
  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
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-12-18 16:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47756#discussion_r1430361524

Comment:
why'd I get put here? I closed that PR because I wasn't using the library

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] memray: update to 1.11.0.
  2023-12-14 18:20 [PR PATCH] memray: update to 1.11.0 icp1994
                   ` (2 preceding siblings ...)
  2023-12-18 16:13 ` classabbyamp
@ 2023-12-18 16:16 ` icp1994
  2023-12-18 16:20 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-12-18 16:16 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/47756#discussion_r1430366188

Comment:
Oh no! That's a copy-paste error. I forgot to update the field. Will fix in next update.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] memray: update to 1.11.0.
  2023-12-14 18:20 [PR PATCH] memray: update to 1.11.0 icp1994
                   ` (3 preceding siblings ...)
  2023-12-18 16:16 ` icp1994
@ 2023-12-18 16:20 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-12-18 16:20 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47756#discussion_r1430370629

Comment:
i'll just do it now

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-12-18 16:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-14 18:20 [PR PATCH] memray: update to 1.11.0 icp1994
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

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