Github messages for voidlinux
 help / color / mirror / Atom feed
From: Eloitor <Eloitor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: mathlibtools-1.3.2
Date: Thu, 20 Apr 2023 13:52:18 +0200	[thread overview]
Message-ID: <20230420115218.JT79kUvoJuLiOFRfRv5cyNJV33eLzTFFK-vaOg47AEU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37315@inbox.vuxu.org>

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

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

https://github.com/Eloitor/void-packages mathlibtools
https://github.com/void-linux/void-packages/pull/37315

New package: mathlibtools-1.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86-64

I don't know how to make this work:
1. Install `elan` following the instructions from https://leanprover-community.github.io/install/linux.html
2. run `source $HOME/.elan/env`
3. Install `mathlibtools` from this template

This is the output of `leanproject get tutorials`
```
Cloning from git@github.com:leanprover-community/tutorials.git
Error cloning via SSH, trying HTTPS...
Cloning from https://github.com/leanprover-community/tutorials.git
configuring tuto 0.1
WARNING: leanpkg configurations not specifying `path = "src"` are deprecated.
mathlib: cloning https://github.com/leanprover-community/mathlib to _target/deps/mathlib
> git clone https://github.com/leanprover-community/mathlib _target/deps/mathlib
S'està clonant a «_target/deps/mathlib»...
remote: Enumerating objects: 291798, done.
remote: Counting objects: 100% (2157/2157), done.
remote: Compressing objects: 100% (856/856), done.
remote: Total 291798 (delta 1612), reused 1701 (delta 1301), pack-reused 289641
S'estan rebent objectes: 100% (291798/291798), 155.86 MiB | 4.56 MiB/s, fet.
S'estan resolent les diferències: 100% (233183/233183), fet.
> git checkout --detach 178456ffefddf80dec3b26262cebc88c596e4969    # in directory _target/deps/mathlib
HEAD ara és a 178456ffef feat(set_theory/surreal/basic): definition of `≤` and `<` on numeric games (#14169)
Looking for mathlib oleans for 178456ffef
  locally...
  Found local mathlib oleans
Located matching cache
Applying cache
  files extracted: 1 [00:00, 228.29/s]

Aborted!
```

I don't know what is happening. It should download the cached oleans.

Update: This also happens with mathlibtools installed from pipx...

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

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

From bb7f4cb7c31ff4c9b85acad5654c557e016594ef Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 16 Nov 2022 19:09:20 +0100
Subject: [PATCH 1/4] New package: python3-PyGithub-1.58.1

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

diff --git a/srcpkgs/python3-PyGithub/template b/srcpkgs/python3-PyGithub/template
new file mode 100644
index 000000000000..452282841032
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.58.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3-deprecated python3-PyJWT python3-requests"
+checkdepends="$depends python3-httpretty python3-nacl python3-pytest"
+short_desc="Python library to access Github API v3"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/PyGithub/PyGithub"
+distfiles="${PYPI_SITE}/P/PyGithub/PyGithub-${version}.tar.gz"
+checksum=7d528b4ad92bc13122129fafd444ce3d04c47d2d801f6446b6e6ee2d410235b3

From 35aaccb3da297620b4e309d9b0bb50d30226a06b Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 16 Nov 2022 19:09:54 +0100
Subject: [PATCH 2/4] New package: python3-httpretty-1.1.4

---
 srcpkgs/python3-httpretty/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-httpretty/template

diff --git a/srcpkgs/python3-httpretty/template b/srcpkgs/python3-httpretty/template
new file mode 100644
index 000000000000..e888665e75e5
--- /dev/null
+++ b/srcpkgs/python3-httpretty/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-httpretty'
+pkgname=python3-httpretty
+version=1.1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-devel python3-setuptools"
+short_desc="HTTP client mocking tool for Python"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="MIT"
+homepage="https://github.com/gabrielfalcao/HTTPretty"
+distfiles="https://github.com/gabrielfalcao/HTTPretty/archive/${version}.tar.gz"
+checksum=829b98fa7a467ff2f6b20a8dd15aa2e80090c2912d2ba1fd9f47ebfb1b705a74
+make_check=no # requires sphinxcontrib-asciinema
+
+post_install() {
+	vlicense COPYING
+}

