Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mathlibtools-1.1.0
@ 2021-10-16 12:51 ram02z
  2021-10-16 13:00 ` [PR PATCH] [Updated] " ram02z
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: ram02z @ 2021-10-16 12:51 UTC (permalink / raw)
  To: ml

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

There is a new pull request by ram02z against master on the void-packages repository

https://github.com/ram02z/void-packages mathlibtools
https://github.com/void-linux/void-packages/pull/33587

New package: mathlibtools-1.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

https://github.com/void-linux/void-packages/pull/32556#issuecomment-900933468 mentioned mathlibtools not being packaged (currently using pip to install it).

python3-Deprecated and python3-PyGithub templates are adapted from https://github.com/void-linux/void-packages/pull/28865

Wondering if I should add graphviz as a depends for python3-pydot.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 602c354071dc49d3c98d6f66e975d00a8744b7bf Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:01 +0100
Subject: [PATCH 1/4] New package: python3-Deprecated-1.2.13

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

diff --git a/srcpkgs/python3-Deprecated/template b/srcpkgs/python3-Deprecated/template
new file mode 100644
index 000000000000..d187000a015f
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.13
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="$depends python3-pytest"
+short_desc="Decorator to deprecate old python classes"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=771e20e93bb4bc497bd9955829d36074dd7608962846c0b34a92ff68ed7ebad9
+
+post_install() {
+	vlicense LICENSE.rst
+}

From e378acffb1b6e4aca3885ddd501d8a5847fa0294 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:14 +0100
Subject: [PATCH 2/4] New package: python3-PyGithub-1.55

---
 srcpkgs/python3-PyGithub/template | 15 +++++++++++++++
 1 file changed, 15 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..62b778a3787d
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.55
+revision=1
+wrksrc=PyGithub-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Deprecated python3-PyJWT python3-requests"
+short_desc="Python library to access Github API v3"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/PyGithub/PyGithub"
+distfiles="https://github.com/PyGithub/PyGithub/archive/v${version}.tar.gz"
+checksum=c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1
+make_check=no # requires httpretty

From 5e4876c64255466022ac776a0203e8f4aeab68ff Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:21 +0100
Subject: [PATCH 3/4] New package: python3-pydot-1.4.2

---
 srcpkgs/python3-pydot/template | 19 +++++++++++++++++++
 1 file changed, 19 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..3796dfddc0a0
--- /dev/null
+++ b/srcpkgs/python3-pydot/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pydot'
+pkgname=python3-pydot
+version=1.4.2
+revision=1
+wrksrc=pydot-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python-parsing"
+checkdepends="python3-pip python3-wheel python3-chardet"
+short_desc="Python interface to Graphviz's Dot"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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 8222f224cbd3ec3604a950d2d7b65def9d1da77b Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:35 +0100
Subject: [PATCH 4/4] New package: mathlibtools-1.1.0

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

diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template
new file mode 100644
index 000000000000..a71c61b29360
--- /dev/null
+++ b/srcpkgs/mathlibtools/template
@@ -0,0 +1,18 @@
+# Template file for 'mathlibtools'
+pkgname=mathlibtools
+version=1.1.0
+revision=1
+wrksrc=mathlib-tools-${version}
+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="python3-pip python3-wheel git"
+short_desc="Supporting tool for Lean mathlib"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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=f2481b4545fdad08780248db0fe1c879e3788c000eda014433338228255e76ad

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

* Re: [PR PATCH] [Updated] New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
@ 2021-10-16 13:00 ` ram02z
  2021-10-16 13:07 ` ram02z
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2021-10-16 13:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages mathlibtools
https://github.com/void-linux/void-packages/pull/33587

New package: mathlibtools-1.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

https://github.com/void-linux/void-packages/pull/32556#issuecomment-900933468 mentioned mathlibtools not being packaged (currently using pip to install it).

python3-Deprecated and python3-PyGithub templates are adapted from https://github.com/void-linux/void-packages/pull/28865

Wondering if I should add graphviz as a depends for python3-pydot.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 602c354071dc49d3c98d6f66e975d00a8744b7bf Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:01 +0100
Subject: [PATCH 1/4] New package: python3-Deprecated-1.2.13

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

diff --git a/srcpkgs/python3-Deprecated/template b/srcpkgs/python3-Deprecated/template
new file mode 100644
index 000000000000..d187000a015f
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.13
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="$depends python3-pytest"
+short_desc="Decorator to deprecate old python classes"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=771e20e93bb4bc497bd9955829d36074dd7608962846c0b34a92ff68ed7ebad9
+
+post_install() {
+	vlicense LICENSE.rst
+}

From e378acffb1b6e4aca3885ddd501d8a5847fa0294 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:14 +0100
Subject: [PATCH 2/4] New package: python3-PyGithub-1.55

---
 srcpkgs/python3-PyGithub/template | 15 +++++++++++++++
 1 file changed, 15 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..62b778a3787d
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.55
+revision=1
+wrksrc=PyGithub-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Deprecated python3-PyJWT python3-requests"
+short_desc="Python library to access Github API v3"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/PyGithub/PyGithub"
+distfiles="https://github.com/PyGithub/PyGithub/archive/v${version}.tar.gz"
+checksum=c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1
+make_check=no # requires httpretty

From 5e4876c64255466022ac776a0203e8f4aeab68ff Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:21 +0100
Subject: [PATCH 3/4] New package: python3-pydot-1.4.2

---
 srcpkgs/python3-pydot/template | 19 +++++++++++++++++++
 1 file changed, 19 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..3796dfddc0a0
--- /dev/null
+++ b/srcpkgs/python3-pydot/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pydot'
+pkgname=python3-pydot
+version=1.4.2
+revision=1
+wrksrc=pydot-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python-parsing"
+checkdepends="python3-pip python3-wheel python3-chardet"
+short_desc="Python interface to Graphviz's Dot"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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 b6ccb3809a266a2840a91a7849244fde99d3052a Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:35 +0100
Subject: [PATCH 4/4] New package: mathlibtools-1.1.0

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

diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template
new file mode 100644
index 000000000000..7b36b12a1819
--- /dev/null
+++ b/srcpkgs/mathlibtools/template
@@ -0,0 +1,18 @@
+# Template file for 'mathlibtools'
+pkgname=mathlibtools
+version=1.1.0
+revision=1
+wrksrc=mathlib-tools-${version}
+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="python3-pip python3-wheel python3-devel git"
+short_desc="Supporting tool for Lean mathlib"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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=f2481b4545fdad08780248db0fe1c879e3788c000eda014433338228255e76ad

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

* Re: [PR PATCH] [Updated] New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
  2021-10-16 13:00 ` [PR PATCH] [Updated] " ram02z
