Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gradio: Remove package:
@ 2021-08-12 15:35 logenkain
  2021-08-12 16:28 ` q66
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: logenkain @ 2021-08-12 15:35 UTC (permalink / raw)
  To: ml

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

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

* Re: gradio: Remove package:
  2021-08-12 15:35 [PR PATCH] gradio: Remove package: logenkain
@ 2021-08-12 16:28 ` q66
  2021-08-12 21:21 ` logenkain
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: q66 @ 2021-08-12 16:28 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/32470#issuecomment-897785594

Comment:
you should adapt the `removed-packages` entry to use the correct version number like other entries in there (i.e. `gradio<=7.2_1`)

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

* Re: gradio: Remove package:
  2021-08-12 15:35 [PR PATCH] gradio: Remove package: logenkain
  2021-08-12 16:28 ` q66
@ 2021-08-12 21:21 ` logenkain
  2021-08-12 21:56 ` Duncaen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: logenkain @ 2021-08-12 21:21 UTC (permalink / raw)
  To: ml

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

New comment by logenkain on void-packages repository

https://github.com/void-linux/void-packages/pull/32470#issuecomment-897976690

Comment:
> you should adapt the `removed-packages` entry to use the correct version number like other entries in there (i.e. `gradio<=7.2_1`)

While the latest version of gradio currently in void is 7.2, the latest version of gradio released was 7.3. I'd prefer to include that.

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

* Re: gradio: Remove package:
  2021-08-12 15:35 [PR PATCH] gradio: Remove package: logenkain
  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
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2021-08-12 21:56 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/32470#issuecomment-897993878

Comment:
> While the latest version of gradio currently in void is 7.2, the latest version of gradio released was 7.3. I'd prefer to include that.

The point is to remove existing packages from users system, keeping it at the highest version that was in the repo allows people to build their own versions with a higher version/revision. There is no reason to add the 7.3 version to the removed package if you want to remove packages `<=7.2_1` from users systems.


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

* Re: gradio: Remove package:
  2021-08-12 15:35 [PR PATCH] gradio: Remove package: logenkain
                   ` (2 preceding siblings ...)
  2021-08-12 21:56 ` Duncaen
@ 2021-08-12 21:56 ` Duncaen
  2022-04-07 21:05 ` [PR PATCH] [Closed]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2021-08-12 21:56 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/32470#issuecomment-897993878

Comment:
> While the latest version of gradio currently in void is 7.2, the latest version of gradio released was 7.3. I'd prefer to include that.

The point is to remove existing packages from users system, keeping it at the highest version that was in the repo allows people to build their own versions with a higher version/revision which does not conflict with the `removed-packages` package. There is no reason to add the 7.3 version to the removed package if you want to remove packages `<=7.2_1` from users systems.


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

* Re: [PR PATCH] [Closed]: gradio: Remove package:
  2021-08-12 15:35 [PR PATCH] gradio: Remove package: logenkain
                   ` (3 preceding siblings ...)
  2021-08-12 21:56 ` Duncaen
@ 2022-04-07 21:05 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-04-07 21:05 UTC (permalink / raw)
  To: ml

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

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

gradio: Remove package:
https://github.com/void-linux/void-packages/pull/32470

Description:
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
- [x] I generally don't use the affected packages but briefly tested this PR

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


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

end of thread, other threads:[~2022-04-07 21:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12 15:35 [PR PATCH] gradio: Remove package: logenkain
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

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