Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
@ 2022-11-11  1:44 TinfoilSubmarine
  2022-11-17 13:19 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2022-11-11  1:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/python3-gitea-client
https://github.com/void-linux/void-packages/pull/40461

python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/python3-gitea-client-40461.patch --]
[-- Type: text/x-diff, Size: 2962 bytes --]

From f9c3671266481210ca6fda90cc72e3ea2d951be3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 10 Nov 2022 20:30:06 -0500
Subject: [PATCH] python3-gogs-client: rename to python3-gitea-client, update
 to 1.0.9.

---
 srcpkgs/python3-gitea-client/template | 26 ++++++++++++++++++++++++++
 srcpkgs/python3-gogs-client           |  1 +
 srcpkgs/python3-gogs-client/template  | 19 -------------------
 3 files changed, 27 insertions(+), 19 deletions(-)
 create mode 100644 srcpkgs/python3-gitea-client/template
 create mode 120000 srcpkgs/python3-gogs-client
 delete mode 100644 srcpkgs/python3-gogs-client/template

diff --git a/srcpkgs/python3-gitea-client/template b/srcpkgs/python3-gitea-client/template
new file mode 100644
index 000000000000..318a48591f14
--- /dev/null
+++ b/srcpkgs/python3-gitea-client/template
@@ -0,0 +1,26 @@
+# Template file for 'python3-gitea-client'
+pkgname=python3-gitea-client
+version=1.0.9
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-future python3-requests python3-attrs"
+checkdepends="$depends python3-pytest python3-responses"
+short_desc="Python3 library for interacting with a gitea server"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/unfoldingWord-dev/python-gitea-client"
+distfiles="${PYPI_SITE}/g/gitea_client/gitea_client-${version}.tar.gz"
+checksum=6114e81bcec638f089dd84e374fe0c57981ec550386f7ba5aa1343409cfe7a18
+
+post_install() {
+	vlicense LICENSE.txt
+	# remove tests directory polluting site-packages
+	rm -rf ${DESTDIR}/usr/lib/python*/site-packages/tests
+}
+
+python3-gogs-client_package() {
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
+	depends="${sourcepkg}>=${version}_${revision}"
+}
diff --git a/srcpkgs/python3-gogs-client b/srcpkgs/python3-gogs-client
new file mode 120000
index 000000000000..8ec72bd5ac9e
--- /dev/null
+++ b/srcpkgs/python3-gogs-client
@@ -0,0 +1 @@
+python3-gitea-client
\ No newline at end of file
diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
deleted file mode 100644
index c60515fbcc6e..000000000000
--- a/srcpkgs/python3-gogs-client/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'python3-gogs-client'
-pkgname=python3-gogs-client
-version=1.0.6
-revision=8
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-future python3-requests python3-attrs"
-short_desc="Python3 library for interacting with a gogs server"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/unfoldingWord-dev/python-gogs-client"
-distfiles="${PYPI_SITE}/g/gogs_client/gogs_client-${version}.tar.gz"
-checksum=4bd585ff86f6d70a245cea3b9b9756205bdaa9f512b314c47f715842970b3d3f
-
-post_install() {
-	vlicense LICENSE.txt
-	# remove tests directory polluting site-packages
-	rm -rf ${DESTDIR}/usr/lib/python*/site-packages/tests
-}

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

* Re: [PR REVIEW] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
  2022-11-11  1:44 [PR PATCH] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9 TinfoilSubmarine
@ 2022-11-17 13:19 ` paper42
  2022-11-17 13:21 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-11-17 13:19 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40461#discussion_r1025178603

Comment:
```suggestion
	rm -r ${DESTDIR}/usr/lib/python*/site-packages/tests
```
If they change this upstream, we would want to know this rm doesn't remove anything anymore and install can only run once.

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

* Re: [PR REVIEW] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
  2022-11-11  1:44 [PR PATCH] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9 TinfoilSubmarine
  2022-11-17 13:19 ` [PR REVIEW] " paper42
