Github messages for voidlinux
 help / color / mirror / Atom feed
From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-gogs-client: rename to python3-gitea-client, update to 1.0.9.
Date: Thu, 17 Nov 2022 14:54:15 +0100	[thread overview]
Message-ID: <20221117135415.RWtT5oUlQiMd7lhRWRX9FkEqJgYjLjyzuTgXJYgzvuU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40461@inbox.vuxu.org>

[-- 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
-}

  parent reply	other threads:[~2022-11-17 13:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11  1:44 [PR PATCH] " TinfoilSubmarine
2022-11-17 13:19 ` [PR REVIEW] " paper42
2022-11-17 13:21 ` paper42
2022-11-17 13:54 ` TinfoilSubmarine [this message]
2022-12-31 17:41 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221117135415.RWtT5oUlQiMd7lhRWRX9FkEqJgYjLjyzuTgXJYgzvuU@z \
    --to=tinfoilsubmarine@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).