Github messages for voidlinux
 help / color / mirror / Atom feed
From: Eloitor <Eloitor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4
Date: Fri, 22 Mar 2024 11:49:40 +0100	[thread overview]
Message-ID: <20240322104940.14CE22271E@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48818@inbox.vuxu.org>

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

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

https://github.com/Eloitor/void-packages marimo
https://github.com/void-linux/void-packages/pull/48818

[WIP] New package: marimo-0.3.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From dd3602109d0f1947c5b058e7b0c4d07fe0bb0bbf Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sun, 18 Feb 2024 21:09:36 +0100
Subject: [PATCH 1/3] New package: python3-pymdown-extensions-10.7

---
 srcpkgs/python3-pymdown-extensions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-pymdown-extensions/template

diff --git a/srcpkgs/python3-pymdown-extensions/template b/srcpkgs/python3-pymdown-extensions/template
new file mode 100644
index 00000000000000..094a22ef44e926
--- /dev/null
+++ b/srcpkgs/python3-pymdown-extensions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pymdown-extensions'
+pkgname=python3-pymdown-extensions
+version=10.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools hatchling"
+depends="python3"
+short_desc="Extension pack for Python Markdown"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="MIT"
+homepage="https://github.com/facelessuser/pymdown-extensions"
+distfiles="${PYPI_SITE}/p/pymdown_extensions/pymdown_extensions-${version}.tar.gz"
+checksum=c0d64d5cf62566f59e6b2b690a4095c931107c250a8c8e1351c1de5f6b036deb
+
+do_post_install() {
+	vlicense LICENSE
+}

From 01a5d89b713f707ac7b84c6c0b1433365d11e071 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sun, 18 Feb 2024 21:09:52 +0100
Subject: [PATCH 2/3] New package: marimo-0.3.1

---
 srcpkgs/marimo/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/marimo/template

diff --git a/srcpkgs/marimo/template b/srcpkgs/marimo/template
new file mode 100644
index 00000000000000..f1f0a4bfe079cd
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-docutils python3-tomlkit python3-uvicorn python3-starlette python3-websockets python3-pymdown-extensions"
+short_desc="Reactive notebook for Python"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0"
+homepage="https://github.com/marimo-team/marimo"
+distfiles="${PYPI_SITE}/m/marimo/marimo-${version}.tar.gz"
+checksum=351d050d9cf81b8acffe527d0cbd0d08160212720d67e38965373ccdfa302cbc

From 12780c7369ef22e0bf22900d1503f3adee777bad Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 12 Mar 2024 11:37:15 +0100
Subject: [PATCH 3/3] marimo: update to 0.3.4.

---
 srcpkgs/marimo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/marimo/template b/srcpkgs/marimo/template
index f1f0a4bfe079cd..0e95d1e8b4987c 100644
--- a/srcpkgs/marimo/template
+++ b/srcpkgs/marimo/template
@@ -1,6 +1,6 @@
 # Template file for 'marimo'
 pkgname=marimo
-version=0.3.1
+version=0.3.4
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
@@ -10,4 +10,4 @@ maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="Apache-2.0"
 homepage="https://github.com/marimo-team/marimo"
 distfiles="${PYPI_SITE}/m/marimo/marimo-${version}.tar.gz"
-checksum=351d050d9cf81b8acffe527d0cbd0d08160212720d67e38965373ccdfa302cbc
+checksum=9c21fc266794f356891c7189d4338e08bf626ab0574c119ab902b21e953ae919

  parent reply	other threads:[~2024-03-22 10:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
2024-02-22 11:24 ` [PR PATCH] [Updated] " Eloitor
2024-02-23 22:04 ` Eloitor
2024-02-29 17:36 ` [PR PATCH] [Updated] [WIP] " Eloitor
2024-03-06  8:53 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.0 Eloitor
2024-03-07  8:39 ` Eloitor
2024-03-20 17:42 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.1 Eloitor
2024-03-20 17:47 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.3 Eloitor
2024-03-22 10:49 ` Eloitor [this message]
2024-03-29 21:20 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4 Eloitor
2024-04-01  8:13 ` Eloitor
2024-04-07 11:06 ` Eloitor
2024-04-14 22:03 ` Eloitor
2024-04-15 21:58 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.12 Eloitor
2024-04-18 22:14 ` Eloitor
2024-04-25  7:59 ` Eloitor
2024-05-08 14:29 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.4.4 Eloitor

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=20240322104940.14CE22271E@inbox.vuxu.org \
    --to=eloitor@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).