@ 2022-11-17 13:21 ` paper42
  2022-11-17 13:54 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-12-31 17:41 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-11-17 13:21 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40461#discussion_r1025180192

Comment:
responses is in requirements.txt, isn't it supposed to be a runtime dependency?

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

* Re: [PR PATCH] [Updated] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
  2022-11-11  1:44 [PR PATCH] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9 TinfoilSubmarine
  2022-11-17 13:19 ` [PR REVIEW] " paper42
  2022-11-17 13:21 ` paper42
@ 2022-11-17 13:54 ` TinfoilSubmarine
  2022-12-31 17:41 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2022-11-17 13:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/python3-gitea-client
https://github.com/void-linux/void-packages/pull/40461

python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/python3-gitea-client-40461.patch --]
[-- Type: text/x-diff, Size: 2961 bytes --]

From 0320ceb47288b7e65c568627a4cd0d1ab5c23e9c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 10 Nov 2022 20:30:06 -0500
Subject: [PATCH] python3-gogs-client: rename to python3-gitea-client, update
 to 1.0.9.

---
 srcpkgs/python3-gitea-client/template | 26 ++++++++++++++++++++++++++
 srcpkgs/python3-gogs-client           |  1 +
 srcpkgs/python3-gogs-client/template  | 19 -------------------
 3 files changed, 27 insertions(+), 19 deletions(-)
 create mode 100644 srcpkgs/python3-gitea-client/template
 create mode 120000 srcpkgs/python3-gogs-client
 delete mode 100644 srcpkgs/python3-gogs-client/template

diff --git a/srcpkgs/python3-gitea-client/template b/srcpkgs/python3-gitea-client/template
new file mode 100644
index 000000000000..49ba3beadf20
--- /dev/null
+++ b/srcpkgs/python3-gitea-client/template
@@ -0,0 +1,26 @@
+# Template file for 'python3-gitea-client'
+pkgname=python3-gitea-client
+version=1.0.9
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-attrs python3-future python3-requests python3-responses"
+checkdepends="$depends python3-pytest"
+short_desc="Python3 library for interacting with a gitea server"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/unfoldingWord-dev/python-gitea-client"
+distfiles="${PYPI_SITE}/g/gitea_client/gitea_client-${version}.tar.gz"
+checksum=6114e81bcec638f089dd84e374fe0c57981ec550386f7ba5aa1343409cfe7a18
+
+post_install() {
+	vlicense LICENSE.txt
+	# remove tests directory polluting site-packages
+	rm -r ${DESTDIR}/usr/lib/python*/site-packages/tests
+}
+
+python3-gogs-client_package() {
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
+	depends="${sourcepkg}>=${version}_${revision}"
+}
diff --git a/srcpkgs/python3-gogs-client b/srcpkgs/python3-gogs-client
new file mode 120000
index 000000000000..8ec72bd5ac9e
--- /dev/null
+++ b/srcpkgs/python3-gogs-client
@@ -0,0 +1 @@
+python3-gitea-client
\ No newline at end of file
diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
deleted file mode 100644
index c60515fbcc6e..000000000000
--- a/srcpkgs/python3-gogs-client/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'python3-gogs-client'
-pkgname=python3-gogs-client
-version=1.0.6
-revision=8
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-future python3-requests python3-attrs"
-short_desc="Python3 library for interacting with a gogs server"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/unfoldingWord-dev/python-gogs-client"
-distfiles="${PYPI_SITE}/g/gogs_client/gogs_client-${version}.tar.gz"
-checksum=4bd585ff86f6d70a245cea3b9b9756205bdaa9f512b314c47f715842970b3d3f
-
-post_install() {
-	vlicense LICENSE.txt
-	# remove tests directory polluting site-packages
-	rm -rf ${DESTDIR}/usr/lib/python*/site-packages/tests
-}

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

* Re: [PR PATCH] [Merged]: python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
  2022-11-11  1:44 [PR PATCH] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2022-11-17 13:54 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-12-31 17:41 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-12-31 17:41 UTC (permalink / raw)
  To: ml

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

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

python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
https://github.com/void-linux/void-packages/pull/40461

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-12-31 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11  1:44 [PR PATCH] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9 TinfoilSubmarine
2022-11-17 13:19 ` [PR REVIEW] " paper42
2022-11-17 13:21 ` paper42
2022-11-17 13:54 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-12-31 17:41 ` [PR PATCH] [Merged]: " paper42

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