Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [Nomerge] New package: howdoi-2.0.12
@ 2021-02-19  0:27 FollieHiyuki
  2021-02-19 19:02 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-19  0:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

[Nomerge] New package: howdoi-2.0.12
<!-- 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

<!--
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
-->

Closes #28820.
Blocker: #28838 

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

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

From 9fec18fb059ef4c2ff2ebb32231cb6d689506c32 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 00000000000..5ac3c43d319
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From 917847cbf6de427469873e011a0fa074be4ea792 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 00000000000..c7091e422e1
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 77a597408dbc599094dae8f475db6193ceeea2e3 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.11

---
 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 00000000000..7d932c5afd4
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.11
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="python3-pytest python3-wrapt"
+short_desc="Decorator to deprecate old python classes"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=0a43e7c19492217e5b32497c5a2327ebc9c2fc16ae45c2dbafa9fc0685a8bdf4
+
+post_install() {
+	vlicense LICENSE.rst
+}

From 0dc3cd669f5d9b003d2dedd8eb5ba122ce6fbdfc Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.54.1

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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 00000000000..85771c3d43f
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.54.1
+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="FollieHiyuki <folliekazetani@protonmail.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=40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+# Test needs python3-httppretty
+make_check=extended

From eaa45d4c1df50d740a94077ab2d977b0a851b4f4 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 00000000000..2966e670563
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=c8b39c5880b1e05f689178f17fe25c462c120f8f07c8f068e6a38635dfa836dd
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From 00970ef7921e56384e3331883645e9d1592f05cc Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.12

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

diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 00000000000..9ece7647db0
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,21 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib"
+checkdepends="python3-pytest python3-cachelib python3-pyquery python3-cssselect
+ python3-lxml python3-appdirs python3-requests keep python3-Pygments"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=adf7dbf3ea99e8e14c920292ac3df8b74ce28886a4003988f92d2051368e842c
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] [Nomerge] New package: howdoi-2.0.12
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
@ 2021-02-19 19:02 ` FollieHiyuki
  2021-02-21 13:21 ` FollieHiyuki
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-19 19:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

[Nomerge] New package: howdoi-2.0.12
<!-- 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

<!--
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
-->

Closes #28820.
Blocker: #28838 

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

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

From 9fec18fb059ef4c2ff2ebb32231cb6d689506c32 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 00000000000..5ac3c43d319
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From 917847cbf6de427469873e011a0fa074be4ea792 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 00000000000..c7091e422e1
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 77a597408dbc599094dae8f475db6193ceeea2e3 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.11

---
 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 00000000000..7d932c5afd4
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.11
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="python3-pytest python3-wrapt"
+short_desc="Decorator to deprecate old python classes"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=0a43e7c19492217e5b32497c5a2327ebc9c2fc16ae45c2dbafa9fc0685a8bdf4
+
+post_install() {
+	vlicense LICENSE.rst
+}

From 0dc3cd669f5d9b003d2dedd8eb5ba122ce6fbdfc Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.54.1

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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 00000000000..85771c3d43f
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.54.1
+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="FollieHiyuki <folliekazetani@protonmail.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=40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+# Test needs python3-httppretty
+make_check=extended

From 59f5144bdaf52f1abca054fde567082107d483db Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10.1

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 00000000000..a998aef0d86
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=76a4b52c0b68303615d83f1624f0288dd01dd1c4abc46a842dce1cbc7e3ddefb
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From 9fb8df2baf4e9c3c85926e1201ca963532a9eda9 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.12

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

diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 00000000000..9ece7647db0
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,21 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib"
+checkdepends="python3-pytest python3-cachelib python3-pyquery python3-cssselect
+ python3-lxml python3-appdirs python3-requests keep python3-Pygments"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=adf7dbf3ea99e8e14c920292ac3df8b74ce28886a4003988f92d2051368e842c
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] [Nomerge] New package: howdoi-2.0.12
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
  2021-02-19 19:02 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-02-21 13:21 ` FollieHiyuki
  2021-03-05 18:42 ` FollieHiyuki
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-21 13:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

[Nomerge] New package: howdoi-2.0.12
<!-- 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

