From af07cc2aa70ef7488aee53779818b000b956ea7b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 Dec 2020 10:05:52 +0100 Subject: recompile all python packages --- ipython-ipyparallel/PKGBUILD | 6 +++--- jupyterhub/PKGBUILD | 6 +++--- pssh-git/PKGBUILD | 6 +++--- python-asteval/PKGBUILD | 6 +++--- python-bash_kernel/PKGBUILD | 6 +++--- python-certipy/PKGBUILD | 4 ++-- python-courier-pythonfilter/PKGBUILD | 4 ++-- python-fabio/PKGBUILD | 6 +++--- python-fisx/PKGBUILD | 6 +++--- python-hpilo/PKGBUILD | 6 +++--- python-imageio/PKGBUILD | 6 +++--- python-ipympl | 2 +- python-jwcrypto/PKGBUILD | 6 +++--- python-lmfit/PKGBUILD | 6 +++--- python-oauth2/PKGBUILD | 6 +++--- python-pamela/PKGBUILD | 6 +++--- python-peakutils/PKGBUILD | 6 +++--- python-postpic | 2 +- python-pycifrw/PKGBUILD | 6 +++--- python-pyepics/PKGBUILD | 6 +++--- python-pyfai/PKGBUILD | 6 +++--- python-pyfftw/PKGBUILD | 6 +++--- python-pymca/PKGBUILD | 6 +++--- python-pyshortcuts/PKGBUILD | 6 +++--- python-pywavelets/PKGBUILD | 6 +++--- python-scikit-image/PKGBUILD | 6 +++--- python-silx/PKGBUILD | 6 +++--- python-simplepam/PKGBUILD | 6 +++--- python-sphinx-better-theme/PKGBUILD | 6 +++--- python-sphinxcontrib-programoutput/PKGBUILD | 6 +++--- python-wxmplot/PKGBUILD | 6 +++--- python-wxutils/PKGBUILD | 6 +++--- python-xraydb/PKGBUILD | 6 +++--- 33 files changed, 93 insertions(+), 93 deletions(-) diff --git a/ipython-ipyparallel/PKGBUILD b/ipython-ipyparallel/PKGBUILD index dac7abb1..a58395bc 100644 --- a/ipython-ipyparallel/PKGBUILD +++ b/ipython-ipyparallel/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=ipython-ipyparallel pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel' 'ipython-ipyparallel-common') pkgver=6.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Interactive Parallel Computing in Python" url="https://github.com/ipython/ipyparallel" arch=(any) @@ -13,8 +13,8 @@ _deppy2=( 'python2<2.8' ) _deppy=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' ) _depends=( 'ipython' diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD index 76421f60..f445aa4c 100644 --- a/jupyterhub/PKGBUILD +++ b/jupyterhub/PKGBUILD @@ -2,14 +2,14 @@ pkgname=jupyterhub pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Multi-user server for Jupyter notebooks " url="http://jupyter.org/" arch=(any) license=('BSD') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-alembic' 'python-async_generator>=1.8' 'python-certipy' diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD index d32e3276..b1b6c0b0 100644 --- a/pssh-git/PKGBUILD +++ b/pssh-git/PKGBUILD @@ -5,14 +5,14 @@ pkgname=pssh-git pkgver=2.3.4+1+g075734d _commit="${pkgver##*+g}" -pkgrel=1 +pkgrel=2 pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp" arch=('any') url="http://code.google.com/p/parallel-ssh/" license=('BSD') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'openssh' ) makedepends=('git' 'python-setuptools') diff --git a/python-asteval/PKGBUILD b/python-asteval/PKGBUILD index 79d1e3e3..f1498974 100644 --- a/python-asteval/PKGBUILD +++ b/python-asteval/PKGBUILD @@ -4,7 +4,7 @@ pkgname='python-asteval' _pkgname="${pkgname#*-}" pkgver=0.9.21 -pkgrel=1 +pkgrel=2 pkgdesc='Minimal Python AST Evaluator' arch=('any') url='https://newville.github.io/asteval/' @@ -15,8 +15,8 @@ checkdepends=( makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') source=( "${_pkgname}-${pkgver}.tar.gz::https://github.com/newville/${_pkgname}/archive/${pkgver}.tar.gz") sha512sums=('e96937e41093db65a1eec4f3427124bee980590bc57309c7892fbec18637742d9f7b673d465e4f40325beece8912f7b4afc66319f5fd6adafb85320ca8e54c09') diff --git a/python-bash_kernel/PKGBUILD b/python-bash_kernel/PKGBUILD index fab7336b..b5bff551 100644 --- a/python-bash_kernel/PKGBUILD +++ b/python-bash_kernel/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-bash_kernel _pkgname=bash_kernel pkgver=0.7.2 -pkgrel=3 +pkgrel=4 pkgdesc='A Jupyter kernel for bash.' arch=('any') url='https://github.com/takluyver/bash_kernel' license=('BSD') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' ) source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.python.org/packages/96/8f/869587d23c29bf74dc52a9bd5c80170762adfc78ecb5108ae8b32bb48f82/${_pkgname}-${pkgver}.tar.gz") sha512sums=('94231b4c014888241a0c06b69e5d59b0baa6000bf922cfc6ca2d558a96387e109bcb0dcb15061b94bfde6c30296dce4a3b8cd8f2a7c53014b48870321bb40685') diff --git a/python-certipy/PKGBUILD b/python-certipy/PKGBUILD index ae83ced5..52cae134 100644 --- a/python-certipy/PKGBUILD +++ b/python-certipy/PKGBUILD @@ -9,8 +9,8 @@ arch=(any) url="https://github.com/LLNL/certipy" license=('BSD') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-pyopenssl' ) makedepends=( diff --git a/python-courier-pythonfilter/PKGBUILD b/python-courier-pythonfilter/PKGBUILD index 3aac33c1..f2b57137 100644 --- a/python-courier-pythonfilter/PKGBUILD +++ b/python-courier-pythonfilter/PKGBUILD @@ -9,8 +9,8 @@ arch=('any') url='https://bitbucket.org/gordonmessmer/courier-pythonfilter' license=('GPL') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' ) makedepends=( 'python-setuptools') diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD index f7536591..0bc38bc6 100644 --- a/python-fabio/PKGBUILD +++ b/python-fabio/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-fabio _pkgname=fabio pkgver=0.10.2 -pkgrel=4 +pkgrel=5 pkgdesc="I/O library for images produced by 2D X-ray detectors." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" @@ -17,8 +17,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-numpy') optdepends=('python-pyqt4: for the fabio_viewer program') source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz") diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD index 35e7b775..27752d6b 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='Enhanced C++ port of the Physics routines used by PyMca' arch=('i686' 'pentium4' 'x86_64') url='https://github.com/vasole/fisx' @@ -16,8 +16,8 @@ makedepends=( 'python-numpy' 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-numpy') source=( "${_pkgname}-v${pkgver}.tar.gz::https://github.com/vasole/${_pkgname}/archive/v${pkgver}.tar.gz" diff --git a/python-hpilo/PKGBUILD b/python-hpilo/PKGBUILD index e352c2bd..f4c03bf3 100644 --- a/python-hpilo/PKGBUILD +++ b/python-hpilo/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Erich Eckner pkgname=python-hpilo pkgver=4.4.2 -pkgrel=1 +pkgrel=2 pkgdesc='Accessing the HP iLO XML interface from python' arch=('any') url='http://seveas.github.io/python-hpilo/' license=('GPL3') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' ) makedepends=( 'python-setuptools' diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD index a413169d..af7eb047 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" pkgver=2.9.0 -pkgrel=1 +pkgrel=2 arch=('any') url='https://github.com/xraypy/XrayDB' license=('BSD') @@ -11,8 +11,8 @@ pkgdesc='Python library that provides an easy interface to read and write a wide source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v$pkgver.tar.gz") sha512sums=('a325ad4f0913219b87418d4f57fddc3f1e4c1be4102e933aa0c236317044d2a5ded623bbe86b92d3f2004bb9386ccb3f0cc03b7b118f9faa6f320dd147157ed6') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' ) makedepends=( 'python-setuptools' diff --git a/python-ipympl b/python-ipympl index b07b64d4..61a10f50 160000 --- a/python-ipympl +++ b/python-ipympl @@ -1 +1 @@ -Subproject commit b07b64d4f2f9e115f6e3bec64cccb8bdb4cbba7a +Subproject commit 61a10f50743880a198294fe6c88e8b4e2ca6312d diff --git a/python-jwcrypto/PKGBUILD b/python-jwcrypto/PKGBUILD index 7bd48105..8aa1196f 100644 --- a/python-jwcrypto/PKGBUILD +++ b/python-jwcrypto/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-jwcrypto _pkgname=${pkgname#*-} pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python implementation of JWK, JWS, JWE specifications" arch=("any") url="https://github.com/latchset/jwcrypto" @@ -12,8 +12,8 @@ license=("LGPL3") makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-cryptography>=2.3') source=("$_pkgname-$pkgver.tar.gz::https://github.com/latchset/$_pkgname/archive/v$pkgver.tar.gz") sha512sums=('784134d27ff7abd31e1069763969513ed45f81fd2c242b7ff7036413c35ef374d535eae0123f5561a8e4eb2630cee40056d1c66454288e1310c4cbedecaac210') diff --git a/python-lmfit/PKGBUILD b/python-lmfit/PKGBUILD index a4bbfb61..9fdb36ac 100644 --- a/python-lmfit/PKGBUILD +++ b/python-lmfit/PKGBUILD @@ -4,14 +4,14 @@ pkgname='python-lmfit' _pkgname=lmfit-py pkgver=1.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Least-Squares Minimization with Constraints for Python" arch=('any') url="http://lmfit.github.io/lmfit-py/" license=('BSD') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-asteval>=0.9.16' 'python-numpy>=1.16' 'python-scipy>=1.2' diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD index c84670e5..6a43cb0a 100644 --- a/python-oauth2/PKGBUILD +++ b/python-oauth2/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Erich Eckner pkgname=python-oauth2 pkgver=1.1.1 -pkgrel=3 +pkgrel=4 pkgdesc='framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack/' url='https://github.com/wndhydrnt/python-oauth2/' arch=('any') license=('MIT') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-mock' 'python-mysql-connector' 'python-nose' diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD index b1ab731d..4a92ac35 100644 --- a/python-pamela/PKGBUILD +++ b/python-pamela/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-pamela _pkgname=pamela pkgver=1.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Python PAM interface" arch=('any') url="https://github.com/minrk/pamela" license=('MIT') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'pam' ) makedepends=( diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD index e1a43678..5c76a205 100644 --- a/python-peakutils/PKGBUILD +++ b/python-peakutils/PKGBUILD @@ -4,14 +4,14 @@ pkgname='python-peakutils' _pkgname='PeakUtils' pkgver=1.3.3 -pkgrel=4 +pkgrel=5 pkgdesc="Peak detection utilities for 1D data" arch=('any') url="https://pypi.python.org/pypi/PeakUtils" license=('MIT') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-sphinx-better-theme') makedepends=( 'python-setuptools') diff --git a/python-postpic b/python-postpic index d4477009..a9025121 160000 --- a/python-postpic +++ b/python-postpic @@ -1 +1 @@ -Subproject commit d44770092a4ed0ad11bfcb63cf46df4276b7b600 +Subproject commit a902512167a63f0960f69e8e5c8a4be30a8592a3 diff --git a/python-pycifrw/PKGBUILD b/python-pycifrw/PKGBUILD index ff4e4959..3ea5d0a7 100644 --- a/python-pycifrw/PKGBUILD +++ b/python-pycifrw/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-pycifrw _pkgname='PyCifRW' pkgver=4.4.2 -pkgrel=1 +pkgrel=2 pkgdesc='Python library for interacting with Crystallographic Information Framework (CIF) files.' arch=('i686' 'pentium4' 'x86_64') url='https://bitbucket.org/jamesrhester/pycifrw/src/development/' @@ -15,8 +15,8 @@ makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') source=("https://pypi.python.org/packages/36/92/ff9bab1b65aba9a80035b6d1c3b0c3e41c7aae64b30a3326d51836a3a66b/PyCifRW-${pkgver}.tar.gz") sha512sums=('9fb9be4fcc2ebe5fac8b1d0b11820a041a3d0a00cd8be1dd46402797c3a7401487658e21ea24bbeeca0171b9521829b20bf99b255217125a67248afa39b273b8') diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index b55ac888..bfbb0eda 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.4.3 -pkgrel=1 +pkgrel=2 pkgdesc='Python Interface to the Epics Channel Access protocol of the Epics control system' arch=('i686' 'pentium4' 'x86_64') url='https://pypi.python.org/pypi/pyepics' @@ -16,8 +16,8 @@ makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') source=( "https://pypi.python.org/packages/8b/d4/a2c8736233d7c0bbfd29d92dacffe69b35af35f74ff049c628e7418ed70b/${_pkgname}-${pkgver}.tar.gz" ) diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index d7a48d67..70155e72 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pyfai _pkgname=pyFAI pkgver=0.19.0 -pkgrel=10 +pkgrel=11 pkgdesc="Fast Azimuthal Integration in Python." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" @@ -15,8 +15,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-bash_kernel' 'cython' 'python-fabio' diff --git a/python-pyfftw/PKGBUILD b/python-pyfftw/PKGBUILD index 23bf35a0..68c566a5 100644 --- a/python-pyfftw/PKGBUILD +++ b/python-pyfftw/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=pyFFTW pkgname='python-pyfftw' pkgver=0.12.0 -pkgrel=4 +pkgrel=5 pkgdesc='A pythonic wrapper around FFTW.' url='http://hgomersall.github.io/pyFFTW/' _pinned_dependencies=( @@ -20,8 +20,8 @@ depends=( "${_pinned_dependencies[@]}" 'cython>=0.29' 'fftw' - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-numpy>=1.10' 'python-scipy>=0.16.0') makedepends=( diff --git a/python-pymca/PKGBUILD b/python-pymca/PKGBUILD index 24b31d6a..ba711843 100755 --- a/python-pymca/PKGBUILD +++ b/python-pymca/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pymca _pkgname="${pkgname#*-}" pkgver=5.6.3 -pkgrel=1 +pkgrel=2 pkgdesc='Stand-alone application and Python tools for interactive and/or batch processing analysis of X-Ray Fluorescence Spectra' arch=('i686' 'pentium4' 'x86_64') url='http://pymca.sourceforge.net/index.html' @@ -14,8 +14,8 @@ makedepends=( 'python-numpy' 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-numpy') optdepends=( 'python-pyqt5: gui' diff --git a/python-pyshortcuts/PKGBUILD b/python-pyshortcuts/PKGBUILD index bda47e17..96a8e45d 100644 --- a/python-pyshortcuts/PKGBUILD +++ b/python-pyshortcuts/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-pyshortcuts' _pkgname='pyshortcuts' pkgver=1.7.2 -pkgrel=1 +pkgrel=2 pkgdesc='create desktop shortcuts to python scripts on Windows, Mac, or Linux' arch=('any') url='https://github.com/newville/pyshortcuts' @@ -12,8 +12,8 @@ makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/newville/${_pkgname}/archive/${pkgver}.tar.gz") sha512sums=('4a4a1951faad374a6046b7b31dd94ae055042a806c33df9cc093d84a0f61563b152b40a4baf06a1e0c9e8d408a2ca8fdcd04b1a9138297995ee111b905eb9130') diff --git a/python-pywavelets/PKGBUILD b/python-pywavelets/PKGBUILD index c662d29c..bc31e434 100644 --- a/python-pywavelets/PKGBUILD +++ b/python-pywavelets/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pywavelets _pkgname=pywt pkgver=1.1.1 -pkgrel=4 +pkgrel=5 pkgdesc="Discrete Wavelet Transforms in Python" arch=('x86_64' 'i686' 'pentium4') url="https://github.com/PyWavelets/pywt" @@ -14,8 +14,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'cython' 'python-matplotlib' 'python-nose' diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD index e30448a9..f8cc6119 100644 --- a/python-scikit-image/PKGBUILD +++ b/python-scikit-image/PKGBUILD @@ -5,7 +5,7 @@ pkgname='python-scikit-image' _pkgname="${pkgname#*-}" pkgver=0.17.2 -pkgrel=6 +pkgrel=7 pkgdesc="Image processing routines for SciPy" arch=('i686' 'pentium4' 'x86_64') url="http://scikit-image.org/" @@ -16,8 +16,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-imageio>=2.3.0' 'python-matplotlib>=2.0.0' 'python-networkx>=2.0' diff --git a/python-silx/PKGBUILD b/python-silx/PKGBUILD index 049fce31..9e130169 100644 --- a/python-silx/PKGBUILD +++ b/python-silx/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-silx _pkgname=silx pkgver=0.13.2 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" @@ -16,8 +16,8 @@ _pinned_dependencies=( depends=( "${_pinned_dependencies[@]}" 'cython>=0.21.1' - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-pyopencl' 'python-fabio>=0.7' 'python-h5py' diff --git a/python-simplepam/PKGBUILD b/python-simplepam/PKGBUILD index 16fc7160..b58aaad2 100644 --- a/python-simplepam/PKGBUILD +++ b/python-simplepam/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-simplepam _pkgname=python3-simplepam pkgver=0.1.5 -pkgrel=4 +pkgrel=5 pkgdesc="Pure Python interface to the Pluggable Authentication Modules system on Linux" arch=('any') url="https://github.com/leonnnn/python3-simplepam" license=('MIT') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'pam' ) source=("$_pkgname-$pkgver.tar.gz::https://github.com/leonnnn/python3-simplepam/archive/$pkgver.tar.gz") diff --git a/python-sphinx-better-theme/PKGBUILD b/python-sphinx-better-theme/PKGBUILD index a4bae0ee..3432e81d 100644 --- a/python-sphinx-better-theme/PKGBUILD +++ b/python-sphinx-better-theme/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-sphinx-better-theme _pkgname=sphinx-better-theme pkgver=0.13 -pkgrel=3 +pkgrel=4 pkgdesc='theme for Sphinx that looks nice' arch=('any') url='https://sphinx-better-theme.readthedocs.io/' license=('custom') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' ) source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/irskep/${_pkgname}/archive/v${pkgver}.tar.gz") sha512sums=('ad9b52205b29a410c918f789e5b4d110ca6bb654da18203206504efef7f16228b93b764cf14d9cca1a89d1850a4327b51f1f6fe7219d5968b5e51e5cf1935f42') diff --git a/python-sphinxcontrib-programoutput/PKGBUILD b/python-sphinxcontrib-programoutput/PKGBUILD index a656987e..824bf166 100644 --- a/python-sphinxcontrib-programoutput/PKGBUILD +++ b/python-sphinxcontrib-programoutput/PKGBUILD @@ -4,14 +4,14 @@ pkgname=python-sphinxcontrib-programoutput _pkgname=sphinxcontrib-programoutput pkgver=0.16 -pkgrel=2 +pkgrel=3 pkgdesc="Sphinx extension to include program output" arch=('any') url="https://bitbucket.org/birkenfeld/sphinx-contrib" license=('BSD') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') makedepends=( 'python-setuptools') provides=('sphinxcontrib-programoutput') diff --git a/python-wxmplot/PKGBUILD b/python-wxmplot/PKGBUILD index 3ca8d442..672e4e51 100755 --- a/python-wxmplot/PKGBUILD +++ b/python-wxmplot/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-wxmplot _pkgname="${pkgname#*-}" pkgver=0.9.43 -pkgrel=1 +pkgrel=2 pkgdesc='A library for plotting in wxPython using matplotlib' arch=('any') url='https://pypi.python.org/pypi/wxmplot/0.9.18' @@ -11,8 +11,8 @@ makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') source=( "https://pypi.python.org/packages/03/b0/4c9f32a3b249f3e55b0548999fdff787ce93ee9516a34e0ea8cb6fcb5bae/${_pkgname}-${pkgver}.tar.gz" ) diff --git a/python-wxutils/PKGBUILD b/python-wxutils/PKGBUILD index 2c7f9490..c93a19fb 100755 --- a/python-wxutils/PKGBUILD +++ b/python-wxutils/PKGBUILD @@ -2,15 +2,15 @@ pkgname=python-wxutils _pkgname="${pkgname#*-}" pkgver=0.2.4 -pkgrel=2 +pkgrel=3 pkgdesc='A library of convenience functions for wxPython' arch=('any') url='https://pypi.python.org/pypi/wxutils/0.1.2' license=('BSD') groups=() depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-wxpython' ) makedepends=( diff --git a/python-xraydb/PKGBUILD b/python-xraydb/PKGBUILD index 05127ad1..fb9dd30e 100644 --- a/python-xraydb/PKGBUILD +++ b/python-xraydb/PKGBUILD @@ -2,7 +2,7 @@ pkgname='python-xraydb' pkgver=4.4.5 -pkgrel=1 +pkgrel=2 arch=('any') url='https://github.com/xraypy/XrayDB' license=('Unlicense') @@ -10,8 +10,8 @@ pkgdesc='X-ray Reference Data in SQLite library, including a Python interface' source=("$pkgname-$pkgver.tar.gz::https://github.com/xraypy/XrayDB/archive/$pkgver.tar.gz") sha512sums=('ca3c1389817a21ef1f47b0eafe30bbb1fc264d984416b8bf1e2445ed8d65adec7cad9c0682e7435c6677c9d6a6f372bf2c1560be91b987613f4e5395c09e4985') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' ) makedepends=( 'python-setuptools' -- cgit v1.2.3-54-g00ecf