* [PR PATCH] New package: euporie-2.8.5
@ 2025-01-21 3:13 elbachir-one
2025-04-22 2:07 ` github-actions
2025-05-06 2:09 ` [PR PATCH] [Closed]: " github-actions
0 siblings, 2 replies; 3+ messages in thread
From: elbachir-one @ 2025-01-21 3:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]
There is a new pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages euporie
https://github.com/void-linux/void-packages/pull/54060
New package: euporie-2.8.5
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
Closes: #54017
A patch file from https://github.com/void-linux/void-packages/pull/54060.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-euporie-54060.patch --]
[-- Type: text/x-diff, Size: 14253 bytes --]
From e2e164060cd9c26691b0a72f45190bdaf4e6449e Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 01:47:29 +0100
Subject: [PATCH 01/10] New package: python3-uc-micro-py-1.0.3
---
srcpkgs/python3-uc-micro-py/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/python3-uc-micro-py/template
diff --git a/srcpkgs/python3-uc-micro-py/template b/srcpkgs/python3-uc-micro-py/template
new file mode 100644
index 00000000000000..12d75af9fa94d8
--- /dev/null
+++ b/srcpkgs/python3-uc-micro-py/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-uc-micro-py'
+pkgname=python3-uc-micro-py
+version=1.0.3
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="${depends} python3-pytest"
+short_desc="Micro subset of unicode data files for linkify-it-py projects"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/tsutsu3/uc.micro-py"
+changelog="https://raw.githubusercontent.com/tsutsu3/uc.micro-py/refs/heads/main/CHANGELOG.md"
+distfiles="https://github.com/tsutsu3/uc.micro-py/archive/refs/tags/v${version}.tar.gz"
+checksum=e0ddcdcdbb8d834fee77cb0605535d27ba2abb3f90b21cdaee3a4eeb8bed395b
From b2011378e8bdfd12f8b176cde918672925b88fa6 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 01:50:09 +0100
Subject: [PATCH 02/10] New package: python3-linkify-it-py-2.0.3
---
srcpkgs/python3-linkify-it-py/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/python3-linkify-it-py/template
diff --git a/srcpkgs/python3-linkify-it-py/template b/srcpkgs/python3-linkify-it-py/template
new file mode 100644
index 00000000000000..62d19c843eb135
--- /dev/null
+++ b/srcpkgs/python3-linkify-it-py/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-linkify-it-py'
+pkgname=python3-linkify-it-py
+version=2.0.3
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools"
+makedepends="python3-devel"
+depends="python3-uc-micro-py"
+checkdepends="${depends} python3-pytest"
+short_desc="Links recognition library with full unicode support"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/tsutsu3/linkify-it-py"
+changelog="https://raw.githubusercontent.com/tsutsu3/linkify-it-py/refs/heads/main/CHANGELOG.md"
+distfiles="https://github.com/tsutsu3/linkify-it-py/archive/refs/tags/v${version}.tar.gz"
+checksum=0e18bd044f0e31db4aa142316604fd46d344247758fc00bcea4b914a1d8749f0
From 3e4224fb050483ae53aea5d52905535787ada5a2 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 01:52:43 +0100
Subject: [PATCH 03/10] New package: python3-flatlatex-0.15
---
srcpkgs/python3-flatlatex/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/python3-flatlatex/template
diff --git a/srcpkgs/python3-flatlatex/template b/srcpkgs/python3-flatlatex/template
new file mode 100644
index 00000000000000..c21a175803a181
--- /dev/null
+++ b/srcpkgs/python3-flatlatex/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-flatlatex'
+pkgname=python3-flatlatex
+version=0.15
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-regex"
+checkdepends="${depends} python3-pytest"
+short_desc="LaTeX math converter to unicode text"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jb-leger/flatlatex"
+distfiles="https://github.com/jb-leger/flatlatex/archive/refs/tags/v${version}.tar.gz"
+checksum=d4762cdb85f2f0d7817b892e805b482ab8ac6ce2ab83c39d1311c4d9d5d4fc5b
From fa82e2b3ffe99a59f59b59a1c78a582195938236 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 02:49:59 +0100
Subject: [PATCH 04/10] New package: python3-jupytext-1.16.6
---
.../patches/directory-is-not-allowed.patch | 11 +++++++++++
srcpkgs/python3-jupytext/template | 18 ++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 srcpkgs/python3-jupytext/patches/directory-is-not-allowed.patch
create mode 100644 srcpkgs/python3-jupytext/template
diff --git a/srcpkgs/python3-jupytext/patches/directory-is-not-allowed.patch b/srcpkgs/python3-jupytext/patches/directory-is-not-allowed.patch
new file mode 100644
index 00000000000000..ccffba5088a1a4
--- /dev/null
+++ b/srcpkgs/python3-jupytext/patches/directory-is-not-allowed.patch
@@ -0,0 +1,11 @@
+--- python3-jupytext-1.16.6/pyproject.toml 2025-01-20 22:40:03.106411809 +0100
++++ python3-jupytext-1.16.6/pyproject.toml 2024-12-17 20:37:02.000000000 +0100
+@@ -128,7 +128,7 @@
+ packages = ["src/jupytext", "src/jupytext_config", "jupyterlab/jupyterlab_jupytext"]
+
+ [tool.hatch.build.targets.wheel.shared-data]
++"jupyterlab/jupyter-config" = "share/jupyter"
+-"jupyterlab/jupyter-config" = "etc/jupyter"
+ "jupyterlab/jupyterlab_jupytext/labextension" = "share/jupyter/labextensions/jupyterlab-jupytext"
+
+ [tool.hatch.build.hooks.jupyter-builder]
diff --git a/srcpkgs/python3-jupytext/template b/srcpkgs/python3-jupytext/template
new file mode 100644
index 00000000000000..37e74a27d65dc4
--- /dev/null
+++ b/srcpkgs/python3-jupytext/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jupytext'
+pkgname=python3-jupytext
+version=1.16.6
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools hatchling"
+makedepends="python3-devel"
+depends="python3-jupyter_nbformat python3-markdown-it python3-mdit-py-plugins
+ python3-packaging python3-yaml"
+checkdepends="${depends} python3-pytest python3-jupyter_client
+ python3-jupyter_notebook python3-GitPython pre-commit"
+short_desc="Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mwouts/jupytext"
+changelog="https://raw.githubusercontent.com/mwouts/jupytext/refs/heads/main/CHANGELOG.md"
+distfiles="https://github.com/mwouts/jupytext/archive/refs/tags/v${version}.tar.gz"
+checksum=06b8af7618016bc6105eb2dcd4afed7fc6c269b7512330670c42cf1465c58d42
From 0e33d33c769064604bb8166fa35b66a5cd7aed25 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 02:58:14 +0100
Subject: [PATCH 05/10] New package: python3-sixelcrop-0.1.9
---
srcpkgs/python3-sixelcrop/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-sixelcrop/template
diff --git a/srcpkgs/python3-sixelcrop/template b/srcpkgs/python3-sixelcrop/template
new file mode 100644
index 00000000000000..1cbd5686ca546b
--- /dev/null
+++ b/srcpkgs/python3-sixelcrop/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-sixelcrop'
+pkgname=python3-sixelcrop
+version=0.1.9
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools hatchling"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Crop sixel images in sixel-space"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/joouha/sixelcrop"
+distfiles="https://github.com/joouha/sixelcrop/archive/refs/tags/v${version}.tar.gz"
+checksum=ba64a5dfbe87018056d2ab9767a7ea02649e9794d6e404cbc4c7d6078f38134c
From 6da8df2eb09383079e9c3e6c1ef9ae6e521c165c Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 03:02:03 +0100
Subject: [PATCH 06/10] New package: python3-timg-1.1.5
---
srcpkgs/python3-timg/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-timg/template
diff --git a/srcpkgs/python3-timg/template b/srcpkgs/python3-timg/template
new file mode 100644
index 00000000000000..fdfccce3620e9f
--- /dev/null
+++ b/srcpkgs/python3-timg/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-timg'
+pkgname=python3-timg
+version=1.1.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Pillow"
+makedepends="python3-devel"
+depends="python3-Pillow"
+short_desc="Display an image in terminal"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/adzierzanowski/timg"
+distfiles="https://github.com/adzierzanowski/timg/archive/refs/tags/${version}.tar.gz"
+checksum=1f1ac80e206b212be026d9584754559bf0a1df7069355f6ea7b7e2fe9f9646dc
From fcbdc61b992cf0578a52a4730e3d0580c5195866 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 03:05:21 +0100
Subject: [PATCH 07/10] New package: python3-fsspec-2024.12.0
---
srcpkgs/python3-fsspec/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-fsspec/template
diff --git a/srcpkgs/python3-fsspec/template b/srcpkgs/python3-fsspec/template
new file mode 100644
index 00000000000000..2dc162fe525938
--- /dev/null
+++ b/srcpkgs/python3-fsspec/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-fsspec'
+pkgname=python3-fsspec
+version=2024.12.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools hatchling hatch-vcs"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Specification that python filesystems should adhere to"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://pypi.org/project/fsspec"
+distfiles="${PYPI_SITE}/f/fsspec/fsspec-${version}.tar.gz"
+checksum=670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f
From b78f6e46d1b5c9cf87c3d90ae838aa5c47f13a43 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 03:37:28 +0100
Subject: [PATCH 08/10] New package: python3-smb_protocol-1.15.0
---
srcpkgs/python3-smb_protocol/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/python3-smb_protocol/template
diff --git a/srcpkgs/python3-smb_protocol/template b/srcpkgs/python3-smb_protocol/template
new file mode 100644
index 00000000000000..c8cd13e8f0cf1e
--- /dev/null
+++ b/srcpkgs/python3-smb_protocol/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-smb_protocol'
+pkgname=python3-smb_protocol
+version=1.15.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools"
+makedepends="python3-devel"
+depends="python3-cryptography python3-pyspnego"
+checkdepends="${depends} python3-pytest python3-pytest-mock"
+short_desc="Python SMBv2 and v3 Client"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jborean93/smbprotocol"
+changelog="https://raw.githubusercontent.com/jborean93/smbprotocol/refs/heads/master/CHANGELOG.md"
+distfiles="https://github.com/jborean93/smbprotocol/archive/refs/tags/v${version}.tar.gz"
+checksum=af81861d2dc4698c49e3d965348c240f711a6d9dba4b0d1e15bd299ec2480d88
From 5e55f9473a4a2203c063427d9cf3b0a853a42658 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 03:38:31 +0100
Subject: [PATCH 09/10] New package: python3-universal_pathlib-0.2.6
---
srcpkgs/python3-universal_pathlib/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/python3-universal_pathlib/template
diff --git a/srcpkgs/python3-universal_pathlib/template b/srcpkgs/python3-universal_pathlib/template
new file mode 100644
index 00000000000000..05fbd1deb692f8
--- /dev/null
+++ b/srcpkgs/python3-universal_pathlib/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-universal_pathlib'
+pkgname=python3-universal_pathlib
+version=0.2.6
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools python3-setuptools_scm"
+makedepends="python3-devel"
+depends="python3-fsspec"
+checkdepends="${depends} python3-pytest python3-smb_protocol python3-requests"
+short_desc="Pathlib api extended to use fsspec backends"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/fsspec/universal_pathlib"
+changelog="https://raw.githubusercontent.com/fsspec/universal_pathlib/refs/heads/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/u/universal_pathlib/universal_pathlib-${version}.tar.gz"
+checksum=50817aaeaa9f4163cb1e76f5bdf84207fa05ce728b23fd779479b3462e5430ac
From f734eb14e68d7e217ad07417febf0cdb5e25a9e2 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 03:55:54 +0100
Subject: [PATCH 10/10] New package: euporie-2.8.5
---
srcpkgs/euporie/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/euporie/template
diff --git a/srcpkgs/euporie/template b/srcpkgs/euporie/template
new file mode 100644
index 00000000000000..7a80476116f221
--- /dev/null
+++ b/srcpkgs/euporie/template
@@ -0,0 +1,23 @@
+# Template file for 'euporie'
+pkgname=euporie
+version=2.8.5
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools hatchling"
+makedepends="python3-devel"
+depends="python3-Pillow python3-Pygments python3-fastjsonschema
+ python3-imagesize python3-jupyter_client python3-jupyter_nbformat
+ python3-markdown-it python3-mdit-py-plugins python3-platformdirs
+ python3-prompt_toolkit python3-pyperclip python3-typing_extensions
+ python3-flatlatex python3-fsspec python3-jupytext python3-linkify-it-py
+ python3-sixelcrop python3-timg python3-universal_pathlib"
+checkdepends="${depends} python3-pytest python3-aiohttp python3-magic
+ python3-anyio python3-pytest-asyncio python3-pytest-trio python3-Twisted
+ python3-html2text python3-Markdown"
+short_desc="Jupyter notebooks in the terminal"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/joouha/euporie"
+changelog="https://raw.githubusercontent.com/joouha/euporie/refs/heads/dev/CHANGELOG.rst"
+distfiles="https://github.com/joouha/euporie/archive/refs/tags/v${version}.tar.gz"
+checksum=d26a3f406761dc2dfaf98fc40abdb0e831b356ea588d10cd959ec6d454766980
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: New package: euporie-2.8.5
2025-01-21 3:13 [PR PATCH] New package: euporie-2.8.5 elbachir-one
@ 2025-04-22 2:07 ` github-actions
2025-05-06 2:09 ` [PR PATCH] [Closed]: " github-actions
1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2025-04-22 2:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/54060#issuecomment-2819873499
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Closed]: New package: euporie-2.8.5
2025-01-21 3:13 [PR PATCH] New package: euporie-2.8.5 elbachir-one
2025-04-22 2:07 ` github-actions
@ 2025-05-06 2:09 ` github-actions
1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2025-05-06 2:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1084 bytes --]
There's a closed pull request on the void-packages repository
New package: euporie-2.8.5
https://github.com/void-linux/void-packages/pull/54060
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
Closes: #54017
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-06 2:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21 3:13 [PR PATCH] New package: euporie-2.8.5 elbachir-one
2025-04-22 2:07 ` github-actions
2025-05-06 2:09 ` [PR PATCH] [Closed]: " github-actions
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).