Github messages for voidlinux
 help / color / mirror / Atom feed
From: logenkain <logenkain@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] gradio: Remove package:
Date: Thu, 12 Aug 2021 17:35:25 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32470@inbox.vuxu.org> (raw)

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

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

https://github.com/logenkain/void-packages remove-gradio
https://github.com/void-linux/void-packages/pull/32470

gradio: Remove package:
I failed miserably trying to rebase my previous pull requested, managed to autoclose it somehow, and here I am trying again.
reference #27873 

Gradio has been deprecated for a while and doesn't seem to work anymore. Latest version available is 7.3
The author has personally deprecated it; its successor is shortwave

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 661ee519897b9c7aa98371a4900df12d64f33ee4 Mon Sep 17 00:00:00 2001
From: Logen Kain <logen@sudotask.com>
Date: Thu, 12 Aug 2021 11:18:48 -0400
Subject: [PATCH] gradio: Remove package:

Gradio has been deprecated for a while and doesn't seem to work anymore. Latest version available is 7.3
The author has personally deprecated it; its successor is shortwave
---
 srcpkgs/gradio/template           | 19 -------------------
 srcpkgs/removed-packages/template |  3 ++-
 2 files changed, 2 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/gradio/template

diff --git a/srcpkgs/gradio/template b/srcpkgs/gradio/template
deleted file mode 100644
index a1c4db39151e..000000000000
--- a/srcpkgs/gradio/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'gradio'
-pkgname=gradio
-version=7.2
-revision=1
-wrksrc="Gradio-${version}"
-build_style=meson
-hostmakedepends="automake intltool itstool yelp-tools glib-devel
- pkg-config gettext gettext-devel vala"
-makedepends="gtk+3-devel gettext-devel vala-devel
- gst-plugins-base1-devel json-glib-devel libsoup-devel
- appstream-glib-devel"
-depends="desktop-file-utils gst-plugins-bad1 gst-plugins-good1
- gst-plugins-ugly1"
-short_desc="GTK3 app for finding and listening to internet radio stations"
-maintainer="Logen Kain <logen@sudotask.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/haecker-felix/gradio"
-distfiles="https://github.com/haecker-felix/${pkgname}/archive/v${version}.tar.gz"
-checksum=5a85d7d4afb1424e46c935114b268e4a65de2629d60f48eccd75d67ff4b113d2
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index c9349197c278..ea9afca6726c 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=48
+revision=49
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -78,6 +78,7 @@ replaces="
  goffice0.8<=0.8.17_6
  goproxy<=7.0_1
  go-gdm<=1.4_7
+ gradio<=7.3
  gsettings-qt<=0.1+17.10.20170824_3
  gst1-python<=1.18.3_1
  grv<=0.3.1_3

             reply	other threads:[~2021-08-12 15:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12 15:35 logenkain [this message]
2021-08-12 16:28 ` q66
2021-08-12 21:21 ` logenkain
2021-08-12 21:56 ` Duncaen
2021-08-12 21:56 ` Duncaen
2022-04-07 21:05 ` [PR PATCH] [Closed]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32470@inbox.vuxu.org \
    --to=logenkain@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).