@ 2021-10-16 13:07 ` ram02z
  2021-10-16 14:15 ` [PR REVIEW] " ram02z
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2021-10-16 13:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages mathlibtools
https://github.com/void-linux/void-packages/pull/33587

New package: mathlibtools-1.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

https://github.com/void-linux/void-packages/pull/32556#issuecomment-900933468 mentioned mathlibtools not being packaged (currently using pip to install it).

python3-Deprecated and python3-PyGithub templates are adapted from https://github.com/void-linux/void-packages/pull/28865

Wondering if I should add graphviz as a depends for python3-pydot.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 602c354071dc49d3c98d6f66e975d00a8744b7bf Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:01 +0100
Subject: [PATCH 1/4] New package: python3-Deprecated-1.2.13

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

diff --git a/srcpkgs/python3-Deprecated/template b/srcpkgs/python3-Deprecated/template
new file mode 100644
index 000000000000..d187000a015f
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.13
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="$depends python3-pytest"
+short_desc="Decorator to deprecate old python classes"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=771e20e93bb4bc497bd9955829d36074dd7608962846c0b34a92ff68ed7ebad9
+
+post_install() {
+	vlicense LICENSE.rst
+}

From e378acffb1b6e4aca3885ddd501d8a5847fa0294 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:14 +0100
Subject: [PATCH 2/4] New package: python3-PyGithub-1.55

