Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-pixcat-0.1.4
@ 2023-09-01 11:50 ananteris
  2023-09-01 11:54 ` [PR PATCH] [Updated] " ananteris
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ananteris @ 2023-09-01 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-pixcat
https://github.com/void-linux/void-packages/pull/45864

New package: python3-pixcat-0.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### 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/45864.patch is attached

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

From 97ef99b948624ec4c93247e95d16b5cbe05bc6e0 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Fri, 1 Sep 2023 13:43:19 +0200
Subject: [PATCH] New package: python3-pixcat-0.1.4

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

diff --git a/srcpkgs/python3-pixcat/template b/srcpkgs/python3-pixcat/template
new file mode 100644
index 0000000000000..3b64c267c8e3d
--- /dev/null
+++ b/srcpkgs/python3-pixcat/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pixcat'
+pkgname=python3-pixcat
+_pixcat_commit="69e35c0cbe639bee16baf31c0b7954dbf45621a1"
+version=0.1.5
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel python3-blessed python3-Pillow python3-ansiwrap"
+depends="python3-blessed python3-ansiwrap python3-docopt"
+short_desc="CLI and Python 3.6+ API to display images on a kitty terminal with optional resizing."
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mirukana/pixcat"
+distfiles="https://github.com/mirukana/pixcat/archive/${_pixcat_commit}.tar.gz"
+checksum=fbd50183dfa1a3c1c5c36b9a31454b5c0bed7c5730f8feb5735f42103d6e0d25

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

* Re: [PR PATCH] [Updated] New package: python3-pixcat-0.1.4
  2023-09-01 11:50 [PR PATCH] New package: python3-pixcat-0.1.4 ananteris
@ 2023-09-01 11:54 ` ananteris
  2023-09-01 12:00 ` ananteris
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ananteris @ 2023-09-01 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-pixcat
https://github.com/void-linux/void-packages/pull/45864

New package: python3-pixcat-0.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### 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/45864.patch is attached

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

From d289ec4cc21a4c1285a2df43c498604abf946bd3 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Fri, 1 Sep 2023 13:51:54 +0200
Subject: [PATCH] New package: python3-pixcat-0.1.4

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

diff --git a/srcpkgs/python3-pixcat/template b/srcpkgs/python3-pixcat/template
new file mode 100644
index 0000000000000..44584e38359b9
--- /dev/null
+++ b/srcpkgs/python3-pixcat/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pixcat'
+pkgname=python3-pixcat
+_pixcat_commit="69e35c0cbe639bee16baf31c0b7954dbf45621a1"
+version=0.1.4
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel python3-blessed python3-Pillow python3-ansiwrap"
+depends="python3-blessed python3-ansiwrap python3-docopt"
+short_desc="API to display images on a kitty terminal with optional resizing."
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mirukana/pixcat"
+distfiles="https://github.com/mirukana/pixcat/archive/${_pixcat_commit}.tar.gz"
+checksum=fbd50183dfa1a3c1c5c36b9a31454b5c0bed7c5730f8feb5735f42103d6e0d25

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

* Re: [PR PATCH] [Updated] New package: python3-pixcat-0.1.4
  2023-09-01 11:50 [PR PATCH] New package: python3-pixcat-0.1.4 ananteris
  2023-09-01 11:54 ` [PR PATCH] [Updated] " ananteris
@ 2023-09-01 12:00 ` ananteris
  2023-09-01 12:02 ` ananteris
  2023-09-01 12:02 ` [PR PATCH] [Closed]: " ananteris
  3 siblings, 0 replies; 5+ messages in thread
From: ananteris @ 2023-09-01 12:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-pixcat
https://github.com/void-linux/void-packages/pull/45864

New package: python3-pixcat-0.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### 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/45864.patch is attached

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

From 1671319ff8de439ea71f641604e28e67a329e309 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Fri, 1 Sep 2023 13:58:31 +0200
Subject: [PATCH] New package: python3-pixcat-0.1.4

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

diff --git a/srcpkgs/python3-pixcat/template b/srcpkgs/python3-pixcat/template
new file mode 100644
index 0000000000000..e78b931a62d97
--- /dev/null
+++ b/srcpkgs/python3-pixcat/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pixcat'
+pkgname=python3-pixcat
+_pixcat_commit="69e35c0cbe639bee16baf31c0b7954dbf45621a1"
+version=0.1.4
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel python3-blessed python3-Pillow python3-ansiwrap"
+depends="python3-blessed python3-ansiwrap python3-docopt"
+short_desc="display images on a kitty terminal with optional resizing"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mirukana/pixcat"
+distfiles="https://github.com/mirukana/pixcat/archive/${_pixcat_commit}.tar.gz"
+checksum=fbd50183dfa1a3c1c5c36b9a31454b5c0bed7c5730f8feb5735f42103d6e0d25

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

* Re: [PR PATCH] [Closed]: New package: python3-pixcat-0.1.4
  2023-09-01 11:50 [PR PATCH] New package: python3-pixcat-0.1.4 ananteris
                   ` (2 preceding siblings ...)
  2023-09-01 12:02 ` ananteris
@ 2023-09-01 12:02 ` ananteris
  3 siblings, 0 replies; 5+ messages in thread
From: ananteris @ 2023-09-01 12:02 UTC (permalink / raw)
  To: ml

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

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

New package: python3-pixcat-0.1.4
https://github.com/void-linux/void-packages/pull/45864

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

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

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



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

* Re: [PR PATCH] [Updated] New package: python3-pixcat-0.1.4
  2023-09-01 11:50 [PR PATCH] New package: python3-pixcat-0.1.4 ananteris
  2023-09-01 11:54 ` [PR PATCH] [Updated] " ananteris
  2023-09-01 12:00 ` ananteris
@ 2023-09-01 12:02 ` ananteris
  2023-09-01 12:02 ` [PR PATCH] [Closed]: " ananteris
  3 siblings, 0 replies; 5+ messages in thread
From: ananteris @ 2023-09-01 12:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-pixcat
https://github.com/void-linux/void-packages/pull/45864

New package: python3-pixcat-0.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### 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/45864.patch is attached

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



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

end of thread, other threads:[~2023-09-01 12:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01 11:50 [PR PATCH] New package: python3-pixcat-0.1.4 ananteris
2023-09-01 11:54 ` [PR PATCH] [Updated] " ananteris
2023-09-01 12:00 ` ananteris
2023-09-01 12:02 ` ananteris
2023-09-01 12:02 ` [PR PATCH] [Closed]: " ananteris

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