David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-tornado


Commits:
3ecef8fa by David Runge at 2024-04-04T10:06:48+02:00
Add python-pycares back as optional/ check dependency

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
cbb3e283 by David Runge at 2024-04-04T10:09:00+02:00
Add all direct dependencies

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
a1bb2913 by David Runge at 2024-04-04T10:10:54+02:00
upgpkg: 6.3.2-2: Rebuild against Python 3.12 (without checks for bootstrapping)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,21 @@
 pkgbase = python-tornado
        pkgdesc = open source version of the scalable, non-blocking web server 
and tools
        pkgver = 6.3.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.tornadoweb.org/
        arch = x86_64
        license = Apache-2.0
+       checkdepends = python-pycares
        checkdepends = python-pycurl
        checkdepends = python-twisted
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
+       depends = glibc
        depends = python
        optdepends = python-pycurl: for tornado.curl_httpclient
+       optdepends = python-pycares: an alternative non-blocking DNS resolver
        optdepends = python-twisted: for tornado.platform.twisted
        source = 
python-tornado-6.3.2.tar.gz::https://github.com/tornadoweb/tornado/archive/v6.3.2.tar.gz
        sha512sums = 
dc0ad9b4c0b5597970fd43a577bb9a0883523125cf4e9780f9338431aab1014cb6fc0dda4f3deb3050df657b5acf277cc146ec2195b91154299109ff07482a5c


=====================================
PKGBUILD
=====================================
@@ -3,17 +3,17 @@
 
 pkgname=python-tornado
 pkgver=6.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('x86_64')
 url='https://www.tornadoweb.org/'
 license=('Apache-2.0')
-depends=('python')
+depends=('glibc' 'python')
 optdepends=('python-pycurl: for tornado.curl_httpclient'
+            'python-pycares: an alternative non-blocking DNS resolver'
             'python-twisted: for tornado.platform.twisted')
-            # 'python-pycares: an alternative non-blocking DNS resolver'
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pycurl' 'python-twisted')
+checkdepends=('python-pycares' 'python-pycurl' 'python-twisted')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tornadoweb/tornado/archive/v$pkgver.tar.gz";)
 
sha512sums=('dc0ad9b4c0b5597970fd43a577bb9a0883523125cf4e9780f9338431aab1014cb6fc0dda4f3deb3050df657b5acf277cc146ec2195b91154299109ff07482a5c')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tornado/-/compare/062ba97ae4580e2523cd9ecc8b0157210258e04c...a1bb29137a86844451809a9e151c989865559252

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tornado/-/compare/062ba97ae4580e2523cd9ecc8b0157210258e04c...a1bb29137a86844451809a9e151c989865559252
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to