---
 srcpkgs/python3-PyGithub/template | 15 +++++++++++++++
 1 file changed, 15 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..62b778a3787d
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.55
+revision=1
+wrksrc=PyGithub-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Deprecated python3-PyJWT python3-requests"
+short_desc="Python library to access Github API v3"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/PyGithub/PyGithub"
+distfiles="https://github.com/PyGithub/PyGithub/archive/v${version}.tar.gz"
+checksum=c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1
+make_check=no # requires httpretty

From 5e4876c64255466022ac776a0203e8f4aeab68ff Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:21 +0100
Subject: [PATCH 3/4] New package: python3-pydot-1.4.2

---
 srcpkgs/python3-pydot/template | 19 +++++++++++++++++++
 1 file changed, 19 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..3796dfddc0a0
--- /dev/null
+++ b/srcpkgs/python3-pydot/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pydot'
+pkgname=python3-pydot
+version=1.4.2
+revision=1
+wrksrc=pydot-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python-parsing"
+checkdepends="python3-pip python3-wheel python3-chardet"
+short_desc="Python interface to Graphviz's Dot"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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 e65d33130bd4fa7106d5f4b557ae027acdc0fef0 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:35 +0100
Subject: [PATCH 4/4] New package: mathlibtools-1.1.0

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

diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template
new file mode 100644
index 000000000000..2076799d8661
--- /dev/null
+++ b/srcpkgs/mathlibtools/template
@@ -0,0 +1,18 @@
+# Template file for 'mathlibtools'
+pkgname=mathlibtools
+version=1.1.0
+revision=1
+wrksrc=mathlib-tools-${version}
+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="python3-pip python3-wheel python3-devel libffi-devel git"
+short_desc="Supporting tool for Lean mathlib"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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=f2481b4545fdad08780248db0fe1c879e3788c000eda014433338228255e76ad

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

* Re: [PR REVIEW] New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
  2021-10-16 13:00 ` [PR PATCH] [Updated] " ram02z
  2021-10-16 13:07 ` ram02z
@ 2021-10-16 14:15 ` ram02z
  2021-10-17  7:47 ` [PR PATCH] [Updated] " ram02z
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2021-10-16 14:15 UTC (permalink / raw)
  To: ml

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

New review comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/33587#discussion_r730268926

Comment:
libffi-devel needed for x86_64-musl checks.
python3-devel needed for i686 checks.

Not sure if I should make this a note on the template.

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

* Re: [PR PATCH] [Updated] New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
                   ` (2 preceding siblings ...)
  2021-10-16 14:15 ` [PR REVIEW] " ram02z
@ 2021-10-17  7:47 ` ram02z
  2021-10-17  7:57 ` ram02z
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2021-10-17  7:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages mathlibtools
https://github.com/void-linux/void-packages/pull/33587

New package: mathlibtools-1.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

https://github.com/void-linux/void-packages/pull/32556#issuecomment-900933468 mentioned mathlibtools not being packaged (currently using pip to install it).

python3-Deprecated and python3-PyGithub templates are adapted from https://github.com/void-linux/void-packages/pull/28865

Wondering if I should add graphviz as a depends for python3-pydot.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 602c354071dc49d3c98d6f66e975d00a8744b7bf Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:01 +0100
Subject: [PATCH 1/4] New package: python3-Deprecated-1.2.13

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

diff --git a/srcpkgs/python3-Deprecated/template b/srcpkgs/python3-Deprecated/template
new file mode 100644
index 000000000000..d187000a015f
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.13
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="$depends python3-pytest"
+short_desc="Decorator to deprecate old python classes"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=771e20e93bb4bc497bd9955829d36074dd7608962846c0b34a92ff68ed7ebad9
+
+post_install() {
+	vlicense LICENSE.rst
+}

From e378acffb1b6e4aca3885ddd501d8a5847fa0294 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:14 +0100
Subject: [PATCH 2/4] New package: python3-PyGithub-1.55