<!--
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
-->

Closes #28820
Blockers: ~~#28838~~, gleitz/howdoi#333

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

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

From ac4f7b4e550c6ffcf71cb4a697aa001aac42e09e Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 00000000000..5ac3c43d319
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From 8377507fc87a31fd6152423102fb96d04587c75e Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 00000000000..c7091e422e1
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From babaf6b8977b9535792b246e5722b502fc475f70 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.11

---
 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 00000000000..949b6785893
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.11
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="python3-pytest ${depends}"
+short_desc="Decorator to deprecate old python classes"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=0a43e7c19492217e5b32497c5a2327ebc9c2fc16ae45c2dbafa9fc0685a8bdf4
+
+post_install() {
+	vlicense LICENSE.rst
+}

From f6a95e2cfc2eb9fe1f07b95ffe5c391165ca7dc8 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.54.1

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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 00000000000..85771c3d43f
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.54.1
+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="FollieHiyuki <folliekazetani@protonmail.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=40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+# Test needs python3-httppretty
+make_check=extended

From cfb072ccc802068933f233863cd6534c254b68c0 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10.1

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 00000000000..a998aef0d86
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=76a4b52c0b68303615d83f1624f0288dd01dd1c4abc46a842dce1cbc7e3ddefb
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From 98da0fc628fd1a7588e4d08f7f9c8232a297ebb7 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.12

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

diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 00000000000..6a2074c2547
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,20 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib"
+checkdepends="python3-pytest ${depends}"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=adf7dbf3ea99e8e14c920292ac3df8b74ce28886a4003988f92d2051368e842c
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] [Nomerge] New package: howdoi-2.0.12
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
  2021-02-19 19:02 ` [PR PATCH] [Updated] " FollieHiyuki
  2021-02-21 13:21 ` FollieHiyuki
@ 2021-03-05 18:42 ` FollieHiyuki
  2021-03-05 18:45 ` [PR PATCH] [Updated] New package: howdoi-2.0.14 FollieHiyuki
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-03-05 18:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

[Nomerge] New package: howdoi-2.0.12
<!-- 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

<!--
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
-->

Closes #28820
Blockers: ~~#28838~~, gleitz/howdoi#333

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

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

From a3d8a3ce187c878d052acadcbf4d867770fc4940 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 00000000000..5ac3c43d319
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From e7950380956d98ffce0fd65bc13df298f578a1a6 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 00000000000..c7091e422e1
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From b0da6939b6532520a1f60cff14b5ea50c965a640 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.11

---
 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 00000000000..949b6785893
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.11
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="python3-pytest ${depends}"
+short_desc="Decorator to deprecate old python classes"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=0a43e7c19492217e5b32497c5a2327ebc9c2fc16ae45c2dbafa9fc0685a8bdf4
+
+post_install() {
+	vlicense LICENSE.rst
+}

From bcc6939cf192e6dc518538de7320a253a42cbc85 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.54.1

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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 00000000000..85771c3d43f
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.54.1
+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="FollieHiyuki <folliekazetani@protonmail.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=40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+# Test needs python3-httppretty
+make_check=extended

From 445a67d581e9cfa67902a798bd6c4656342c687d Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10.1

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 00000000000..a998aef0d86
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=76a4b52c0b68303615d83f1624f0288dd01dd1c4abc46a842dce1cbc7e3ddefb
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From b35fa597bfd6a663adcea3cd7ff31a97cb9ed225 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.12

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

diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 00000000000..bab3e4a2f22
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,20 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.14
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib python3-pathlib2"
+checkdepends="$depends python3-pytest"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=d5bfa237de4759e890048fc77fcad340a822e24d0ec6175329783d395f61a5fb
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: howdoi-2.0.14
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-03-05 18:42 ` FollieHiyuki
@ 2021-03-05 18:45 ` FollieHiyuki
  2021-03-08  9:28 ` FollieHiyuki
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-03-05 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

New package: howdoi-2.0.14
<!-- 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

<!--
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
-->

Closes #28820
Blockers: ~~#28838~~, ~~gleitz/howdoi#333~~

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

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

From a3d8a3ce187c878d052acadcbf4d867770fc4940 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 00000000000..5ac3c43d319
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From e7950380956d98ffce0fd65bc13df298f578a1a6 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 00000000000..c7091e422e1
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From b0da6939b6532520a1f60cff14b5ea50c965a640 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.11

---
 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 00000000000..949b6785893
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.11
+revision=1
+wrksrc=deprecated-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wrapt"
+checkdepends="python3-pytest ${depends}"
+short_desc="Decorator to deprecate old python classes"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=0a43e7c19492217e5b32497c5a2327ebc9c2fc16ae45c2dbafa9fc0685a8bdf4
+
+post_install() {
+	vlicense LICENSE.rst
+}

From bcc6939cf192e6dc518538de7320a253a42cbc85 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.54.1

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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 00000000000..85771c3d43f
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.54.1
+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="FollieHiyuki <folliekazetani@protonmail.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=40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+# Test needs python3-httppretty
+make_check=extended

From 445a67d581e9cfa67902a798bd6c4656342c687d Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10.1

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 00000000000..a998aef0d86
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=76a4b52c0b68303615d83f1624f0288dd01dd1c4abc46a842dce1cbc7e3ddefb
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From b34e6d2e8dc6faa1a05efc5d06e9cde562bcf5a6 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.14

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

diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 00000000000..bab3e4a2f22
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,20 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.14
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib python3-pathlib2"
+checkdepends="$depends python3-pytest"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=d5bfa237de4759e890048fc77fcad340a822e24d0ec6175329783d395f61a5fb
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: howdoi-2.0.14
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-03-05 18:45 ` [PR PATCH] [Updated] New package: howdoi-2.0.14 FollieHiyuki
@ 2021-03-08  9:28 ` FollieHiyuki
  2021-03-08 18:01 ` FollieHiyuki
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-03-08  9:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

New package: howdoi-2.0.14
<!-- 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

<!--
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
-->

Closes #28820
Blockers: ~~#28838~~, ~~gleitz/howdoi#333~~

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

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

From c4eb1986669e90b72a01575a9a405c988d1b18cd Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 00000000000..5ac3c43d319
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From b72c87ad65786b9d6fe8f08930e70ec787d0596c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 00000000000..b76ec55f3ae
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml
+ python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 40999316f3938fa4eabd4cba51b16cd6ea015d47 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.11

---
 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 00000000000..c032483fdaf
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.11
+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="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=0a43e7c19492217e5b32497c5a2327ebc9c2fc16ae45c2dbafa9fc0685a8bdf4
+
+post_install() {
+	vlicense LICENSE.rst
+}

From c4f21ccd585eb45b38768cef06d204ee11fe2380 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.54.1

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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 00000000000..85771c3d43f
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.54.1
+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="FollieHiyuki <folliekazetani@protonmail.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=40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+# Test needs python3-httppretty
+make_check=extended

From 7ac6cec687b17cf143dd98eca6284fedb341e1e0 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10.1

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 00000000000..a998aef0d86
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=76a4b52c0b68303615d83f1624f0288dd01dd1c4abc46a842dce1cbc7e3ddefb
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From 1bef0b5dd22b971593e149be500c3de2747c3257 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.14

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

diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 00000000000..bab3e4a2f22
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,20 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.14
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib python3-pathlib2"
+checkdepends="$depends python3-pytest"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=d5bfa237de4759e890048fc77fcad340a822e24d0ec6175329783d395f61a5fb
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: howdoi-2.0.14
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-03-08  9:28 ` FollieHiyuki
@ 2021-03-08 18:01 ` FollieHiyuki
  2021-04-21 20:07 ` [PR PATCH] [Updated] [WIP] " FollieHiyuki
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-03-08 18:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

New package: howdoi-2.0.14
<!-- 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

<!--
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
-->

Closes #28820
Blockers: ~~#28838~~, gleitz/howdoi#333

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

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

From c4eb1986669e90b72a01575a9a405c988d1b18cd Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 00000000000..5ac3c43d319
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From b72c87ad65786b9d6fe8f08930e70ec787d0596c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 00000000000..b76ec55f3ae
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml
+ python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 40999316f3938fa4eabd4cba51b16cd6ea015d47 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.11

---
 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 00000000000..c032483fdaf
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.11
+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="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=0a43e7c19492217e5b32497c5a2327ebc9c2fc16ae45c2dbafa9fc0685a8bdf4
+
+post_install() {
+	vlicense LICENSE.rst
+}

From c4f21ccd585eb45b38768cef06d204ee11fe2380 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.54.1

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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 00000000000..85771c3d43f
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.54.1
+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="FollieHiyuki <folliekazetani@protonmail.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=40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+# Test needs python3-httppretty
+make_check=extended

From 7ac6cec687b17cf143dd98eca6284fedb341e1e0 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10.1

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 00000000000..a998aef0d86
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=76a4b52c0b68303615d83f1624f0288dd01dd1c4abc46a842dce1cbc7e3ddefb
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From 2f4bed9196d2aa11e0be2d1f6a1ce3cb2e4f4e2e Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.14

---
 srcpkgs/howdoi/patches/fix_cachelib_ver.patch | 28 +++++++++++++++++++
 srcpkgs/howdoi/template                       | 20 +++++++++++++
 2 files changed, 48 insertions(+)
 create mode 100644 srcpkgs/howdoi/patches/fix_cachelib_ver.patch
 create mode 100644 srcpkgs/howdoi/template

diff --git a/srcpkgs/howdoi/patches/fix_cachelib_ver.patch b/srcpkgs/howdoi/patches/fix_cachelib_ver.patch
new file mode 100644
index 00000000000..6e2e04d93e0
--- /dev/null
+++ b/srcpkgs/howdoi/patches/fix_cachelib_ver.patch
@@ -0,0 +1,28 @@
+diff --git requirements/common.txt requirements/common.txt
+index 8d7ccb5..5b0bc1f 100644
+--- requirements/common.txt
++++ requirements/common.txt
+@@ -5,7 +5,7 @@ cssselect==1.1.0
+ lxml>=4.2.5
+ pyquery==1.4.1
+ requests==2.24.0
+-cachelib==0.1
++cachelib==0.1.1
+ appdirs==1.4.4
+ keep==2.9
+-pathlib==1.0.1
+\ No newline at end of file
++pathlib==1.0.1
+diff --git setup.py setup.py
+index 2083949..4381f8e 100644
+--- setup.py
++++ setup.py
+@@ -68,7 +68,7 @@ setup(
+         'lxml',
+         'pyquery',
+         'requests',
+-        'cachelib==0.1',
++        'cachelib==0.1.1',
+         'appdirs',
+         'keep',
+     ]
diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 00000000000..e4321752265
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,20 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.14
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib"
+checkdepends="$depends python3-pytest"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=d5bfa237de4759e890048fc77fcad340a822e24d0ec6175329783d395f61a5fb
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: howdoi-2.0.14
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-03-08 18:01 ` FollieHiyuki
@ 2021-04-21 20:07 ` FollieHiyuki
  2021-04-26  8:50 ` FollieHiyuki
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-04-21 20:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

[WIP] New package: howdoi-2.0.14
<!-- 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

<!--
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
-->

Closes #28820
Blockers: PyGithub doesn't work with PyJWT > 2.0.0 yet

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

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

From 54759bed2f323e00385d2594e445a78436ff25a6 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 000000000000..5ac3c43d319b
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From 41dd3d6d72e71edc3bd0808d00eab41cae2cb4c4 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 000000000000..b76ec55f3ae9
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml
+ python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 861d917e7625be642875c725cf6f4fc356dd3a61 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.12

---
 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..d792a70b05a4
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.12
+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="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=ef97591aec7a6879b302bde489090223dcfd6cdeba8ef03dab5d626c6584f840
+
+post_install() {
+	vlicense LICENSE.rst
+}

From 4f9188e7109234923f09cbff8b88cff9fe268274 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.54.1

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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..85771c3d43f4
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-PyGithub'
+pkgname=python3-PyGithub
+version=1.54.1
+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="FollieHiyuki <folliekazetani@protonmail.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=40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+# Test needs python3-httppretty
+make_check=extended

