[arch-commits] Commit in python-idna_ssl/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 15 12:49:12 UTC 2021
Date: Wednesday, December 15, 2021 @ 12:49:12
Author: arojas
Revision: 1073018
Drop unused python2 makedepends
Modified:
python-idna_ssl/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-15 12:47:48 UTC (rev 1073017)
+++ PKGBUILD 2021-12-15 12:49:12 UTC (rev 1073018)
@@ -2,13 +2,13 @@
pkgname=python-idna_ssl
pkgver=1.1.0
-pkgrel=5
+pkgrel=6
pkgdesc="Patch ssl.match_hostname for Unicode(idna_ssl) domains support"
arch=('any')
license=('MIT')
url="https://github.com/aio-libs/idna_ssl"
depends=('python' 'python-idna')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
checkdepends=('python-pytest-asyncio' 'python-aiohttp' 'python-pytest-cov')
source=("https://github.com/aio-libs/idna-ssl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('01e58e9f32f7e02ef203edbd76e199916ea0b16d01a929ca2fb272d83988483c17e9c36e131f47bfba7f7b657bef9e2be222f81800716a5b87d5847c27cce34d')
More information about the arch-commits
mailing list