---
 srcpkgs/python3-PyGithub/template | 15 +++++++++++++++
 1 file changed, 15 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..62b778a3787d
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.55
+revision=1
+wrksrc=PyGithub-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Deprecated python3-PyJWT python3-requests"
+short_desc="Python library to access Github API v3"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/PyGithub/PyGithub"
+distfiles="https://github.com/PyGithub/PyGithub/archive/v${version}.tar.gz"
+checksum=c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1
+make_check=no # requires httpretty

From ba1c5b33055b947ae92d0670e97ea11dd0464929 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:21 +0100
Subject: [PATCH 3/4] New package: python3-pydot-1.4.2

---
 srcpkgs/python3-pydot/template | 19 +++++++++++++++++++
 1 file changed, 19 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..e916d0c00edf
--- /dev/null
+++ b/srcpkgs/python3-pydot/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pydot'
+pkgname=python3-pydot
+version=1.4.2
+revision=1
+wrksrc=pydot-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-parsing"
+checkdepends="${depends} python3-chardet graphviz"
+short_desc="Python interface to Graphviz's Dot"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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 e99c95f3ebafafda1eecb7e214289ca2b1a0815b Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:35 +0100
Subject: [PATCH 4/4] New package: mathlibtools-1.1.0

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

diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template
new file mode 100644
index 000000000000..07960736900d
--- /dev/null
+++ b/srcpkgs/mathlibtools/template
@@ -0,0 +1,18 @@
+# Template file for 'mathlibtools'
+pkgname=mathlibtools
+version=1.1.0
+revision=1
+wrksrc=mathlib-tools-${version}
+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 python3-devel libffi-devel"
+short_desc="Supporting tool for Lean mathlib"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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=f2481b4545fdad08780248db0fe1c879e3788c000eda014433338228255e76ad

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

* Re: [PR PATCH] [Updated] New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
                   ` (3 preceding siblings ...)
  2021-10-17  7:47 ` [PR PATCH] [Updated] " ram02z
@ 2021-10-17  7:57 ` ram02z
  2021-10-17  7:57 ` [PR REVIEW] " ram02z
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2021-10-17  7:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages mathlibtools
https://github.com/void-linux/void-packages/pull/33587

New package: mathlibtools-1.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

https://github.com/void-linux/void-packages/pull/32556#issuecomment-900933468 mentioned mathlibtools not being packaged (currently using pip to install it).

python3-Deprecated and python3-PyGithub templates are adapted from https://github.com/void-linux/void-packages/pull/28865

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 602c354071dc49d3c98d6f66e975d00a8744b7bf Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:01 +0100
Subject: [PATCH 1/4] New package: python3-Deprecated-1.2.13

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

diff --git a/srcpkgs/python3-Deprecated/template b/srcpkgs/python3-Deprecated/template
new file mode 100644
index 000000000000..d187000a015f
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.13
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="$depends python3-pytest"
+short_desc="Decorator to deprecate old python classes"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=771e20e93bb4bc497bd9955829d36074dd7608962846c0b34a92ff68ed7ebad9
+
+post_install() {
+	vlicense LICENSE.rst
+}

From e378acffb1b6e4aca3885ddd501d8a5847fa0294 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:14 +0100
Subject: [PATCH 2/4] New package: python3-PyGithub-1.55

---
 srcpkgs/python3-PyGithub/template | 15 +++++++++++++++
 1 file changed, 15 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..62b778a3787d
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.55
+revision=1
+wrksrc=PyGithub-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Deprecated python3-PyJWT python3-requests"
+short_desc="Python library to access Github API v3"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/PyGithub/PyGithub"
+distfiles="https://github.com/PyGithub/PyGithub/archive/v${version}.tar.gz"
+checksum=c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1
+make_check=no # requires httpretty

From ba1c5b33055b947ae92d0670e97ea11dd0464929 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:21 +0100
Subject: [PATCH 3/4] New package: python3-pydot-1.4.2