From f594a1fcf09a566acf6a7d54ba9622f71432ca70 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10.1

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 000000000000..a998aef0d86c
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=76a4b52c0b68303615d83f1624f0288dd01dd1c4abc46a842dce1cbc7e3ddefb
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From ad9716cc88f6875cf1c5f838093fe0598a5cfd24 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.15

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

diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 000000000000..c00756ef7f84
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,20 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.15
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib"
+checkdepends="$depends python3-pytest"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=feab6e9f3df8b3747944d8437ed3a49b1798526d6232ca76abe6ded4c6ed9b1f
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: howdoi-2.0.14
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
                   ` (6 preceding siblings ...)
  2021-04-21 20:07 ` [PR PATCH] [Updated] [WIP] " FollieHiyuki
@ 2021-04-26  8:50 ` FollieHiyuki
  2021-05-08 19:47 ` FollieHiyuki
  2021-05-08 19:47 ` [PR PATCH] [Closed]: " FollieHiyuki
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-04-26  8:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages howdoi
https://github.com/void-linux/void-packages/pull/28865

[WIP] New package: howdoi-2.0.14
<!-- 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

<!--
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
-->

Closes #28820
Blockers: PyGithub doesn't work with PyJWT > 2.0.0 yet

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

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

From 5c8bc4aa14da8e524c38130ecba5450f6b9c0311 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:25:27 +0300
Subject: [PATCH 1/6] New package: python3-cachelib-0.1.1

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

diff --git a/srcpkgs/python3-cachelib/template b/srcpkgs/python3-cachelib/template
new file mode 100644
index 000000000000..5ac3c43d319b
--- /dev/null
+++ b/srcpkgs/python3-cachelib/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-cachelib'
+pkgname=python3-cachelib
+version=0.1.1
+revision=1
+wrksrc=cachelib-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Collection of cache libraries in the same API interface"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/pallets/cachelib"
+distfiles="https://github.com/pallets/cachelib/archive/${version}.tar.gz"
+checksum=7dfda661999f163ae3868a7060d6c1a5268d76d3e76b8219678e7f3f40d275d6
+
+post_install() {
+	vlicense LICENSE
+}

From 2e241cdc2c4910b5db31f4e9de1f4819732354a7 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:26:56 +0300
Subject: [PATCH 2/6] New package: python3-pyquery-1.4.3

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

diff --git a/srcpkgs/python3-pyquery/template b/srcpkgs/python3-pyquery/template
new file mode 100644
index 000000000000..b76ec55f3ae9
--- /dev/null
+++ b/srcpkgs/python3-pyquery/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pyquery'
+pkgname=python3-pyquery
+version=1.4.3
+revision=1
+wrksrc=pyquery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cssselect python3-lxml
+ python3-WebOb"
+short_desc="Python jquery-like library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/gawel/pyquery"
+distfiles="https://github.com/gawel/pyquery/archive/${version}.tar.gz"
+checksum=a5289db51828af0618d67039e2a12cbe9ac7bc532833b989f6235970eb40bfac
+# Test needs python3-WebTest
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 243c38effd813d746d7e811edfae8265d789895a Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:28:30 +0300
Subject: [PATCH 3/6] New package: python3-Deprecated-1.2.12

---
 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..d792a70b05a4
--- /dev/null
+++ b/srcpkgs/python3-Deprecated/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Deprecated'
+pkgname=python3-Deprecated
+version=1.2.12
+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="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/tantale/deprecated"
+distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz"
+checksum=ef97591aec7a6879b302bde489090223dcfd6cdeba8ef03dab5d626c6584f840
+
+post_install() {
+	vlicense LICENSE.rst
+}

From 0e74ded222cc9dc941090cbd90c824f5edd20914 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:29:02 +0300
Subject: [PATCH 4/6] New package: python3-PyGithub-1.55

---
 srcpkgs/python3-PyGithub/template | 16 ++++++++++++++++
 1 file changed, 16 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..8149f2e9dbde
--- /dev/null
+++ b/srcpkgs/python3-PyGithub/template
@@ -0,0 +1,16 @@
+# 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="FollieHiyuki <folliekazetani@protonmail.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
+# Test needs python3-httppretty
+make_check=extended

From 014c42a253989c4383ca0dc7b14fa0da368afe5f Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:31:40 +0300
Subject: [PATCH 5/6] New package: keep-2.10.1

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

diff --git a/srcpkgs/keep/template b/srcpkgs/keep/template
new file mode 100644
index 000000000000..a998aef0d86c
--- /dev/null
+++ b/srcpkgs/keep/template
@@ -0,0 +1,22 @@
+# Template file for 'keep'
+pkgname=keep
+version=2.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-requests python3-terminaltables
+ python3-PyGithub"
+short_desc="Personal shell command keeper and snippets manager"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/OrkoHunter/keep"
+distfiles="https://github.com/OrkoHunter/keep/archive/${version}.tar.gz"
+checksum=76a4b52c0b68303615d83f1624f0288dd01dd1c4abc46a842dce1cbc7e3ddefb
+# There is no test to run
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/keep.bash bash
+	vcompletion completions/keep.zsh zsh
+}

From e4faad50a7148ff950d744d19b33e8efb7b42fff Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 18 Feb 2021 03:32:10 +0300
Subject: [PATCH 6/6] New package: howdoi-2.0.15

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

diff --git a/srcpkgs/howdoi/template b/srcpkgs/howdoi/template
new file mode 100644
index 000000000000..c00756ef7f84
--- /dev/null
+++ b/srcpkgs/howdoi/template
@@ -0,0 +1,20 @@
+# Template file for 'howdoi'
+pkgname=howdoi
+version=2.0.15
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="keep python3-Pygments python3-cssselect python3-lxml python3-pyquery
+ python3-requests python3-appdirs python3-cachelib"
+checkdepends="$depends python3-pytest"
+short_desc="Instant coding answers via command line"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/gleitz/howdoi"
+changelog="https://github.com/gleitz/howdoi/blob/master/CHANGES.txt"
+distfiles="https://github.com/gleitz/howdoi/archive/v${version}.tar.gz"
+checksum=feab6e9f3df8b3747944d8437ed3a49b1798526d6232ca76abe6ded4c6ed9b1f
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [WIP] New package: howdoi-2.0.14
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-04-26  8:50 ` FollieHiyuki
@ 2021-05-08 19:47 ` FollieHiyuki
  2021-05-08 19:47 ` [PR PATCH] [Closed]: " FollieHiyuki
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-05-08 19:47 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28865#issuecomment-835487748

