Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: marimo-0.2.5
@ 2024-02-18 18:10 Eloitor
  2024-02-22 11:24 ` [PR PATCH] [Updated] " Eloitor
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Eloitor @ 2024-02-18 18:10 UTC (permalink / raw)
  To: ml

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

There is a new 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

New package: marimo-0.2.5
#### 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: 2295 bytes --]

From 1e218490c38ce52fabed73c80cafca4f2ef94c0a 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/2] 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 0000000000000..094a22ef44e92
--- /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 51d091b42032ffdbbd67a83a5c45bba0dc13a1f8 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/2] New package: marimo-0.2.5

---
 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 0000000000000..c8fedb28b8bb1
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.2.5
+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=51177ed80f710dbe15ce1efabfee8bcfec19cd2e6612d0e6fc2501d281d31f16

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

* Re: [PR PATCH] [Updated] New package: marimo-0.2.5
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
@ 2024-02-22 11:24 ` Eloitor
  2024-02-23 22:04 ` Eloitor
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-02-22 11:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 662 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

New package: marimo-0.2.5
#### 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: 2295 bytes --]

From e198c035a923ebcc5b3494948e0dabb044e3f54b 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/2] 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 0000000000000..094a22ef44e92
--- /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 695129510de5a900cbc2839c42118b2f8ec78102 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/2] New package: marimo-0.2.7

---
 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 0000000000000..4a4672392d3b3
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.2.7
+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=33677de427f9aaac9bd8b04de2e484df4384cce9d07fff945a505804bdb7cf16

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

* Re: [PR PATCH] [Updated] New package: marimo-0.2.5
  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
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-02-23 22:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 662 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

New package: marimo-0.2.5
#### 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: 2295 bytes --]

From 9a69e48df2dafcf72c77ba7fbfd65c7bda48ff23 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/2] 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 0000000000000..094a22ef44e92
--- /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 08187ba5b44d2ce3806879b051ef69a0bf1329a3 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/2] New package: marimo-0.2.8

---
 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 0000000000000..9107b35857e88
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.2.8
+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=61c54f8849028d5b91c9889c19f3cac442b74250e6b967ce29d258a27776ddcf

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.2.5
  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 ` Eloitor
  2024-03-06  8:53 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.0 Eloitor
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-02-29 17:36 UTC (permalink / raw)
  To: ml

[-- 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.2.5
#### 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: 2299 bytes --]

From 86e7ad4f594a290337e5cff9cefbbc0b4c4e0a94 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/2] 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 1a3fef4a6b87e845df680406e1ec2fcabd69b11f 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/2] New package: marimo-0.2.7

---
 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..4a4672392d3b38
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.2.7
+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=33677de427f9aaac9bd8b04de2e484df4384cce9d07fff945a505804bdb7cf16

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.0
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (2 preceding siblings ...)
  2024-02-29 17:36 ` [PR PATCH] [Updated] [WIP] " Eloitor
@ 2024-03-06  8:53 ` Eloitor
  2024-03-07  8:39 ` Eloitor
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-03-06  8:53 UTC (permalink / raw)
  To: ml

[-- 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.0
#### 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: 2299 bytes --]

From 68a7e5f0bdca381bed929747af17c3c0ef06f71a 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/2] 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 4f7d3a4b26e9ad3761767c3a28edbd544215ecfd 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/2] New package: marimo-0.3.0

---
 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..7743be51428197
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.3.0
+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=8076bd549a20edc5296ff22601914a07254245d779230c6f1aca617e25b10b0a

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.0
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (3 preceding siblings ...)
  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
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-03-07  8:39 UTC (permalink / raw)
  To: ml

[-- 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.0
#### 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: 2299 bytes --]

From b3f5a66d3fdfa2c43d06557f3c1df3c884b2f105 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/2] 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 2cc25c93aa6f441ed2ee3b814e97c99935d0ba12 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/2] 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

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.1
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (4 preceding siblings ...)
  2024-03-07  8:39 ` Eloitor
