Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-pnglatex-1.1
@ 2022-07-18 15:47 Eloitor
  2022-07-18 15:52 ` [PR PATCH] [Updated] " Eloitor
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Eloitor @ 2022-07-18 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python3-pnglatex
https://github.com/void-linux/void-packages/pull/38132

New package: python3-pnglatex-1.1
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, x86_64


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

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

From e12612a83279eb36d0e443793661ef7813a531ef Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 18 Jul 2022 17:51:34 +0200
Subject: [PATCH] New package: python3-pnglatex-1.1

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

diff --git a/srcpkgs/python3-pnglatex/template b/srcpkgs/python3-pnglatex/template
new file mode 100644
index 000000000000..58fa5b26bb53
--- /dev/null
+++ b/srcpkgs/python3-pnglatex/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pnglatex'
+pkgname=python3-pnglatex
+version=1.1
+revision=1
+wrksrc="pnglatex-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="netpbm poppler-utils"
+short_desc="A small program that converts latex snippets to png"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://pypi.org/project/pnglatex/"
+distfiles="https://files.pythonhosted.org/packages/a1/09/66e828e1d0767a7ba8f3fa157d0be5595ef300967755d61b735dd846bc0a/pnglatex-1.1.tar.gz"
+checksum=0995060d4926b6d3b40731586c615234c3e45b3142fc15b836601e3b0cf863d3

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

* Re: [PR PATCH] [Updated] New package: python3-pnglatex-1.1
  2022-07-18 15:47 [PR PATCH] New package: python3-pnglatex-1.1 Eloitor
@ 2022-07-18 15:52 ` Eloitor
  2022-07-18 16:07 ` [PR REVIEW] " ishaanbhimwal
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Eloitor @ 2022-07-18 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python3-pnglatex
https://github.com/void-linux/void-packages/pull/38132

New package: python3-pnglatex-1.1
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, x86_64


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

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

From 0fae923d1d1762eff88e7702d19d0b1d78eaaf32 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 18 Jul 2022 17:51:34 +0200
Subject: [PATCH] New package: python3-pnglatex-1.1

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

diff --git a/srcpkgs/python3-pnglatex/template b/srcpkgs/python3-pnglatex/template
new file mode 100644
index 000000000000..f68873a2fd42
--- /dev/null
+++ b/srcpkgs/python3-pnglatex/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pnglatex'
+pkgname=python3-pnglatex
+version=1.1
+revision=1
+wrksrc="pnglatex-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="netpbm poppler-utils"
+short_desc="Small program that converts latex snippets to png"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://pypi.org/project/pnglatex/"
+distfiles="${PYPI_SITE}/p/pnglatex/pnglatex-1.1.tar.gz"
+checksum=0995060d4926b6d3b40731586c615234c3e45b3142fc15b836601e3b0cf863d3

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

* Re: [PR REVIEW] New package: python3-pnglatex-1.1
  2022-07-18 15:47 [PR PATCH] New package: python3-pnglatex-1.1 Eloitor
  2022-07-18 15:52 ` [PR PATCH] [Updated] " Eloitor
@ 2022-07-18 16:07 ` ishaanbhimwal
  2022-07-18 16:20 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ishaanbhimwal @ 2022-07-18 16:07 UTC (permalink / raw)
  To: ml

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

New review comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/38132#discussion_r923551169

Comment:
```suggestion
distfiles="${PYPI_SITE}/p/pnglatex/pnglatex-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] New package: python3-pnglatex-1.1
  2022-07-18 15:47 [PR PATCH] New package: python3-pnglatex-1.1 Eloitor
  2022-07-18 15:52 ` [PR PATCH] [Updated] " Eloitor
  2022-07-18 16:07 ` [PR REVIEW] " ishaanbhimwal
@ 2022-07-18 16:20 ` Eloitor
  2022-08-15 11:14 ` Eloitor
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Eloitor @ 2022-07-18 16:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python3-pnglatex
https://github.com/void-linux/void-packages/pull/38132