---
 srcpkgs/python3-pydot/template | 19 +++++++++++++++++++
 1 file changed, 19 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..e916d0c00edf
--- /dev/null
+++ b/srcpkgs/python3-pydot/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pydot'
+pkgname=python3-pydot
+version=1.4.2
+revision=1
+wrksrc=pydot-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-parsing"
+checkdepends="${depends} python3-chardet graphviz"
+short_desc="Python interface to Graphviz's Dot"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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 c0a9890906c20ef23b89ad30e90dc877ef4b8d39 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:35 +0100
Subject: [PATCH 4/4] New package: mathlibtools-1.1.0

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

diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template
new file mode 100644
index 000000000000..6002be309d9c
--- /dev/null
+++ b/srcpkgs/mathlibtools/template
@@ -0,0 +1,18 @@
+# Template file for 'mathlibtools'
+pkgname=mathlibtools
+version=1.1.0
+revision=1
+wrksrc=mathlib-tools-${version}
+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"
+short_desc="Supporting tool for Lean mathlib"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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=f2481b4545fdad08780248db0fe1c879e3788c000eda014433338228255e76ad

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

* Re: [PR REVIEW] New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
                   ` (4 preceding siblings ...)
  2021-10-17  7:57 ` ram02z
@ 2021-10-17  7:57 ` ram02z
  2021-10-17  8:39 ` [PR PATCH] [Updated] " ram02z
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2021-10-17  7:57 UTC (permalink / raw)
  To: ml

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

New review comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/33587#discussion_r730268926

Comment:
libffi-devel needed for x86_64-musl checks.
python3-devel needed for i686 checks.

Not sure if I should make this a note on the template.

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

* Re: [PR PATCH] [Updated] New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
                   ` (5 preceding siblings ...)
  2021-10-17  7:57 ` [PR REVIEW] " ram02z
@ 2021-10-17  8:39 ` ram02z
  2022-05-27 19:33 ` Eloitor
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2021-10-17  8:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages mathlibtools
https://github.com/void-linux/void-packages/pull/33587

New package: mathlibtools-1.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

https://github.com/void-linux/void-packages/pull/32556#issuecomment-900933468 mentioned mathlibtools not being packaged (currently using pip to install it).

python3-Deprecated and python3-PyGithub templates are adapted from https://github.com/void-linux/void-packages/pull/28865

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 602c354071dc49d3c98d6f66e975d00a8744b7bf Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:01 +0100
Subject: [PATCH 1/5] New package: python3-Deprecated-1.2.13

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

diff --git a/srcpkgs/python3-Deprecated/template b/srcpkgs/python3-Deprecated/template
new file mode 100644
index 000000000000..d187000a015f
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.13
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="$depends python3-pytest"
+short_desc="Decorator to deprecate old python classes"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=771e20e93bb4bc497bd9955829d36074dd7608962846c0b34a92ff68ed7ebad9
+
+post_install() {
+	vlicense LICENSE.rst
+}

From 37c738e47440e94402cb57fca2dc626b1f9fa62c Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sun, 17 Oct 2021 09:36:54 +0100
Subject: [PATCH 2/5] New package: python3-httpretty-1.1.4

---
 srcpkgs/python3-httpretty/template | 20 ++++++++++++++++++++
 1 file changed, 20 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..9c9a476de15b
--- /dev/null
+++ b/srcpkgs/python3-httpretty/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-httpretty'
+pkgname=python3-httpretty
+version=1.1.4
+revision=1
+wrksrc=HTTPretty-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-devel python3-setuptools"
+short_desc="HTTP client mocking tool for Python"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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 fab6703dbf72ef17425bd7893287e5bed2e40132 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:14 +0100
Subject: [PATCH 3/5] New package: python3-PyGithub-1.55

---
 srcpkgs/python3-PyGithub/template | 15 +++++++++++++++
 1 file changed, 15 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..be45a2a72aab
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.55
+revision=1
+wrksrc=PyGithub-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+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="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/PyGithub/PyGithub"
+distfiles="https://github.com/PyGithub/PyGithub/archive/v${version}.tar.gz"
+checksum=c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1