@ 2024-03-20 17:42 ` Eloitor
  2024-03-20 17:47 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.3 Eloitor
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-03-20 17:42 UTC (permalink / raw)
  To: ml

[-- 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.1
#### 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: 2299 bytes --]

From 761fbff088444d2a140a51ad372afb0985b59de0 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/2] 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 9d53eaaea274cd02367276f91823a0451f11a5ed 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/2] New package: marimo-0.3.3

---
 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..5feb46f74e233c
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.3.3
+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=97941e854fcba8459bef26cac5a71ee2c9ba0bd99c36568734ea79e44c609694

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.3
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (5 preceding siblings ...)
  2024-03-20 17:42 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.1 Eloitor
@ 2024-03-20 17:47 ` Eloitor
  2024-03-22 10:49 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4 Eloitor
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-03-20 17:47 UTC (permalink / raw)
  To: ml

[-- 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.3
#### 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: 2331 bytes --]

From 761fbff088444d2a140a51ad372afb0985b59de0 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/2] 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 51c51a388601120db8676bfbf23e7b657afb5b9b 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/2] New package: marimo-0.3.3

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

diff --git a/srcpkgs/marimo/template b/srcpkgs/marimo/template
new file mode 100644
index 00000000000000..830fd9dee213e5
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,14 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.3.3
+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=97941e854fcba8459bef26cac5a71ee2c9ba0bd99c36568734ea79e44c609694
+nostrip_files="kerberos.node"

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (6 preceding siblings ...)
  2024-03-20 17:47 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.3 Eloitor
@ 2024-03-22 10:49 ` Eloitor
  2024-03-29 21:20 ` Eloitor
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-03-22 10:49 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (7 preceding siblings ...)
  2024-03-22 10:49 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4 Eloitor
@ 2024-03-29 21:20 ` Eloitor
  2024-04-01  8:13 ` Eloitor
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-03-29 21:20 UTC (permalink / raw)
  To: ml

[-- 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 1bc17b0c12ba31071dc6cf8c118e700fc59357f5 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.7.

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

diff --git a/srcpkgs/marimo/template b/srcpkgs/marimo/template
index f1f0a4bfe079cd..a3d990331fe562 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.7
 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=30b2cfea4f2ae66be239ab5d897652f25d2a4cbf4d373c352c9932760586d058

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (8 preceding siblings ...)
  2024-03-29 21:20 ` Eloitor
@ 2024-04-01  8:13 ` Eloitor
  2024-04-07 11:06 ` Eloitor
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-04-01  8:13 UTC (permalink / raw)
  To: ml

[-- 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 b5f413072020eb08c369588280f334ccd4367d6a 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 1fea32b3da58262e37f90e6cc98cf5f2a71e6539 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 b01e90148f7af685a0a588edac61975885b7a108 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.8.

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

diff --git a/srcpkgs/marimo/template b/srcpkgs/marimo/template
index f1f0a4bfe079cd..bff92b5018446c 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.8
 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=c65f21375060dee19b00c68a34b3c0830d3abe4a9990968d45ee6598e63c7cf0

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (9 preceding siblings ...)
  2024-04-01  8:13 ` Eloitor
@ 2024-04-07 11:06 ` Eloitor
  2024-04-14 22:03 ` Eloitor
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-04-07 11:06 UTC (permalink / raw)
  To: ml

[-- 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: 3288 bytes --]

From 9a61ec98bb92aaa886bda67bea25294286ede9f9 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 482f1bd5105728b7bb469840ff13d3baff64450d 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 6030760bb2486406b1b21fc3318fc2f7202a4c71 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.10.

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

diff --git a/srcpkgs/marimo/template b/srcpkgs/marimo/template
index f1f0a4bfe079cd..c30f43ac8fce80 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.10
 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=a021afef35d619414d53daaea5783c5fbfa60eda23d9d909b1ee0431f4878cb5

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (10 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-04-14 22:03 UTC (permalink / raw)
  To: ml

[-- 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: 2301 bytes --]

From 2d02eeb2295becd4492b90acf26064b93b41a36f 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/2] 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 48e5318a2dfbf47335f26b2908cb5ead1f0a7d1b 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/2] New package: marimo-0.3.12