Comment:
I got enough headache dealing with dependencies compatibilities so closing. Suggest using [cheat.sh](https://github.com/chubin/cheat.sh) instead. 

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

* Re: [PR PATCH] [Closed]: [WIP] New package: howdoi-2.0.14
  2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-05-08 19:47 ` FollieHiyuki
@ 2021-05-08 19:47 ` FollieHiyuki
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-05-08 19:47 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: howdoi-2.0.14
https://github.com/void-linux/void-packages/pull/28865

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

<!--
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
-->

Closes #28820
~~Blockers: PyGithub doesn't work with PyJWT > 2.0.0 yet~~

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

end of thread, other threads:[~2021-05-08 19:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19  0:27 [PR PATCH] [Nomerge] New package: howdoi-2.0.12 FollieHiyuki
2021-02-19 19:02 ` [PR PATCH] [Updated] " FollieHiyuki
2021-02-21 13:21 ` FollieHiyuki
2021-03-05 18:42 ` FollieHiyuki
2021-03-05 18:45 ` [PR PATCH] [Updated] New package: howdoi-2.0.14 FollieHiyuki
2021-03-08  9:28 ` FollieHiyuki
2021-03-08 18:01 ` FollieHiyuki
2021-04-21 20:07 ` [PR PATCH] [Updated] [WIP] " FollieHiyuki
2021-04-26  8:50 ` FollieHiyuki
2021-05-08 19:47 ` FollieHiyuki
2021-05-08 19:47 ` [PR PATCH] [Closed]: " FollieHiyuki

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