summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-11-14 23:01:33 +0100
committerErich Eckner <git@eckner.net>2019-11-14 23:01:33 +0100
commitf5fcad7e66361f64763ade864f1eb40e3770dda5 (patch)
tree87f8dbf851b48ef2c4fed901f3ab3290a74098f4
parent1c53e38d97fde20a3b1e4809ea92e0e95e4bbaaa (diff)
downloadarchlinuxewe.git.save-f5fcad7e66361f64763ade864f1eb40e3770dda5.tar.xz
recompile all python packages
-rw-r--r--ipython-ipyparallel/PKGBUILD6
-rw-r--r--jupyterhub/PKGBUILD6
-rw-r--r--pssh-git/PKGBUILD6
-rw-r--r--python-asteval/PKGBUILD6
-rw-r--r--python-bash_kernel/PKGBUILD6
-rw-r--r--python-certipy/PKGBUILD6
-rw-r--r--python-courier-pythonfilter/PKGBUILD6
-rw-r--r--python-fabio/PKGBUILD6
-rw-r--r--python-fisx/PKGBUILD6
-rw-r--r--python-hpilo/PKGBUILD6
m---------python-ipympl0
-rw-r--r--python-lmfit/PKGBUILD6
-rw-r--r--python-oauth2/PKGBUILD6
-rw-r--r--python-pamela/PKGBUILD6
-rw-r--r--python-peakutils/PKGBUILD6
m---------python-postpic0
-rw-r--r--python-pycifrw/PKGBUILD6
-rwxr-xr-xpython-pyepics/PKGBUILD6
-rw-r--r--python-pyfai/PKGBUILD6
-rw-r--r--python-pyfftw/PKGBUILD6
-rwxr-xr-xpython-pymca/PKGBUILD6
-rw-r--r--python-pyshortcuts/PKGBUILD6
-rw-r--r--python-pywavelets/PKGBUILD6
-rw-r--r--python-scikit-image/PKGBUILD6
-rw-r--r--python-silx/PKGBUILD6
-rw-r--r--python-simplepam/PKGBUILD6
-rw-r--r--python-sphinx-better-theme/PKGBUILD6
-rw-r--r--python-sphinxcontrib-programoutput/PKGBUILD6
-rwxr-xr-xpython-wxmplot/PKGBUILD6
-rwxr-xr-xpython-wxutils/PKGBUILD6
-rwxr-xr-xxraylarch/PKGBUILD6
31 files changed, 87 insertions, 87 deletions
diff --git a/ipython-ipyparallel/PKGBUILD b/ipython-ipyparallel/PKGBUILD
index 565b4564..c9391a5c 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.2.4
-pkgrel=1
+pkgrel=2
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.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'ipython'
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 37ef1272..3d46b14b 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=jupyterhub
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
license=('BSD')
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'python-alembic'
'python-async_generator>=1.8'
'python-certipy'
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD
index afade5d1..db952805 100644
--- a/pssh-git/PKGBUILD
+++ b/pssh-git/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=pssh-git
pkgver=2.3.1+48+g0d4ace1
_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.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'openssh'
)
makedepends=('git' 'python-setuptools')
diff --git a/python-asteval/PKGBUILD b/python-asteval/PKGBUILD
index 3462003d..87d6cf31 100644
--- a/python-asteval/PKGBUILD
+++ b/python-asteval/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-asteval
pkgname=('python-asteval' 'python2-asteval')
_pkgname="${pkgbase#*-}"
pkgver=0.9.16
-pkgrel=1
+pkgrel=2
pkgdesc='Minimal Python AST Evaluator'
arch=('any')
url='https://newville.github.io/asteval/'
@@ -15,8 +15,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=()
_makedepends=(
diff --git a/python-bash_kernel/PKGBUILD b/python-bash_kernel/PKGBUILD
index 1615ff78..db7362d5 100644
--- a/python-bash_kernel/PKGBUILD
+++ b/python-bash_kernel/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-bash_kernel
pkgname=(python2-bash_kernel python-bash_kernel)
_pkgname=bash_kernel
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc='A Jupyter kernel for bash.'
arch=('any')
url='https://github.com/takluyver/bash_kernel'
@@ -14,8 +14,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
)
diff --git a/python-certipy/PKGBUILD b/python-certipy/PKGBUILD
index 203b5dbf..c633b03f 100644
--- a/python-certipy/PKGBUILD
+++ b/python-certipy/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-certipy
pkgname=(python-certipy python2-certipy)
_pkgname="${pkgbase#*-}"
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A simple python tool for creating certificate authorities and certificates on the fly"
arch=(any)
url="https://github.com/LLNL/certipy"
@@ -14,8 +14,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-pyopenssl'
diff --git a/python-courier-pythonfilter/PKGBUILD b/python-courier-pythonfilter/PKGBUILD
index f93b8483..f9ed7758 100644
--- a/python-courier-pythonfilter/PKGBUILD
+++ b/python-courier-pythonfilter/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-courier-pythonfilter
_pkgname="${pkgname#*-}"
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='collection of useful filters for the Courier MTA, and a framework for developing new filters in Python'
arch=('any')
url='https://bitbucket.org/gordonmessmer/courier-pythonfilter'
license=('GPL')
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
makedepends=(
'python-setuptools')
diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD
index ca1882f4..7d37112b 100644
--- a/python-fabio/PKGBUILD
+++ b/python-fabio/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-fabio
pkgname=(python2-fabio python-fabio)
_pkgname=fabio
pkgver=0.9.0
-pkgrel=6
+pkgrel=7
pkgdesc="I/O library for images produced by 2D X-ray detectors."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -15,8 +15,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'cython'
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD
index f39c9555..f56b7efa 100644
--- a/python-fisx/PKGBUILD
+++ b/python-fisx/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-fisx
pkgname=(python2-fisx python-fisx)
_pkgname="${pkgbase#*-}"
pkgver=1.1.8
-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'
@@ -13,8 +13,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-numpy')
diff --git a/python-hpilo/PKGBUILD b/python-hpilo/PKGBUILD
index 5480783b..1105899e 100644
--- a/python-hpilo/PKGBUILD
+++ b/python-hpilo/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-hpilo
pkgname=(python2-hpilo python-hpilo)
_pkgname="${pkgbase#*-}"
pkgver=4.3
-pkgrel=1
+pkgrel=2
pkgdesc='Accessing the HP iLO XML interface from python'
arch=('any')
url='http://seveas.github.io/python-hpilo/'
@@ -13,8 +13,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
)
diff --git a/python-ipympl b/python-ipympl
-Subproject ad999ba0e259256bf1f2e516d9a8f031ad6dbbb
+Subproject 2391aa06cba227b168e78831a5153d123c7399e
diff --git a/python-lmfit/PKGBUILD b/python-lmfit/PKGBUILD
index d4a5e268..ef7d42cf 100644
--- a/python-lmfit/PKGBUILD
+++ b/python-lmfit/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-lmfit
_pkgname=lmfit-py
pkgname=('python-lmfit' 'python2-lmfit')
pkgver=0.9.14
-pkgrel=1
+pkgrel=2
pkgdesc="Least-Squares Minimization with Constraints for Python"
arch=('any')
url="http://lmfit.github.io/lmfit-py/"
@@ -15,8 +15,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-asteval>=0.9.12'
diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD
index abea56ef..1ae04ec0 100644
--- a/python-oauth2/PKGBUILD
+++ b/python-oauth2/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-oauth2
_pkgname=python-oauth2
pkgname=(python-oauth2 python2-oauth2)
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
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')
@@ -13,8 +13,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-mock'
diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD
index e3c5349b..1b7ea118 100644
--- a/python-pamela/PKGBUILD
+++ b/python-pamela/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-pamela
_pkgname=pamela
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python PAM interface"
arch=('any')
url="https://github.com/minrk/pamela"
license=('MIT')
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'pam'
)
makedepends=(
diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD
index 4d023772..34025f27 100644
--- a/python-peakutils/PKGBUILD
+++ b/python-peakutils/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-peakutils
pkgname=('python-peakutils' 'python2-peakutils')
_pkgname='PeakUtils'
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Peak detection utilities for 1D data"
arch=('any')
url="https://pypi.python.org/pypi/PeakUtils"
@@ -15,8 +15,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-sphinx-better-theme')
diff --git a/python-postpic b/python-postpic
-Subproject a032f738ffb63379c6907fe34cdda42e254d49f
+Subproject 924f5f5492c5069b73128e2b4de23accee4f9e6
diff --git a/python-pycifrw/PKGBUILD b/python-pycifrw/PKGBUILD
index 3b79f5bc..f2b17d0f 100644
--- a/python-pycifrw/PKGBUILD
+++ b/python-pycifrw/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-pycifrw
pkgname=(python2-pycifrw python-pycifrw)
_pkgname='PyCifRW'
pkgver=4.4.1
-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/'
@@ -14,8 +14,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python')
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD
index f677b0f8..7b8a1e50 100755
--- a/python-pyepics/PKGBUILD
+++ b/python-pyepics/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-pyepics
pkgname=(python2-pyepics python-pyepics)
_pkgname="${pkgbase#*-}"
pkgver=3.4.0
-pkgrel=4
+pkgrel=5
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'
@@ -14,8 +14,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_makedepends=(
'python-setuptools'
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD
index 77b8a1c1..09e03557 100644
--- a/python-pyfai/PKGBUILD
+++ b/python-pyfai/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-pyfai
pkgname=(python2-pyfai python-pyfai)
_pkgname=pyFAI
pkgver=0.18.0
-pkgrel=5
+pkgrel=6
pkgdesc="Fast Azimuthal Integration in Python."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -15,8 +15,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-bash_kernel'
diff --git a/python-pyfftw/PKGBUILD b/python-pyfftw/PKGBUILD
index 3f61e02a..d6780567 100644
--- a/python-pyfftw/PKGBUILD
+++ b/python-pyfftw/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=pyFFTW
pkgname=("python-pyfftw" "python2-pyfftw")
pkgbase="python-pyfftw"
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
pkgdesc='A pythonic wrapper around FFTW.'
url='http://hgomersall.github.io/pyFFTW/'
_deppy2=(
@@ -13,8 +13,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-numpy'
diff --git a/python-pymca/PKGBUILD b/python-pymca/PKGBUILD
index 6f93ba0f..c6748794 100755
--- a/python-pymca/PKGBUILD
+++ b/python-pymca/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-pymca
pkgname=(python2-pymca python-pymca)
_pkgname="${pkgbase#*-}"
pkgver=5.5.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'
@@ -13,8 +13,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-fisx>=1.1.5'
diff --git a/python-pyshortcuts/PKGBUILD b/python-pyshortcuts/PKGBUILD
index 74be0bfd..d1ca60df 100644
--- a/python-pyshortcuts/PKGBUILD
+++ b/python-pyshortcuts/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-pyshortcuts
pkgname=('python-pyshortcuts' 'python2-pyshortcuts')
_pkgname='pyshortcuts'
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc='create desktop shortcuts to python scripts on Windows, Mac, or Linux'
arch=('any')
url='https://github.com/newville/pyshortcuts'
@@ -14,8 +14,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python-six')
diff --git a/python-pywavelets/PKGBUILD b/python-pywavelets/PKGBUILD
index 48cdaf05..8bf0743c 100644
--- a/python-pywavelets/PKGBUILD
+++ b/python-pywavelets/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=python-pywavelets
_pkgname=pywt
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Discrete Wavelet Transforms in Python"
arch=('x86_64' 'i686' 'pentium4')
url="https://github.com/PyWavelets/pywt"
license=('MIT')
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'cython'
'python-matplotlib'
'python-nose'
diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD
index b3bef65b..f8d24976 100644
--- a/python-scikit-image/PKGBUILD
+++ b/python-scikit-image/PKGBUILD
@@ -5,14 +5,14 @@
pkgname='python-scikit-image'
_pkgname="${pkgname#*-}"
pkgver=0.16.2
-pkgrel=1
+pkgrel=2
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'pentium4' 'x86_64')
url="http://scikit-image.org/"
license=('BSD')
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'python-scipy'
'python-matplotlib'
'python-networkx'
diff --git a/python-silx/PKGBUILD b/python-silx/PKGBUILD
index b14514de..ed39f24c 100644
--- a/python-silx/PKGBUILD
+++ b/python-silx/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-silx
pkgname=(python2-silx python-silx)
_pkgname=silx
pkgver=0.11.0
-pkgrel=6
+pkgrel=7
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -17,8 +17,8 @@ _deppy2=(
'python2-futures'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'python-pyopencl'
)
_depends=(
diff --git a/python-simplepam/PKGBUILD b/python-simplepam/PKGBUILD
index 3208198d..16fc7160 100644
--- a/python-simplepam/PKGBUILD
+++ b/python-simplepam/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-simplepam
_pkgname=python3-simplepam
pkgver=0.1.5
-pkgrel='3'
+pkgrel=4
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.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'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 7d50d24c..d774e1d2 100644
--- a/python-sphinx-better-theme/PKGBUILD
+++ b/python-sphinx-better-theme/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-better-theme
pkgname=(python2-sphinx-better-theme python-sphinx-better-theme)
_pkgname=sphinx-better-theme
pkgver=0.13
-pkgrel=1
+pkgrel=2
pkgdesc='theme for Sphinx that looks nice'
arch=('any')
url='https://sphinx-better-theme.readthedocs.io/'
@@ -13,8 +13,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=()
_makedepends=()
diff --git a/python-sphinxcontrib-programoutput/PKGBUILD b/python-sphinxcontrib-programoutput/PKGBUILD
index 5294ea07..fb82ca4c 100644
--- a/python-sphinxcontrib-programoutput/PKGBUILD
+++ b/python-sphinxcontrib-programoutput/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-sphinxcontrib-programoutput
pkgname=(python2-sphinxcontrib-programoutput python-sphinxcontrib-programoutput)
_pkgname=sphinxcontrib-programoutput
pkgver=0.15
-pkgrel=1
+pkgrel=2
pkgdesc="Sphinx extension to include program output"
arch=('any')
url="https://bitbucket.org/birkenfeld/sphinx-contrib"
@@ -15,8 +15,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'python')
diff --git a/python-wxmplot/PKGBUILD b/python-wxmplot/PKGBUILD
index a70453d3..7a4cc5e4 100755
--- a/python-wxmplot/PKGBUILD
+++ b/python-wxmplot/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-wxmplot
pkgname=(python2-wxmplot python-wxmplot)
_pkgname="${pkgbase#*-}"
pkgver=0.9.38
-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'
@@ -14,8 +14,8 @@ _deppy2=(
'python2-wxpython3'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'python-wxpython'
)
_depends=(
diff --git a/python-wxutils/PKGBUILD b/python-wxutils/PKGBUILD
index ccf55f2c..805e60ff 100755
--- a/python-wxutils/PKGBUILD
+++ b/python-wxutils/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-wxutils
pkgname=(python2-wxutils python-wxutils)
_pkgname="${pkgbase#*-}"
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='A library of convenience functions for wxPython'
arch=('any')
url='https://pypi.python.org/pypi/wxutils/0.1.2'
@@ -15,8 +15,8 @@ _deppy2=(
'wxpython'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'python-wxpython'
)
_makedepends=(
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD
index 706b6743..d5614b96 100755
--- a/xraylarch/PKGBUILD
+++ b/xraylarch/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=xraylarch
pkgver=0.9.46
-pkgrel=4
+pkgrel=5
pkgdesc="Data Analysis Tools for X-ray Spectroscopy"
arch=('i686' 'pentium4' 'x86_64')
url="http://xraypy.github.io/xraylarch/"
license=('BSD')
groups=()
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'python-asteval>=0.9.12'
'python-h5py>=2.4'
'python-lmfit>=0.9.11'