From 337c54017665231babe4bfe6d1fc70f26f4fc55d Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:21 +0100
Subject: [PATCH 4/5] New package: python3-pydot-1.4.2

---
 srcpkgs/python3-pydot/template | 19 +++++++++++++++++++
 1 file changed, 19 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..e916d0c00edf
--- /dev/null
+++ b/srcpkgs/python3-pydot/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pydot'
+pkgname=python3-pydot
+version=1.4.2
+revision=1
+wrksrc=pydot-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-parsing"
+checkdepends="${depends} python3-chardet graphviz"
+short_desc="Python interface to Graphviz's Dot"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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 17422a396d6514877ee924ca3dcc0983d1f38d56 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 16 Oct 2021 13:13:35 +0100
Subject: [PATCH 5/5] New package: mathlibtools-1.1.0

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

diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template
new file mode 100644
index 000000000000..6002be309d9c
--- /dev/null
+++ b/srcpkgs/mathlibtools/template
@@ -0,0 +1,18 @@
+# Template file for 'mathlibtools'
+pkgname=mathlibtools
+version=1.1.0
+revision=1
+wrksrc=mathlib-tools-${version}
+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"
+short_desc="Supporting tool for Lean mathlib"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+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=f2481b4545fdad08780248db0fe1c879e3788c000eda014433338228255e76ad

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

* Re: New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
                   ` (6 preceding siblings ...)
  2021-10-17  8:39 ` [PR PATCH] [Updated] " ram02z
@ 2022-05-27 19:33 ` Eloitor
  2022-05-27 19:55 ` ram02z
  2022-05-27 19:55 ` [PR PATCH] [Closed]: " ram02z
  9 siblings, 0 replies; 11+ messages in thread
From: Eloitor @ 2022-05-27 19:33 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/33587#issuecomment-1139969938

Comment:
@ram02z Could you update the branch and change the version to 1.1.1?

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

* Re: New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
                   ` (7 preceding siblings ...)
  2022-05-27 19:33 ` Eloitor
@ 2022-05-27 19:55 ` ram02z
  2022-05-27 19:55 ` [PR PATCH] [Closed]: " ram02z
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2022-05-27 19:55 UTC (permalink / raw)
  To: ml

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

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/33587#issuecomment-1139985442

Comment:
> @ram02z Could you update the branch and change the version to 1.1.1?

Thanks for reminding me. I no longer use Lean so I will close this PR. Feel free to use the templates.

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

* Re: [PR PATCH] [Closed]: New package: mathlibtools-1.1.0
  2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
                   ` (8 preceding siblings ...)
  2022-05-27 19:55 ` ram02z
@ 2022-05-27 19:55 ` ram02z
  9 siblings, 0 replies; 11+ messages in thread
From: ram02z @ 2022-05-27 19:55 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: mathlibtools-1.1.0
https://github.com/void-linux/void-packages/pull/33587

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

https://github.com/void-linux/void-packages/pull/32556#issuecomment-900933468 mentioned mathlibtools not being packaged (currently using pip to install it).

python3-Deprecated and python3-PyGithub templates are adapted from https://github.com/void-linux/void-packages/pull/28865

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2022-05-27 19:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 12:51 [PR PATCH] New package: mathlibtools-1.1.0 ram02z
2021-10-16 13:00 ` [PR PATCH] [Updated] " ram02z
2021-10-16 13:07 ` ram02z
2021-10-16 14:15 ` [PR REVIEW] " ram02z
2021-10-17  7:47 ` [PR PATCH] [Updated] " ram02z
2021-10-17  7:57 ` ram02z
2021-10-17  7:57 ` [PR REVIEW] " ram02z
2021-10-17  8:39 ` [PR PATCH] [Updated] " ram02z
2022-05-27 19:33 ` Eloitor
2022-05-27 19:55 ` ram02z
2022-05-27 19:55 ` [PR PATCH] [Closed]: " ram02z

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