Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: euporie-2.8.5 #54060

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
23 changes: 23 additions & 0 deletions srcpkgs/euporie/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
15 changes: 15 additions & 0 deletions srcpkgs/python3-flatlatex/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
14 changes: 14 additions & 0 deletions srcpkgs/python3-fsspec/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://pypi.org/project/fsspec"
distfiles="${PYPI_SITE}/f/fsspec/fsspec-${version}.tar.gz"
checksum=670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f
11 changes: 11 additions & 0 deletions srcpkgs/python3-jupytext/patches/directory-is-not-allowed.patch
Original file line number Diff line number Diff line change
@@ -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]
18 changes: 18 additions & 0 deletions srcpkgs/python3-jupytext/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
16 changes: 16 additions & 0 deletions srcpkgs/python3-linkify-it-py/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
14 changes: 14 additions & 0 deletions srcpkgs/python3-sixelcrop/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
16 changes: 16 additions & 0 deletions srcpkgs/python3-smb_protocol/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
14 changes: 14 additions & 0 deletions srcpkgs/python3-timg/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
16 changes: 16 additions & 0 deletions srcpkgs/python3-uc-micro-py/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
16 changes: 16 additions & 0 deletions srcpkgs/python3-universal_pathlib/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
Loading