Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nvchecker-2.2
@ 2021-03-17 22:13 FollieHiyuki
  2021-03-18  0:14 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-03-17 22:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages nvchecker
https://github.com/void-linux/void-packages/pull/29550

New package: nvchecker-2.2
<!-- 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?
- [ ] 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

<!--
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/29550.patch is attached

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

From a37bd8345740b9f7453ce7d93490331acab8c115 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Mar 2021 00:31:05 +0300
Subject: [PATCH 1/2] New package: python3-structlog-21.1.0

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

diff --git a/srcpkgs/python3-structlog/template b/srcpkgs/python3-structlog/template
new file mode 100644
index 000000000000..70ce78b094c1
--- /dev/null
+++ b/srcpkgs/python3-structlog/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-structlog'
+pkgname=python3-structlog
+version=21.1.0
+revision=1
+wrksrc=structlog-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest python3-pretend python3-pytest-asyncio
+ python3-simplejson python3-freezegun python3-Twisted"
+short_desc="Structured logging for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT, Apache-2.0"
+homepage="https://www.structlog.org/"
+distfiles="https://github.com/hynek/structlog/archive/${version}.tar.gz"
+checksum=dd70dfe65c2c1b0bcbb25ad21434672b48b9c1debc6714ff9c4457640127143e
+
+do_check() {
+	PYTHONPATH="$PWD"/src pytest
+}
+
+post_install() {
+	vlicense LICENSE.mit
+}

From e3404a3290a8e3951aafb26a3047e919ecbaa7a7 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Mar 2021 00:31:46 +0300
Subject: [PATCH 2/2] New package: nvchecker-2.2

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

diff --git a/srcpkgs/nvchecker/template b/srcpkgs/nvchecker/template
new file mode 100644
index 000000000000..72fce7a55e99
--- /dev/null
+++ b/srcpkgs/nvchecker/template
@@ -0,0 +1,20 @@
+# Template file for 'nvchecker'
+pkgname=nvchecker
+version=2.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-curl python3-tornado python3-structlog python3-toml
+ python3-appdirs"
+short_desc="New version checker for software releases"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/lilydjwg/nvchecker"
+distfiles="https://github.com/lilydjwg/nvchecker/archive/v${version}.tar.gz"
+checksum=307d135186a1e1a65dca6fc22231953343cd7076519b35610d90ba0871a9c389
+# Test depends on python3-httpbin
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: nvchecker-2.2
  2021-03-17 22:13 [PR PATCH] New package: nvchecker-2.2 FollieHiyuki
@ 2021-03-18  0:14 ` ericonr
  2021-03-18  2:25 ` FollieHiyuki
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-18  0:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29550#issuecomment-801522790

Comment:
Hm, I had read some Arch (?) folk used this. I'm not against inclusion here.

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

* Re: New package: nvchecker-2.2
  2021-03-17 22:13 [PR PATCH] New package: nvchecker-2.2 FollieHiyuki
  2021-03-18  0:14 ` ericonr
@ 2021-03-18  2:25 ` FollieHiyuki
  2021-04-21 20:19 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-03-18  2:25 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29550#issuecomment-801567671

Comment:
> Hm, I had read some Arch (?) folk used this. I'm not against inclusion here.

In fact, I heard about this package recently from some Arch folks. I packaged it just because it's cool :)
It supports a few different sources as well, not only `pacman`

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

* Re: [PR PATCH] [Updated] New package: nvchecker-2.2
  2021-03-17 22:13 [PR PATCH] New package: nvchecker-2.2 FollieHiyuki
  2021-03-18  0:14 ` ericonr
  2021-03-18  2:25 ` FollieHiyuki
@ 2021-04-21 20:19 ` FollieHiyuki
  2022-05-09  2:13 ` github-actions
  2022-05-24  2:12 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-04-21 20:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages nvchecker
https://github.com/void-linux/void-packages/pull/29550

New package: nvchecker-2.2
<!-- 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?
- [ ] 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

<!--
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/29550.patch is attached

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

From 79c836a0a26ff1b0d9a00f1323e3dc02e7beb8e4 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Mar 2021 00:31:05 +0300
Subject: [PATCH 1/2] New package: python3-structlog-21.1.0

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

diff --git a/srcpkgs/python3-structlog/template b/srcpkgs/python3-structlog/template
new file mode 100644
index 000000000000..70ce78b094c1
--- /dev/null
+++ b/srcpkgs/python3-structlog/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-structlog'
+pkgname=python3-structlog
+version=21.1.0
+revision=1
+wrksrc=structlog-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest python3-pretend python3-pytest-asyncio
+ python3-simplejson python3-freezegun python3-Twisted"
+short_desc="Structured logging for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT, Apache-2.0"
+homepage="https://www.structlog.org/"
+distfiles="https://github.com/hynek/structlog/archive/${version}.tar.gz"
+checksum=dd70dfe65c2c1b0bcbb25ad21434672b48b9c1debc6714ff9c4457640127143e
+
+do_check() {
+	PYTHONPATH="$PWD"/src pytest
+}
+
+post_install() {
+	vlicense LICENSE.mit
+}

From 9b9448d5384278467be0ac6b1c1b1520dc5d95b0 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Mar 2021 00:31:46 +0300
Subject: [PATCH 2/2] New package: nvchecker-2.3

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

diff --git a/srcpkgs/nvchecker/template b/srcpkgs/nvchecker/template
new file mode 100644
index 000000000000..1901b6a5f06b
--- /dev/null
+++ b/srcpkgs/nvchecker/template
@@ -0,0 +1,20 @@
+# Template file for 'nvchecker'
+pkgname=nvchecker
+version=2.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-curl python3-tornado python3-structlog python3-toml
+ python3-appdirs"
+short_desc="New version checker for software releases"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/lilydjwg/nvchecker"
+distfiles="https://github.com/lilydjwg/nvchecker/archive/v${version}.tar.gz"
+checksum=fa52a5b324cfbb848b6d517d77f875dbe262d2c0ff7227aa947abab2420fcfa8
+# Test depends on python3-httpbin
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: nvchecker-2.2
  2021-03-17 22:13 [PR PATCH] New package: nvchecker-2.2 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-04-21 20:19 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2022-05-09  2:13 ` github-actions
  2022-05-24  2:12 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-09  2:13 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/29550#issuecomment-1120562455

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

* Re: [PR PATCH] [Closed]: New package: nvchecker-2.2
  2021-03-17 22:13 [PR PATCH] New package: nvchecker-2.2 FollieHiyuki
                   ` (3 preceding siblings ...)
  2022-05-09  2:13 ` github-actions
@ 2022-05-24  2:12 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-24  2:12 UTC (permalink / raw)
  To: ml

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

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

New package: nvchecker-2.2
https://github.com/void-linux/void-packages/pull/29550

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?
- [ ] 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

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

end of thread, other threads:[~2022-05-24  2:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 22:13 [PR PATCH] New package: nvchecker-2.2 FollieHiyuki
2021-03-18  0:14 ` ericonr
2021-03-18  2:25 ` FollieHiyuki
2021-04-21 20:19 ` [PR PATCH] [Updated] " FollieHiyuki
2022-05-09  2:13 ` github-actions
2022-05-24  2:12 ` [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).