Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] remove python3-aiohttp2, python3-aiohttp-cors2, python3-idna-ssl
Date: Tue, 31 Aug 2021 22:49:43 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32782@inbox.vuxu.org> (raw)

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

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

https://github.com/paper42/void-packages drop-python3-idna-ssl
https://github.com/void-linux/void-packages/pull/32782

remove python3-aiohttp2, python3-aiohttp-cors2, python3-idna-ssl
python3-aiohttp: do not depend on python3-idna-ssl
* aiohttp doesn't use idna-ssl anymore

python3-aiohttp-cors2:
* not used by any other packages
* depends on aiohttp v2 and there python3-aiohttp-cors which uses aiohttp v3

python3-aiohttp2:
* not used by any other packages
* frozen in an old version from 2018

python3-idna-ssl:
* repository is archived
* not necessary since Python 3.7

cc @the-maldridge

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-drop-python3-idna-ssl-32782.patch --]
[-- Type: text/x-diff, Size: 6799 bytes --]

From 82c426d6c0359a53adb4d8654ed9087830a265b5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 22 Aug 2021 21:29:19 +0200
Subject: [PATCH 1/5] python3-aiohttp: do not depend on python3-idna-ssl

aiohttp doesn't use idna-ssl anymore
---
 srcpkgs/python3-aiohttp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d8b4761c8b9b..54bc29ba4639 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -6,8 +6,8 @@ wrksrc="aiohttp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel http-parser-devel"
-depends="python3-async-timeout python3-attrs python3-chardet
- python3-idna-ssl python3-yarl python3-typing_extensions python3-multidict"
+depends="python3-async-timeout python3-attrs python3-chardet python3-yarl
+ python3-typing_extensions python3-multidict"
 short_desc="HTTP client/server for asyncio (PEP-3156)"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"

From ef65f29498816b9d025adc811efeeb4e9d05fa08 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 22 Aug 2021 21:28:39 +0200
Subject: [PATCH 2/5] python3-aiohttp-cors2: remove package

* not used by any other packages
* depends on aiohttp v2 and there python3-aiohttp-cors which uses aiohttp v3
---
 srcpkgs/python3-aiohttp-cors2/template | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 srcpkgs/python3-aiohttp-cors2/template

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
deleted file mode 100644
index 2bb6e5523e00..000000000000
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'python3-aiohttp-cors2'
-pkgname=python3-aiohttp-cors2
-version=0.7.0
-revision=3
-wrksrc="aiohttp-cors-${version}"
-build_style=python3-module
-pycompile_module="aiohttp_cors"
-hostmakedepends="python3-setuptools"
-depends="python3-aiohttp2"
-short_desc="Cross Origin Resource Sharing (CORS) support for aiohttp"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
-license="Apache-2.0"
-homepage="https://github.com/aio-libs/aiohttp-cors"
-distfiles="https://github.com/aio-libs/aiohttp-cors/archive/v${version}.tar.gz"
-checksum=a710a07c3d8e8c2dcb3a3f992c671a058e2058652ed041b5201016978a5527aa
-conflicts=python3-aiohttp-cors
-replaces="python3-aiohttp-cors>=0"

From 8bd3b9e5d70db2f9fb455f619a78f7527285e9bd Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 22 Aug 2021 21:28:54 +0200
Subject: [PATCH 3/5] python3-aiohttp2: remove package

* not used by any other packages
* frozen in an old version from 2018
---
 srcpkgs/python3-aiohttp2/template | 26 --------------------------
 srcpkgs/python3-aiohttp2/update   |  1 -
 2 files changed, 27 deletions(-)
 delete mode 100644 srcpkgs/python3-aiohttp2/template
 delete mode 100644 srcpkgs/python3-aiohttp2/update

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
deleted file mode 100644
index 9a839c29ab7b..000000000000
--- a/srcpkgs/python3-aiohttp2/template
+++ /dev/null
@@ -1,26 +0,0 @@
-# Template file for 'python3-aiohttp2'
-pkgname=python3-aiohttp2
-version=2.3.10
-revision=4
-wrksrc="aiohttp-${version}"
-build_style=python3-module
-pycompile_module="aiohttp"
-hostmakedepends="python3-Cython python3-setuptools"
-makedepends="python3-devel"
-checkdepends="python3-async-timeout python3-async_generator python3-chardet
- python3-idna-ssl python3-pytest-mock python3-yarl"
-depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl
- python3-yarl"
-short_desc="HTTP client/server for asyncio (PEP-3156)"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
-license="Apache-2.0"
-#changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst"
-homepage="https://aiohttp.readthedocs.io/"
-distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
-checksum=ca3c15aa2c178599393919c27dbada24860e075d501257db54d6547ecf34bac8
-conflicts=python3-aiohttp
-replaces="python3-aiohttp>=0"
-
-do_check() {
-	python3 setup.py test
-}
diff --git a/srcpkgs/python3-aiohttp2/update b/srcpkgs/python3-aiohttp2/update
deleted file mode 100644
index f6f8ab7f15af..000000000000
--- a/srcpkgs/python3-aiohttp2/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore='3.*'

From f9854178f6a10f2ae03612237ec5edd55f3e35ba Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 22 Aug 2021 21:28:21 +0200
Subject: [PATCH 4/5] python3-idna-ssl: remove package

* repository is archived
* not necessary since Python 3.7
---
 srcpkgs/python3-idna-ssl/template | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 srcpkgs/python3-idna-ssl/template

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
deleted file mode 100644
index 82dd5c51ce6b..000000000000
--- a/srcpkgs/python3-idna-ssl/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'python3-idna-ssl'
-pkgname=python3-idna-ssl
-version=1.1.0
-revision=3
-wrksrc="idna-ssl-${version}"
-build_style=python3-module
-pycompile_module="idna_ssl.py"
-hostmakedepends="python3-setuptools"
-depends="python3-idna"
-short_desc="Patch ssl.match_hostname for Unicode(idna) domains support"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/aio-libs/idna-ssl"
-distfiles="https://github.com/aio-libs/idna-ssl/archive/v${version}.tar.gz"
-checksum=cdbefa2429a6a2fa5cbe8d2a47c677ca671e84531618d3460fc0bcfc840684c5
-
-post_install() {
-	vlicense LICENSE
-}

From 377d83c13bcd9c3e5251865d6ca43d57fda82afa Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 22 Aug 2021 21:31:42 +0200
Subject: [PATCH 5/5] removed-packages: add multiple

* python3-aiohttp2
* python3-aiohttp-cors2
* python3-idna-ssl
---
 srcpkgs/removed-packages/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 9a23823239b2..a159a0bd31e1 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=50
+revision=51
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -261,6 +261,9 @@ replaces="
  python3-pyside<=5.15.0_2
  python3-pyside-phonon<=5.15.0_2
  python3-shiboken<=5.15.0_3
+ python3-aiohttp2<=2.3.10_4
+ python3-aiohttp-cors2<=0.7.0_3
+ python3-idna-ssl<=1.1.0_3
  qimageblitz<=0.0.6_4
  quake4<=1.4.2_3
  qucs<=0.0.19_2

             reply	other threads:[~2021-08-31 20:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-31 20:49 paper42 [this message]
2021-08-31 21:16 ` the-maldridge
2021-09-01 17:25 ` [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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32782@inbox.vuxu.org \
    --to=paper42@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).