---
 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..72faaef59f773a
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.3.12
+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=e0ec1363838591341c42a1e7b6371fc0f4f1e30fb618f114072fd7816fe70135

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.12
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (11 preceding siblings ...)
  2024-04-14 22:03 ` Eloitor
@ 2024-04-15 21:58 ` Eloitor
  2024-04-18 22:14 ` Eloitor
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-04-15 21:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 669 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.12
#### 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: 2299 bytes --]

From 2d02eeb2295becd4492b90acf26064b93b41a36f 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/2] 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 1e27457661a32b33c421ff37624562ea855e5232 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/2] New package: marimo-0.4.0

---
 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..6355f2c1855c6c
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.4.0
+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=22233b889b3708897a5a3b2d82fb49cc8ca554be3d8d11b6e3a194e46e46106d

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.12
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (12 preceding siblings ...)
  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
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-04-18 22:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 669 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.12
#### 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: 2299 bytes --]

From c707b114545a2e2389ae256dff5d58378659c805 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/2] New package: python3-pymdown-extensions-10.8

---
 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..de879c0acb0bf8
--- /dev/null
+++ b/srcpkgs/python3-pymdown-extensions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pymdown-extensions'
+pkgname=python3-pymdown-extensions
+version=10.8
+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=91ca336caf414e1e5e0626feca86e145de9f85a3921a7bcbd32890b51738c428
+
+do_post_install() {
+	vlicense LICENSE
+}

From 7e6b57a4006a4401836ae8d94f0dd806c8d613ed 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/2] New package: marimo-0.4.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..25d1d7a4e3fe99
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.4.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=6b6214e6b238c021a35eb9c7a1b36990ae81686f3ea1980cc9225914d7a13479

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.3.12
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (13 preceding siblings ...)
  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
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-04-25  7:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 669 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.12
#### 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: 4273 bytes --]

From 4b17729d3c4ebbb0bd684da6ec4f4063c38cfac3 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/4] 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 895185f2c8a439cad5cb5856da2f637a4521d274 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/4] New package: marimo-0.4.0

---
 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..6355f2c1855c6c
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.4.0
+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=22233b889b3708897a5a3b2d82fb49cc8ca554be3d8d11b6e3a194e46e46106d

From eb5e0656137c115a85a09fb92c12bb8d544e2fe3 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 22 Apr 2024 15:20:24 +0200
Subject: [PATCH 3/4] marimo: update to 0.4.1.

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

diff --git a/srcpkgs/marimo/template b/srcpkgs/marimo/template
index 6355f2c1855c6c..25d1d7a4e3fe99 100644
--- a/srcpkgs/marimo/template
+++ b/srcpkgs/marimo/template
@@ -1,6 +1,6 @@
 # Template file for 'marimo'
 pkgname=marimo
-version=0.4.0
+version=0.4.1
 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=22233b889b3708897a5a3b2d82fb49cc8ca554be3d8d11b6e3a194e46e46106d
+checksum=6b6214e6b238c021a35eb9c7a1b36990ae81686f3ea1980cc9225914d7a13479

From db13ecf0dba867d8bfc9065533d479914269f1f6 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 25 Apr 2024 12:59:43 +0200
Subject: [PATCH 4/4] marimo: update to 0.4.4.

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

diff --git a/srcpkgs/marimo/template b/srcpkgs/marimo/template
index 25d1d7a4e3fe99..b9787c33402fcc 100644
--- a/srcpkgs/marimo/template
+++ b/srcpkgs/marimo/template
@@ -1,6 +1,6 @@
 # Template file for 'marimo'
 pkgname=marimo
-version=0.4.1
+version=0.4.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=6b6214e6b238c021a35eb9c7a1b36990ae81686f3ea1980cc9225914d7a13479
+checksum=33acefaf717aefef943a30553d54ee0892118a434afdd695e40abac7f2d3ade2

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

* Re: [PR PATCH] [Updated] [WIP] New package: marimo-0.4.4
  2024-02-18 18:10 [PR PATCH] New package: marimo-0.2.5 Eloitor
                   ` (14 preceding siblings ...)
  2024-04-25  7:59 ` Eloitor
@ 2024-05-08 14:29 ` Eloitor
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-05-08 14:29 UTC (permalink / raw)
  To: ml

[-- 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.4.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: 2299 bytes --]

From 78d189755ef8147d8a4d377ba3334fb883d8e8ca 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/2] 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 5d83021dfabc533e7987d874afc158b1cd067446 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/2] New package: marimo-0.5.0

---
 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..5a86b38f3e113f
--- /dev/null
+++ b/srcpkgs/marimo/template
@@ -0,0 +1,13 @@
+# Template file for 'marimo'
+pkgname=marimo
+version=0.5.0
+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=7976e7b3fa8182fb78936124c161c2bdd2338582a427e7bf666f638770f6dbbc

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

end of thread, other threads:[~2024-05-08 14:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PR PATCH] [Updated] [WIP] New package: marimo-0.3.4 Eloitor
2024-03-29 21:20 ` 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

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