From 275905a1e72d0a17bb68197a5b89f12c13ae8251 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 16 Nov 2022 19:10:09 +0100
Subject: [PATCH 3/4] New package: python3-pydot-1.4.2

---
 srcpkgs/python3-pydot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pydot/template

diff --git a/srcpkgs/python3-pydot/template b/srcpkgs/python3-pydot/template
new file mode 100644
index 000000000000..971d3e288f74
--- /dev/null
+++ b/srcpkgs/python3-pydot/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pydot'
+pkgname=python3-pydot
+version=1.4.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-parsing"
+checkdepends="${depends} python3-chardet graphviz"
+short_desc="Python interface to Graphviz's Dot"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="MIT"
+homepage="https://github.com/pydot/pydot"
+distfiles="https://github.com/pydot/pydot/archive/v${version}.tar.gz"
+checksum=a992e01679ae782b08c151b329754d6d9aed61aa0aa8147a3807552cfe2adcf9
+
+post_install() {
+	vlicense LICENSE
+}

From 00f93a5ea0372441552034db63e457a2b152570b Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 16 Nov 2022 19:08:57 +0100
Subject: [PATCH 4/4] New package: mathlibtools-1.3.2

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

diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template
new file mode 100644
index 000000000000..6568c4e8dac7
--- /dev/null
+++ b/srcpkgs/mathlibtools/template
@@ -0,0 +1,17 @@
+# Template file for 'mathlibtools'
+pkgname=mathlibtools
+version=1.3.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-toml python3-PyGithub python3-certifi python3-GitPython
+ python3-requests python3-click python3-tqdm python3-networkx python3-pydot
+ python3-yaml python3-atomicwrites python3-paramiko"
+checkdepends="$depends git tox python3-wheel"
+short_desc="Supporting tool for Lean mathlib"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0"
+homepage="https://github.com/leanprover-community/mathlib-tools"
+changelog="https://raw.githubusercontent.com/leanprover-community/mathlib-tools/master/CHANGELOG.md"
+distfiles="https://github.com/leanprover-community/mathlib-tools/archive/v${version}.tar.gz"
+checksum=edf6eb94d73f3c33ebcdffbc2790aaafa423fd06b77974519bbd244b93713310

  parent reply	other threads:[~2023-04-20 11:52 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-27 20:43 [PR PATCH] [WIP] New package: mathlibtools-1.1.1 Eloitor
2022-05-27 20:47 ` [PR PATCH] [Updated] " Eloitor
2022-05-27 20:56 ` Eloitor
2022-05-27 21:04 ` Eloitor
2022-05-28 14:17 ` Eloitor
2022-08-08 17:57 ` Eloitor
2022-09-23 21:36 ` [PR PATCH] [Updated] " Eloitor
2022-11-16 18:03 ` [PR PATCH] [Updated] New package: mathlibtools-1.1.2 Eloitor
2022-11-16 18:04 ` Eloitor
2022-11-16 18:12 ` [PR PATCH] [Updated] " Eloitor
2022-11-16 18:14 ` Eloitor
2022-11-16 22:12 ` New package: mathlibtools-1.2.0 Eloitor
2022-12-05 22:39 ` Eloitor
2022-12-05 22:57 ` [PR PATCH] [Updated] " Eloitor
2023-01-16 15:48 ` [PR PATCH] [Updated] New package: mathlibtools-1.3.1 Eloitor
2023-01-19 14:55 ` [PR PATCH] [Updated] New package: mathlibtools-1.3.2 Eloitor
2023-04-20  1:51 ` github-actions
2023-04-20 11:52 ` Eloitor [this message]
2023-07-20  1:53 ` github-actions
2023-08-04  1:50 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230420115218.JT79kUvoJuLiOFRfRv5cyNJV33eLzTFFK-vaOg47AEU@z \
    --to=eloitor@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).