New package: python3-pnglatex-1.1
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, x86_64


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

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

From f9279261391a9780839893a234a6e92ff99b49f1 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 18 Jul 2022 17:51:34 +0200
Subject: [PATCH] New package: python3-pnglatex-1.1

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

diff --git a/srcpkgs/python3-pnglatex/template b/srcpkgs/python3-pnglatex/template
new file mode 100644
index 000000000000..21a3b769420d
--- /dev/null
+++ b/srcpkgs/python3-pnglatex/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pnglatex'
+pkgname=python3-pnglatex
+version=1.1
+revision=1
+wrksrc="pnglatex-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="netpbm poppler-utils"
+short_desc="Small program that converts latex snippets to png"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://pypi.org/project/pnglatex/"
+distfiles="${PYPI_SITE}/p/pnglatex/pnglatex-${version}.tar.gz"
+checksum=0995060d4926b6d3b40731586c615234c3e45b3142fc15b836601e3b0cf863d3

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

* Re: [PR PATCH] [Updated] New package: python3-pnglatex-1.1
  2022-07-18 15:47 [PR PATCH] New package: python3-pnglatex-1.1 Eloitor
                   ` (2 preceding siblings ...)
  2022-07-18 16:20 ` [PR PATCH] [Updated] " Eloitor
@ 2022-08-15 11:14 ` Eloitor
  2022-11-14  3:53 ` github-actions
  2022-11-29  2:03 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: Eloitor @ 2022-08-15 11:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages python3-pnglatex
https://github.com/void-linux/void-packages/pull/38132

New package: python3-pnglatex-1.1
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, x86_64


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

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

From e6a87798f8cdaa2796579d77146c75150387fb75 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 18 Jul 2022 17:51:34 +0200
Subject: [PATCH] New package: python3-pnglatex-1.1

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

diff --git a/srcpkgs/python3-pnglatex/template b/srcpkgs/python3-pnglatex/template
new file mode 100644
index 000000000000..b83c7ef2b0a8
--- /dev/null
+++ b/srcpkgs/python3-pnglatex/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pnglatex'
+pkgname=python3-pnglatex
+version=1.1
+revision=1
+wrksrc="pnglatex-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="netpbm poppler-utils"
+short_desc="Small program that converts latex snippets to png"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://pypi.org/project/pnglatex/"
+distfiles="${PYPI_SITE}/p/pnglatex/pnglatex-${version}.tar.gz"
+checksum=0995060d4926b6d3b40731586c615234c3e45b3142fc15b836601e3b0cf863d3
+make_check=no # no tests available

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

* Re: New package: python3-pnglatex-1.1
  2022-07-18 15:47 [PR PATCH] New package: python3-pnglatex-1.1 Eloitor
                   ` (3 preceding siblings ...)
  2022-08-15 11:14 ` Eloitor
@ 2022-11-14  3:53 ` github-actions
  2022-11-29  2:03 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-11-14  3:53 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/38132#issuecomment-1313057938

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] 7+ messages in thread

* Re: [PR PATCH] [Closed]: New package: python3-pnglatex-1.1
  2022-07-18 15:47 [PR PATCH] New package: python3-pnglatex-1.1 Eloitor
                   ` (4 preceding siblings ...)
  2022-11-14  3:53 ` github-actions
@ 2022-11-29  2:03 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-11-29  2:03 UTC (permalink / raw)
  To: ml

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

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

New package: python3-pnglatex-1.1
https://github.com/void-linux/void-packages/pull/38132

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, x86_64


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

end of thread, other threads:[~2022-11-29  2:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 15:47 [PR PATCH] New package: python3-pnglatex-1.1 Eloitor
2022-07-18 15:52 ` [PR PATCH] [Updated] " Eloitor
2022-07-18 16:07 ` [PR REVIEW] " ishaanbhimwal
2022-07-18 16:20 ` [PR PATCH] [Updated] " Eloitor
2022-08-15 11:14 ` Eloitor
2022-11-14  3:53 ` github-actions
2022-11-29  2:03 ` [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).