Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-md2gemini-1.6.0
@ 2020-09-10  5:06 flexibeast
  2020-09-11 18:14 ` sgn
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: flexibeast @ 2020-09-10  5:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/flexibeast/void-packages add-python3-md2gemini
https://github.com/void-linux/void-packages/pull/24799

New package: python3-md2gemini-1.6.0
Depends on #24798; using the template in that PR results in `./xbps-src pkg python3-md2gemini` completing successfully.

Distfile is fetched from GH, as i couldn't work out how to get the appropriate PyPi link ('appropriate' in the sense of "having the same URL format as in .e.g the `python3-ultrajson` template").

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

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

From b8f5e5108795040eed7b0a4be12f1c29f03c3e27 Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH] New package: python3-md2gemini-1.6.0

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

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..cb0fc757f77
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.6.0
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-mistune"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="https://github.com/makeworld-the-better-one/md2gemini/archive/v${version}.tar.gz"
+checksum=cfb881cf768554898d6b0a4f1dae9e82022db7e9381ab9064718f3389d74c78d

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

* Re: New package: python3-md2gemini-1.6.0
  2020-09-10  5:06 [PR PATCH] New package: python3-md2gemini-1.6.0 flexibeast
@ 2020-09-11 18:14 ` sgn
  2020-09-13  2:31 ` [PR PATCH] [Updated] " flexibeast
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-09-11 18:14 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24799#issuecomment-691241384

Comment:
On 2020-09-09 22:06:41-0700, Alexis <notifications@github.com> wrote:
> Depends on #24798; using the template in that PR results in `./xbps-src pkg python3-md2gemini` completing successfully.
> 
> Distfile is fetched from GH, as i couldn&#39;t work out how to get
> the appropriate PyPi link (&#39;appropriate&#39; in the sense of
> &quot;having the same URL format as in .e.g the `python3-ultrajson`
> template&quot;).

PYPI link are generated by:
<first character of pypi project>/<pypi project>/<pypi project>-<version>.tar.gz

In this case, it's /m/md2gemini/md2gemini-$version.tar.gz


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

* Re: [PR PATCH] [Updated] New package: python3-md2gemini-1.6.0
  2020-09-10  5:06 [PR PATCH] New package: python3-md2gemini-1.6.0 flexibeast
  2020-09-11 18:14 ` sgn
@ 2020-09-13  2:31 ` flexibeast
  2020-09-13  2:31 ` flexibeast
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: flexibeast @ 2020-09-13  2:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/flexibeast/void-packages add-python3-md2gemini
https://github.com/void-linux/void-packages/pull/24799

New package: python3-md2gemini-1.6.0
Depends on #24798; using the template in that PR results in `./xbps-src pkg python3-md2gemini` completing successfully.

Distfile is fetched from GH, as i couldn't work out how to get the appropriate PyPi link ('appropriate' in the sense of "having the same URL format as in .e.g the `python3-ultrajson` template").

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

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

From daefe47a5b0243152a105f8aac037cfe9fccf416 Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH] New package: python3-md2gemini-1.6.0

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

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..d622b4b7a12
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.6.0
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-mistune"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=7fa80b2aac5524c6513a261cb785f97003f31e4e1f3e76604fe4a18c675dfcff

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

* Re: New package: python3-md2gemini-1.6.0
  2020-09-10  5:06 [PR PATCH] New package: python3-md2gemini-1.6.0 flexibeast
  2020-09-11 18:14 ` sgn
  2020-09-13  2:31 ` [PR PATCH] [Updated] " flexibeast
@ 2020-09-13  2:31 ` flexibeast
  2020-09-22 18:07 ` ericonr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: flexibeast @ 2020-09-13  2:31 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/24799#issuecomment-691595806

Comment:
@sgn: Thanks, PR updated.

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

* Re: New package: python3-md2gemini-1.6.0
  2020-09-10  5:06 [PR PATCH] New package: python3-md2gemini-1.6.0 flexibeast
                   ` (2 preceding siblings ...)
  2020-09-13  2:31 ` flexibeast
@ 2020-09-22 18:07 ` ericonr
  2020-09-23 11:19 ` flexibeast
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-09-22 18:07 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24799#issuecomment-696889113

Comment:
@flexibeast what do you think about this:https://github.com/void-linux/void-packages/compare/master...ericonr:gemini ?

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

* Re: New package: python3-md2gemini-1.6.0
  2020-09-10  5:06 [PR PATCH] New package: python3-md2gemini-1.6.0 flexibeast
                   ` (3 preceding siblings ...)
  2020-09-22 18:07 ` ericonr
@ 2020-09-23 11:19 ` flexibeast
  2021-02-15  5:00 ` ericonr
  2021-02-15  5:00 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: flexibeast @ 2020-09-23 11:19 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/24799#issuecomment-697299311

Comment:
@ericonr: If you could take over these PRs, that would be much appreciated. Thanks.

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

* Re: New package: python3-md2gemini-1.6.0
  2020-09-10  5:06 [PR PATCH] New package: python3-md2gemini-1.6.0 flexibeast
                   ` (4 preceding siblings ...)
  2020-09-23 11:19 ` flexibeast
@ 2021-02-15  5:00 ` ericonr
  2021-02-15  5:00 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-15  5:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24799#issuecomment-778938924

Comment:
See https://github.com/void-linux/void-packages/pull/25050#issuecomment-778938790

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

* Re: [PR PATCH] [Closed]: New package: python3-md2gemini-1.6.0
  2020-09-10  5:06 [PR PATCH] New package: python3-md2gemini-1.6.0 flexibeast
                   ` (5 preceding siblings ...)
  2021-02-15  5:00 ` ericonr
@ 2021-02-15  5:00 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-15  5:00 UTC (permalink / raw)
  To: ml

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

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

New package: python3-md2gemini-1.6.0
https://github.com/void-linux/void-packages/pull/24799

Description:
Depends on #24798; using the template in that PR results in `./xbps-src pkg python3-md2gemini` completing successfully.

Distfile is fetched from GH, as i couldn't work out how to get the appropriate PyPi link ('appropriate' in the sense of "having the same URL format as in .e.g the `python3-ultrajson` template").

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

end of thread, other threads:[~2021-02-15  5:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  5:06 [PR PATCH] New package: python3-md2gemini-1.6.0 flexibeast
2020-09-11 18:14 ` sgn
2020-09-13  2:31 ` [PR PATCH] [Updated] " flexibeast
2020-09-13  2:31 ` flexibeast
2020-09-22 18:07 ` ericonr
2020-09-23 11:19 ` flexibeast
2021-02-15  5:00 ` ericonr
2021-02-15  5:00 ` [PR PATCH] [Closed]: " ericonr

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