Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] onionshare: remove
@ 2021-08-08 22:12 paper42
  2021-08-09  2:17 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2021-08-08 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages onionshare-remove
https://github.com/void-linux/void-packages/pull/32416

onionshare: remove
* current version is broken
* updating it is complicated

Closes #31556

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

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

From 4abb6b9705e952e02b7c243166d68355c75e70d7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 9 Aug 2021 00:09:32 +0200
Subject: [PATCH] onionshare: remove

* current version is broken
* updating it is complicated
---
 srcpkgs/onionshare/template       | 23 -----------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 100644 srcpkgs/onionshare/template

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
deleted file mode 100644
index 4a1754648932..000000000000
--- a/srcpkgs/onionshare/template
+++ /dev/null
@@ -1,23 +0,0 @@
-# Template file for 'onionshare'
-pkgname=onionshare
-version=2.2
-revision=5
-build_style=python3-module
-pycompile_dirs="/usr/share/nautilus-python/extensions"
-hostmakedepends="python3-setuptools"
-depends="python3-Flask-HTTPAuth python3-pycryptodome python3-PyQt5
- python3-pysocks python3-requests python3-stem tor"
-short_desc="Share files anonymously and securely"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://onionshare.org/"
-changelog="https://raw.githubusercontent.com/micahflee/onionshare/develop/CHANGELOG.md"
-distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
-checksum=7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2
-
-conf_files="/etc/apparmor.d/local/*"
-
-post_install() {
-	vmkdir etc/apparmor.d
-	vcopy "apparmor/*" etc/apparmor.d/
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 78ba7731cc3e..0b6ec89efa53 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -219,6 +219,7 @@ replaces="
  mutagen<=1.43.0_3
  ncdns<=0.0.2_12
  orage<=4.12.1_7
+ onionshare<=2.2_5
  oce<=0.18.3_1
  oce-devel<=0.18.3_1
  perl-Gtk2-Ex-Simple-List<=0.50_4

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

* Re: onionshare: remove
  2021-08-08 22:12 [PR PATCH] onionshare: remove paper42
@ 2021-08-09  2:17 ` ericonr
  2021-08-14 17:03 ` [PR PATCH] [Updated] " paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-08-09  2:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32416#issuecomment-894912018

Comment:
Usually the commit message will be `remove package` instead of just remove.

And you could expand on why updating is complicated.

Otherwise, LGTM.

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

* Re: [PR PATCH] [Updated] onionshare: remove
  2021-08-08 22:12 [PR PATCH] onionshare: remove paper42
  2021-08-09  2:17 ` ericonr
@ 2021-08-14 17:03 ` paper42
  2021-08-14 17:11 ` paper42
  2021-08-14 17:11 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-08-14 17:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages onionshare-remove
https://github.com/void-linux/void-packages/pull/32416

onionshare: remove
* current version is broken
* updating it is complicated

Closes #31556

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

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

From d89f7603bfd76d7b019d4f406fce36a0a777285c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 14 Aug 2021 18:36:44 +0200
Subject: [PATCH] onionshare: remove package

* doesn't work with Flask 2
---
 srcpkgs/onionshare/template       | 23 -----------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 100644 srcpkgs/onionshare/template

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
deleted file mode 100644
index 4a1754648932..000000000000
--- a/srcpkgs/onionshare/template
+++ /dev/null
@@ -1,23 +0,0 @@
-# Template file for 'onionshare'
-pkgname=onionshare
-version=2.2
-revision=5
-build_style=python3-module
-pycompile_dirs="/usr/share/nautilus-python/extensions"
-hostmakedepends="python3-setuptools"
-depends="python3-Flask-HTTPAuth python3-pycryptodome python3-PyQt5
- python3-pysocks python3-requests python3-stem tor"
-short_desc="Share files anonymously and securely"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://onionshare.org/"
-changelog="https://raw.githubusercontent.com/micahflee/onionshare/develop/CHANGELOG.md"
-distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
-checksum=7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2
-
-conf_files="/etc/apparmor.d/local/*"
-
-post_install() {
-	vmkdir etc/apparmor.d
-	vcopy "apparmor/*" etc/apparmor.d/
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index c9349197c278..3b1dbd467489 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -219,6 +219,7 @@ replaces="
  mutagen<=1.43.0_3
  ncdns<=0.0.2_12
  orage<=4.12.1_7
+ onionshare<=2.2_5
  oce<=0.18.3_1
  oce-devel<=0.18.3_1
  perl-Gtk2-Ex-Simple-List<=0.50_4

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

* Re: onionshare: remove
  2021-08-08 22:12 [PR PATCH] onionshare: remove paper42
  2021-08-09  2:17 ` ericonr
  2021-08-14 17:03 ` [PR PATCH] [Updated] " paper42
@ 2021-08-14 17:11 ` paper42
  2021-08-14 17:11 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-08-14 17:11 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32416#issuecomment-898931768

Comment:
The update is not as hard as I thought: https://github.com/paper42/void-packages/tree/onionshare, but even with the latest version, it still doesn't work with our Flask package, because it needs Flask 1, but we have Flask 2.

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

* Re: [PR PATCH] [Merged]: onionshare: remove
  2021-08-08 22:12 [PR PATCH] onionshare: remove paper42
                   ` (2 preceding siblings ...)
  2021-08-14 17:11 ` paper42
@ 2021-08-14 17:11 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-08-14 17:11 UTC (permalink / raw)
  To: ml

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

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

onionshare: remove
https://github.com/void-linux/void-packages/pull/32416

Description:
* current version is broken
* updating it is complicated

Closes #31556

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

end of thread, other threads:[~2021-08-14 17:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-08 22:12 [PR PATCH] onionshare: remove paper42
2021-08-09  2:17 ` ericonr
2021-08-14 17:03 ` [PR PATCH] [Updated] " paper42
2021-08-14 17:11 ` paper42
2021-08-14 17:11 ` [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).