community/py3-s*: split -pyc

This commit is contained in:
ptrcnull 2023-04-19 21:55:30 +02:00 committed by alice
parent 59e49b82db
commit a768e4bbdf
84 changed files with 168 additions and 87 deletions

View File

@ -3,7 +3,7 @@
pkgname=py3-s3transfer
_pkgname=s3transfer
pkgver=0.6.0
pkgrel=0
pkgrel=1
pkgdesc="Amazon S3 Transfer Manager for Python"
url="https://github.com/boto/s3transfer"
arch="noarch"
@ -11,6 +11,7 @@ license="Apache-2.0"
depends="py3-botocore"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-mock"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/boto/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-saml2
pkgver=7.4.1
pkgrel=0
pkgrel=1
pkgdesc="Pure python implementation of SAML2"
url="https://github.com/IdentityPython/pysaml2"
arch="noarch"
@ -23,6 +23,7 @@ makedepends="
py3-poetry-core
"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/IdentityPython/pysaml2/archive/v$pkgver.tar.gz"
builddir="$srcdir/pysaml2-$pkgver"
options="!check" # py3-mongo in testing

View File

@ -2,7 +2,7 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-schedule
pkgver=1.2.0
pkgrel=0
pkgrel=1
pkgdesc="Job scheduling for humans"
url="https://github.com/dbader/schedule"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-mock"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/schedule/schedule-$pkgver.tar.gz"
builddir="$srcdir/schedule-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-scikit-datasets
_pkgorig=scikit-datasets
pkgver=0.2.2
pkgrel=0
pkgrel=1
pkgdesc="Scikit-learn-compatible datasets"
url="https://github.com/daviddiazvico/scikit-datasets"
# py3-scikit-learn is missing on s390x
@ -17,6 +17,7 @@ depends="
py3-scikit-learn
"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://github.com/daviddiazvico/scikit-datasets/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Carlos Giraldo <cgiraldo@gradiant.org>
pkgname=py3-scikit-learn
pkgver=1.2.2
pkgrel=0
pkgrel=1
pkgdesc="a Python module for machine learning built on top of SciPy"
url="https://scikit-learn.org/"
arch="all !s390x" # blocked by py3-joblib
@ -23,6 +23,7 @@ makedepends="
py3-wheel
python3-dev
"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/scikit-learn/scikit-learn-$pkgver.tar.gz"
builddir="$srcdir/scikit-learn-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-scikit-opt
pkgver=0.6.6
pkgrel=1
pkgrel=2
pkgdesc="Swarm Intelligence in Python"
url="https://github.com/guofei9987/scikit-opt"
arch="noarch !x86" # AssertionErrors
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-numpy py3-scipy"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/scikit-opt/scikit-opt-$pkgver.tar.gz
do-not-install-tests.patch"
builddir="$srcdir/scikit-opt-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-scikit-optimize
pkgver=0.9.0
pkgrel=1
pkgrel=2
pkgdesc="Sequential model-based optimization with a 'scipy.optimize' interface"
url="https://scikit-optimize.github.io/"
arch="noarch !s390x" # blocked by py3-joblib
@ -18,6 +18,7 @@ depends="
"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/scikit-optimize/scikit-optimize-$pkgver.tar.gz"
builddir="$srcdir/scikit-optimize-$pkgver"
options="!check" # broken with new sklearn

View File

@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-scikit-plot
pkgver=0.3.7
pkgrel=0
pkgrel=1
pkgdesc="An intuitive library to add plotting functionality to scikit-learn objects"
url="https://github.com/reiinakano/scikit-plot"
arch="noarch !riscv64 !s390x" # py3-matplotlib #scikit-learn
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-joblib py3-matplotlib py3-scipy py3-scikit-learn"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/reiinakano/scikit-plot/archive/v$pkgver/scikit-plot-$pkgver.tar.gz"
builddir="$srcdir/scikit-plot-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-scikit-uplift
_pkgorig=scikit-uplift
pkgver=0.5.1
pkgrel=1
pkgrel=2
pkgdesc="Classic approaches of Uplift modelling in scikit-learn style in python"
url="https://www.uplift-modeling.com"
arch="noarch !s390x !riscv64 !x86 !armhf !armv7" # py3-scikit-learn, py3-matplotlib, memory errors
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-scikit-learn py3-numpy py3-pandas py3-matplotlib py3-requests py3-tqdm"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/scikit-uplift/scikit-uplift-$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver"
options="!check" # fail with new deps

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-scipy
pkgver=1.10.1
pkgrel=0
pkgrel=1
pkgdesc="Python library for scientific computing"
url="https://www.scipy.org/"
arch="all"
@ -20,6 +20,7 @@ makedepends="
python3-dev
pythran
"
subpackages="$pkgname-pyc"
source="https://github.com/scipy/scipy/releases/download/v$pkgver/scipy-$pkgver.tar.gz"
builddir="$srcdir"/scipy-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-scp
_pkgname=scp.py
pkgver=0.14.5
pkgrel=0
pkgrel=1
pkgdesc="scp module for paramiko"
url="https://github.com/jbardin/scp.py"
arch="noarch"
license="LGPL-2.1-or-later"
depends="python3 py3-paramiko py3-cffi py3-idna py3-cparser"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/jbardin/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@
# Maintainer:
pkgname=py3-scripttest
pkgver=1.3.0
pkgrel=4
pkgrel=5
pkgdesc="Helper to test command-line scripts"
url="https://pypi.org/project/scripttest/"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/pypa/scripttest/archive/$pkgver/scripttest-$pkgver.tar.gz"
builddir="$srcdir/scripttest-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=py3-scrypt
pkgver=0.8.20
pkgrel=3
pkgrel=4
pkgdesc="Python bindings for the scrypt key derivation function"
url="https://pypi.org/project/scrypt/"
license="BSD-2-Clause"
arch="all"
depends="python3"
makedepends="python3-dev openssl-dev py3-gpep517 py3-installer py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/scrypt/scrypt-$pkgver.tar.gz"
builddir="$srcdir/scrypt-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-seaborn
_pkgorig=seaborn
pkgver=0.12.2
pkgrel=0
pkgrel=1
pkgdesc="Statistical data visualization in Python"
url="https://github.com/mwaskom/seaborn"
arch="noarch"
@ -11,6 +11,7 @@ license="BSD-3-Clause"
depends="python3 py3-numpy py3-pandas py3-matplotlib py3-scipy" # statsmodels is also in extras
makedepends="py3-gpep517 py3-flit-core"
checkdepends="py3-pytest py3-pytest-xdist"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/mwaskom/seaborn/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-secretstorage
_pkgname=SecretStorage
pkgver=3.3.3
pkgrel=1
pkgrel=2
pkgdesc="Python bindings to Freedesktop.org Secret Service API"
url="https://github.com/mitya57/secretstorage"
arch="noarch"
license="BSD-3-Clause"
depends="python3 py3-cryptography py3-jeepney"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source=" https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=py3-secure-cookie
pkgver=0.2.0
pkgrel=4
pkgrel=5
pkgdesc="Secure cookies and sessions for WSGI"
url="https://github.com/pallets-eco/secure-cookie"
arch="noarch"
@ -10,6 +10,7 @@ license="BSD-3-Clause"
depends="python3 py3-werkzeug"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/secure-cookie/secure-cookie-$pkgver.tar.gz
werkzeug-2.1.patch
"

View File

@ -1,13 +1,14 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-seedir
pkgver=0.4.2
pkgrel=0
pkgrel=1
pkgdesc="Python package for creating, editing, and reading folder tree diagrams"
url="https://github.com/earnestt1234/seedir"
arch="noarch"
license="MIT"
depends="python3 py3-natsort"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://github.com/earnestt1234/seedir/archive/refs/tags/v$pkgver/py3-seedir-$pkgver.tar.gz"
builddir="$srcdir/seedir-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-semantic-version
pkgver=2.10.0
pkgrel=1
pkgrel=2
pkgdesc="A library implementing the 'SemVer' scheme"
url="https://github.com/rbarrois/python-semanticversion"
arch="noarch"
license="BSD-2-Clause"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/rbarrois/python-semanticversion/archive/$pkgver.tar.gz"
builddir="$srcdir/python-semanticversion-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-semver
_pkgname=python-semver
pkgver=3.0.0
pkgrel=0
pkgrel=1
pkgdesc="Python package to work with Semantic Versioning"
url="https://github.com/python-semver/python-semver"
arch="noarch"
@ -11,6 +11,7 @@ license="BSD-3-Clause"
depends="python3"
options="!check" # tox throws an exception
makedepends="py3-gpep517 py3-wheel py3-setuptools"
subpackages="$pkgname-pyc"
source="semver-$pkgver.tar.gz::https://github.com/python-semver/python-semver/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=py3-send2trash
pkgver=1.8.0
pkgrel=3
pkgrel=4
pkgdesc="Send file to trash natively"
url="https://github.com/arsenetar/send2trash"
arch="noarch"
license="BSD-3-Clause"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/arsenetar/send2trash/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/"send2trash-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-sentry-sdk
pkgver=1.15.0
pkgrel=0
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
url="https://sentry.io/for/python/"
arch="noarch"
@ -10,6 +10,7 @@ license="BSD-2-Clause"
options="!check" # test depends on sanic that is not avail atm
depends="python3 py3-certifi py3-urllib3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/getsentry/sentry-python/archive/$pkgver.tar.gz"
builddir="$srcdir"/sentry-python-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-service_identity
_pkgname=service-identity
pkgver=21.1.0
pkgrel=3
pkgrel=4
pkgdesc="Service identity verification for pyOpenSSL & cryptography."
options="!check" # No testsuite
url="https://pypi.org/project/service-identity/"
@ -12,7 +12,9 @@ license="MIT"
depends="py3-asn1 py3-six py3-asn1-modules py3-attrs py3-characteristic py3-cryptography"
makedepends="py3-setuptools"
checkdepends="py3-pytest-runner"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz"
subpackages="$pkgname-pyc"
source="https://github.com/pyca/service-identity/archive/$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-setproctitle
_pkgname=setproctitle
pkgver=1.3.2
pkgrel=0
pkgrel=1
pkgdesc="A Python module to customize the process title"
url="https://github.com/dvarrazzo/py-setproctitle"
arch="all"
license="BSD-3-Clause"
depends="python3"
makedepends="musl-dev py3-setuptools python3-dev"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/dvarrazzo/py-setproctitle/archive/version-$pkgver.tar.gz"
builddir="$srcdir/py-$_pkgname-version-$pkgver"

View File

@ -1,13 +1,14 @@
# Maintainer: psykose <alice@ayaya.dev>
pkgname=py3-setuptools-gettext
pkgver=0.1.3
pkgrel=0
pkgrel=1
pkgdesc="setuptools plugin for building mo files"
url="https://github.com/breezy-team/setuptools-gettext"
arch="noarch"
license="GPL-2.0-or-later"
depends="python3 gettext"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/breezy-team/setuptools-gettext/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/setuptools-gettext-$pkgver"
options="!check" # no tests

View File

@ -3,7 +3,7 @@
pkgname=py3-setuptools-git
_pkgname=setuptools-git
pkgver=1.2
pkgrel=6
pkgrel=7
pkgdesc="Setuptools plugin for Git"
url="https://github.com/msabramo/setuptools-git"
arch="noarch"
@ -12,6 +12,7 @@ replaces="py-setuptools-git" # for backwards compatibility
provides="py-setuptools-git=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3 git"
makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-setuptools_scm
_pkgname=setuptools_scm
pkgver=7.1.0
pkgrel=0
pkgrel=1
pkgdesc="The blessed package to manage your versions by scm tags"
url="https://github.com/pypa/setuptools_scm"
arch="noarch"
license="MIT"
depends="py3-setuptools py3-packaging py3-typing-extensions"
checkdepends="py3-pytest mercurial"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
options="!check" # fail due to weird git things

View File

@ -3,12 +3,13 @@
pkgname=py3-sgmllib3k
_pkgname=sgmllib3k
pkgver=1.0.0
pkgrel=8
pkgrel=9
pkgdesc="Simple SGML parser"
url="https://pypi.org/project/sgmllib3k"
arch="noarch"
license="BSD"
makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: Holger Jaekel <holger.jaekel@gmx.de>
pkgname=py3-shapely
pkgver=2.0.1
pkgrel=2
pkgrel=3
pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
url="https://pypi.org/project/Shapely"
arch="all"
@ -22,6 +22,7 @@ makedepends="
checkdepends="
py3-pytest
"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/shapely/shapely-$pkgver.tar.gz"
builddir="$srcdir/shapely-$pkgver"

View File

@ -4,7 +4,7 @@
pkgname=py3-shellingham
_realname=${pkgname/py3-/}
pkgver=1.5.0
pkgrel=3
pkgrel=4
pkgdesc="Python3 module to poke around and find out running shell"
url="https://github.com/sarugaku/shellingham"
arch="noarch"
@ -12,6 +12,7 @@ license="MIT"
depends="python3"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest py3-pytest-mock"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/shellingham/archive/$pkgver.tar.gz"
builddir="$srcdir/$_realname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Andy Hawkins <andy@gently.org.uk>
pkgname=py3-shlib
pkgver=1.5
pkgrel=1
pkgrel=2
pkgdesc="Shell Library"
url="https://nurdletech.com/linux-utilities/shlib/"
arch="noarch"
@ -14,6 +14,7 @@ depends="
"
makedepends="py3-setuptools py3-pytest-runner"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/KenKundert/shlib/archive/v$pkgver/shlib-v$pkgver.tar.gz"
builddir="$srcdir/shlib-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-signedjson
pkgver=1.1.4
pkgrel=1
pkgrel=2
pkgdesc="Sign JSON objects with ED25519 signatures"
url="https://github.com/matrix-org/python-signedjson"
arch="noarch"
@ -11,6 +11,7 @@ depends="python3 py3-pynacl py3-canonicaljson py3-unpaddedbase64
py3-typing-extensions"
makedepends="py3-setuptools py3-setuptools_scm"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/signedjson/signedjson-$pkgver.tar.gz"
builddir="$srcdir/signedjson-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-simanneal
_pkgorig=simanneal
pkgver=0.5.0
pkgrel=0
pkgrel=1
pkgdesc="Python module for Simulated Annealing optimization algorithm"
url="https://github.com/perrygeo/simanneal"
arch="noarch"
@ -11,6 +11,7 @@ license="ISC"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-cov"
subpackages="$pkgname-pyc"
source="https://github.com/perrygeo/simanneal/archive/$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/simanneal-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-simframe
_pkgorig=simframe
pkgver=1.0.2
pkgrel=2
pkgrel=3
pkgdesc="Python framework for setting up and running scientific simulations"
url="https://github.com/stammler/simframe/"
arch="noarch !riscv64 !s390x !armhf !armv7 !x86" #py3-matplotlib #py3-dill
@ -11,6 +11,7 @@ license="BSD"
depends="python3 py3-dill py3-h5py py3-matplotlib py3-scipy py3-numpy"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/stammler/$_pkgorig/archive/$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-simpful
_pkgorig=simpful
pkgver=2.10.0
pkgrel=0
pkgrel=1
pkgdesc="A friendly python library for fuzzy logic reasoning"
url="https://github.com/aresio/simpful"
arch="noarch"
@ -11,6 +11,7 @@ license="GPL-3.0-or-later"
depends="python3 py3-matplotlib py3-numpy py3-requests py3-scipy"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://github.com/aresio/simpful/archive/$pkgver/$_pkgorig-$pkgver.tar.gz
version-patch.patch"
builddir="$srcdir/simpful-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Newbyte <newbyte@disroot.org>
pkgname=py3-simpleaudio
pkgver=1.0.4
pkgrel=2
pkgrel=3
pkgdesc="Simple, asynchronous audio playback for Python 3"
url="https://github.com/hamiltron/py-simple-audio"
arch="all"
@ -10,6 +10,7 @@ license="MIT"
options="!check" # no tests?
depends="python3"
makedepends="python3-dev py3-setuptools alsa-lib-dev"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/simpleaudio/simpleaudio-$pkgver.tar.gz"
builddir="$srcdir/simpleaudio-$pkgver"

View File

@ -2,12 +2,13 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-simplegeneric
pkgver=0.8.1
pkgrel=6
pkgrel=7
pkgdesc="Simple generic functions"
url="https://pypi.org/project/simplegeneric/"
arch="noarch"
license="ZPL-2.1"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/simplegeneric/simplegeneric-$pkgver.zip
remove-setup-warning.patch"
builddir="$srcdir/${pkgname#py3-}-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-simplejson
pkgver=3.19.1
pkgrel=0
pkgrel=1
pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python"
url="https://github.com/simplejson/simplejson"
arch="all"
@ -14,6 +14,7 @@ makedepends="
py3-wheel
python3-dev
"
subpackages="$pkgname-pyc"
source="https://github.com/simplejson/simplejson/archive/refs/tags/v$pkgver/simplejson-v$pkgver.tar.gz"
builddir="$srcdir"/simplejson-$pkgver

View File

@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=py3-simpleparse
pkgver=2.2.3
pkgrel=0
pkgrel=1
pkgdesc="Python library providing simple and fast parser generator"
url="https://github.com/mcfletch/simpleparse"
arch="all"
@ -9,6 +9,7 @@ license="eGenix ISC"
depends="python3"
makedepends="python3-dev py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/mcfletch/simpleparse/archive/refs/tags/$pkgver.tar.gz
$pkgname-python3.11.patch::https://github.com/mcfletch/simpleparse/commit/36c26a401870eb9570bd6b1b5afc93e4a4f243a0.patch
"

View File

@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-sip
pkgver=6.7.9
pkgrel=0
pkgrel=1
pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
options="!check" # No testsuite
url="http://www.riverbankcomputing.com/software/sip/"
@ -15,6 +15,7 @@ depends="
py3-toml
"
makedepends="python3-dev py3-gpep517 py3-wheel"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz"
builddir="$srcdir/sip-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-skia-pathops
pkgver=0.2.1
pkgrel=3
pkgrel=4
pkgdesc="Python bindings for the Skia library's Path Ops"
url="https://github.com/fonttools/skia-pathops"
arch="all !s390x" # doesn't support big endian
@ -10,6 +10,7 @@ license="BSD-3-Clause"
depends="python3 cython"
makedepends="python3-dev py3-setuptools py3-setuptools_scm"
options="!check" # missing deps: pytest-cython, pytest-randomly
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/skia-pathops/skia-pathops-$pkgver.zip"
builddir="$srcdir/skia-pathops-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sklearn-nature-inspired-algorithms
_pkgorig=Sklearn-Nature-Inspired-Algorithms
pkgver=0.11.0
pkgrel=0
pkgrel=1
pkgdesc="Nature-inspired algorithms for hyper-parameter tuning of Scikit-Learn models"
url="https://github.com/timzatko/Sklearn-Nature-Inspired-Algorithms"
arch="noarch !riscv64 !s390x !armv7" # py3-matplotlib, py3-scikit-learn, assertion errors
@ -19,6 +19,7 @@ depends="
"
makedepends="py3-poetry-core py3-gpep517 py3-platformdirs py3-threadpoolctl py3-installer"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/timzatko/Sklearn-Nature-Inspired-Algorithms/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz
poetry-core.patch
"

View File

@ -3,7 +3,7 @@
pkgname=py3-skywriter-hat
_pkgname=skywriter-hat
pkgver=0.0.8
pkgrel=1
pkgrel=2
pkgdesc="Python libraries for the Pimoroni Skywriter board"
options="!check" # No testsuite
url="https://github.com/pimoroni/skywriter-hat"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/pimoroni/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver/library"

View File

@ -2,13 +2,14 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=py3-slugify
pkgver=8.0.1
pkgrel=0
pkgrel=1
pkgdesc="Python module for creating slugs from unicode strings"
url="https://github.com/un33k/python-slugify"
license="MIT"
arch="noarch"
depends="python3 py3-unidecode"
makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"
source="https://github.com/un33k/python-slugify/archive/v$pkgver/py3-slugify-$pkgver.tar.gz"
builddir="$srcdir/python-slugify-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Andy Hawkins <andy@gently.org.uk>
pkgname=py3-sly
pkgver=0.5
pkgrel=1
pkgrel=2
pkgdesc="Python implementation of lax and yacc"
url="https://github.com/dabeaz/sly"
arch="noarch"
@ -21,6 +21,7 @@ checkdepends="
py3-regex
"
_commit="40009882310b6f1022ab050ff7bf6025500ee45c"
subpackages="$pkgname-pyc"
source="sly-v$pkgver.tar.gz::https://github.com/dabeaz/sly/archive/$_commit.tar.gz"
builddir="$srcdir/sly-$_commit"

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-smmap2
pkgver=5.0.0
pkgrel=0
pkgrel=1
pkgdesc="pure Python3 implementation of a sliding window memory map manager"
url="https://github.com/gitpython-developers/smmap"
arch="noarch"
@ -10,6 +10,7 @@ license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-nose py3-nosexcover py3-coverage"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/gitpython-developers/smmap/archive/v$pkgver.tar.gz"
builddir="$srcdir/smmap-$pkgver"

View File

@ -4,7 +4,7 @@ pkgname=py3-snaptime
_pkgorig=snaptime
_commit=cc8b7d4489ee8104b717ed461dd21aee806ae322
pkgver=0.2.4
pkgrel=1
pkgrel=2
pkgdesc="Python package to modify timestamps"
url="https://github.com/zartstrom/snaptime"
arch="noarch"
@ -12,6 +12,7 @@ license="MIT"
depends="python3 py3-tz py3-dateutil"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/zartstrom/$_pkgorig/archive/$_commit/$_pkgorig-$_commit.tar.gz"
builddir="$srcdir/$_pkgorig-$_commit"

View File

@ -2,13 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-sniffio
pkgver=1.3.0
pkgrel=1
pkgrel=2
pkgdesc="Sniff out which async library your code is running under"
url="https://github.com/python-trio/sniffio"
arch="noarch"
license="MIT OR Apache-2.0"
depends="python3 py3-curio"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/sniffio/sniffio-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/sniffio-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-snmp
_pkgname=pysnmp
pkgver=4.4.12
pkgrel=3
pkgrel=4
pkgdesc="Python3 SNMP v1/v2c/v3 engine"
url="http://snmplabs.com/pysnmp/index.html"
arch="noarch"
@ -11,6 +11,7 @@ license="BSD-2-Clause"
options="!check"
depends="python3 py3-asn1 py3-pycryptodome"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
remove-bogus-check.patch
"

View File

@ -3,7 +3,7 @@
pkgname=py3-snuggs
_pkgname=snuggs
pkgver=1.4.7
pkgrel=5
pkgrel=6
pkgdesc="Snuggs are s-expressions for Numpy"
url="https://pypi.org/project/snuggs/"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-numpy py3-parsing"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-hypothesis"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/mapbox/snuggs/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=py3-socksio
pkgver=1.0.0
pkgrel=1
pkgrel=2
pkgdesc="Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5"
url="https://pypi.org/project/socksio/"
license="MIT"
@ -10,7 +10,7 @@ arch="noarch"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-cov"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/socksio/socksio-$pkgver.tar.gz"
builddir="$srcdir/socksio-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-softlayer-zeep
pkgver=5.0.0
pkgrel=1
pkgrel=2
pkgdesc="modern/fast Python SOAP client based on lxml / requests"
url="https://docs.python-zeep.org/en/master/"
arch="noarch"
@ -21,6 +21,7 @@ makedepends="py3-setuptools"
checkdepends="py3-freezegun py3-pretend py3-pytest py3-pytest-asyncio py3-pytest-httpx py3-requests-mock"
# test deps not available
if [ "$CARCH" = "armhf" ] || [ "$CARCH" = "ppc64le" ]; then options="!check"; fi
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/softlayer-zeep/softlayer-zeep-$pkgver.tar.gz"
builddir="$srcdir/softlayer-zeep-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-softlayer
pkgver=6.1.6
pkgrel=0
pkgrel=1
pkgdesc="library for SoftLayer's API"
url="https://github.com/softlayer/softlayer-python"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="py3-click py3-prompt_toolkit py3-prettytable3 py3-pygments py3-requests py3-rich py3-urllib3"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest py3-pytest-mock py3-testtools py3-softlayer-zeep python3-tkinter"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz"
builddir="$srcdir/softlayer-python-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-solo1
_pkgname=solo1-cli
pkgver=0.1.1
pkgrel=2
pkgrel=3
pkgdesc="Python3 tool and library for SoloKeys"
url="https://github.com/solokeys/solo1-cli"
arch="noarch"
@ -19,6 +19,7 @@ depends="
py3-usb
"
makedepends="py3-gpep517 py3-flit-core"
subpackages="$pkgname-pyc"
source="
https://github.com/solokeys/solo1-cli/archive/$pkgver/solo1-cli-$pkgver.tar.gz
70-solokey.rules

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-soupsieve
pkgver=2.4
pkgrel=0
pkgrel=1
pkgdesc="modern CSS selector implementation for Beautiful Soup"
options="!check" # Circular dependency on py3-beautifulsoup4
url="https://github.com/facelessuser/soupsieve"
@ -10,6 +10,7 @@ arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-hatchling py3-gpep517"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz"
builddir="$srcdir/soupsieve-$pkgver"

View File

@ -2,7 +2,7 @@
pkgname=py3-sparqlwrapper
_pkgname=sparqlwrapper
pkgver=2.0.0
pkgrel=1
pkgrel=2
pkgdesc="SPARQL Endpoint interface to Python"
url="https://rdflib.github.io/sparqlwrapper/"
arch="noarch"
@ -10,6 +10,7 @@ license="W3C"
depends="python3"
checkdepends="bash py3-nose"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/RDFLib/sparqlwrapper/archive/$pkgver.tar.gz"
options="!check" # depends on py3-rdflib which would cause a circular dependency
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-speech2text
pkgver=0.2.1
pkgrel=5
pkgrel=6
pkgdesc="Mycroft STT engine wrappers"
url="https://github.com/HelloChatterbox/speech2text"
arch="noarch"
@ -13,6 +13,7 @@ depends="
python3
"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/speech2text/speech2text-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/speech2text-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-speechpy
pkgver=2.4
pkgrel=3
pkgrel=4
pkgdesc="A Library for Speech Processing and Recognition"
url="http://speechpy.readthedocs.io/en/latest/"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-numpy py3-scipy"
makedepends="py3-setuptools py3-numpy-dev"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/speechpy-fast/speechpy-fast-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/speechpy-fast-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-speechrecognition
pkgver=3.10.0
pkgrel=0
pkgrel=1
pkgdesc="Library for performing speech recognition, with support for several engines and APIs, online and offline"
url="https://github.com/Uberi/speech_recognition/"
arch="noarch"
license="BSD-3-Clause AND GPL-2.0-only"
depends="python3 py3-pyaudio flac"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://github.com/Uberi/speech_recognition/archive/$pkgver/speech_recognition-$pkgver.tar.gz"
options="!check" # Requires user interaction and a mic
builddir="$srcdir/speech_recognition-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-sphinx-autobuild
pkgver=2021.03.14
pkgrel=0
pkgrel=1
pkgdesc="Watch a Sphinx directory and rebuild the documentation when a change is detected"
url="https://github.com/executablebooks/sphinx-autobuild"
arch="noarch"
@ -20,6 +20,7 @@ makedepends="
py3-flit-core
"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/executablebooks/sphinx-autobuild/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir"/sphinx-autobuild-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: messense <messense@icloud.com>
pkgname=py3-sphinx-copybutton
pkgver=0.5.1
pkgrel=0
pkgrel=1
pkgdesc="Add a copy button to code blocks"
url="https://github.com/executablebooks/sphinx-copybutton"
arch="noarch"
@ -12,6 +12,7 @@ depends="
python3
"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/sphinx-copybutton-$pkgver"

View File

@ -3,7 +3,7 @@
# Maintainer:
pkgname=py3-sphinx-inline-tabs
pkgver=2020.10.19b4
pkgrel=4
pkgrel=5
pkgdesc="Add inline tabbed content to your Sphinx documentation"
url="https://github.com/pradyunsg/sphinx-inline-tabs"
arch="noarch"
@ -13,6 +13,7 @@ depends="
python3
"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/sphinx_inline_tabs/sphinx_inline_tabs-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/sphinx_inline_tabs-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-sphinx_rtd_theme
pkgver=1.2.0
pkgrel=1
pkgrel=2
pkgdesc="Sphinx theme for readthedocs.org"
url="https://github.com/readthedocs/sphinx_rtd_theme"
arch="noarch"
@ -20,6 +20,7 @@ makedepends="
"
checkdepends="py3-pytest"
options="!check" # readthedocs_ext is missing
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/readthedocs/sphinx_rtd_theme/archive/$pkgver.tar.gz"
builddir="$srcdir/sphinx_rtd_theme-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-images
_pkgname=sphinxcontrib-images
pkgver=0.9.4
pkgrel=1
pkgrel=2
pkgdesc="Sphinx images extension"
url="https://github.com/sphinx-contrib/images"
arch="noarch"
license="Apache-2.0"
depends="py3-requests py3-sphinx"
makedepends="py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-sphinxcontrib-jquery
pkgver=4.1
pkgrel=0
pkgrel=1
pkgdesc="Sphinx jquery extension"
url="https://github.com/sphinx-contrib/jquery"
arch="noarch"
@ -13,6 +13,7 @@ makedepends="
py3-gpep517
"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/sphinx-contrib/jquery/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir"/jquery-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-sphinxcontrib-newsfeed
_pyname=sphinxcontrib-newsfeed
pkgver=0.1.4
pkgrel=3
pkgrel=4
pkgdesc="News Feed extension for Sphinx"
url="https://github.com/prometheusresearch/sphinxcontrib-newsfeed"
arch="noarch"
@ -11,6 +11,7 @@ license="BSD-2-Clause"
options="!check" # no tests
depends="python3 py3-sphinx"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-sport-activities-features
pkgver=0.3.11
pkgrel=0
pkgrel=1
pkgdesc="A minimalistic toolbox for extracting features from sport activity files"
url="https://github.com/firefly-cpp/sport-activities-features"
arch="noarch !ppc64le !s390x !riscv64" # py3-niaaml
@ -22,7 +22,7 @@ depends="
"
checkdepends="python3-dev py3-pytest"
makedepends="py3-gpep517 py3-poetry-core"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://github.com/firefly-cpp/sport-activities-features/archive/$pkgver/sport-activities-features-$pkgver.tar.gz"
builddir="$srcdir/sport-activities-features-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-sqlalchemy
pkgver=1.4.45
pkgrel=1
pkgrel=2
pkgdesc="object relational mapper for Python"
url="https://pypi.org/project/SQLAlchemy"
arch="all"
@ -11,6 +11,7 @@ makedepends="python3-dev py3-setuptools"
checkdepends="
py3-pytest py3-mock py3-pytest-xdist py3-greenlet
"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"
builddir="$srcdir/SQLAlchemy-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sqlglot
_pkgname=sqlglot
pkgver=10.6.3
pkgrel=0
pkgrel=1
pkgdesc="Python SQL Parser and Transpiler"
url="https://github.com/tobymao/sqlglot"
arch="noarch"
@ -13,6 +13,7 @@ makedepends="py3-setuptools"
options="!check"
# tests are included in the github release tarball but seem to require
# additional aports to be added, see requirements.txt
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/sqlglot/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sqlparse
_pkgname=sqlparse
pkgver=0.4.4
pkgrel=0
pkgrel=1
pkgdesc="A non-validating SQL parser module for Python"
url="https://sqlparse.readthedocs.io/"
arch="noarch"

View File

@ -2,7 +2,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-ssdeep
pkgver=3.4.1
pkgrel=1
pkgrel=2
pkgdesc="Python wrapper for ssdeep fuzzy hashing library"
url="https://github.com/DinoTools/python-ssdeep"
arch="all"
@ -10,6 +10,7 @@ license="LGPL-3.0-or-later"
depends="python3 py3-cffi py3-six"
makedepends="python3-dev py3-setuptools libfuzzy2-dev py3-wheel"
checkdepends="py3-pytest py3-pytest-runner"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/DinoTools/python-ssdeep/archive/$pkgver.tar.gz
pytest-runner.patch"
builddir="$srcdir/python-ssdeep-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-stack_data
pkgver=0.6.2
pkgrel=0
pkgrel=1
pkgdesc="library that extracts data from stack frames and tracebacks"
url="https://github.com/alexmojaki/stack_data"
arch="noarch"
@ -11,6 +11,7 @@ depends="python3 py3-executing py3-asttokens py3-pure_eval"
makedepends="py3-gpep517 py3-setuptools_scm py3-wheel"
checkdepends="py3-pytest py3-typeguard"
options="!check" # requires unpackaged littleutils
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/alexmojaki/stack_data/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/stack_data-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-statmake
pkgver=0.6.0
pkgrel=0
pkgrel=1
pkgdesc="Applies STAT information from a Stylespace to a variable font"
url="https://github.com/daltonmaag/statmake"
arch="noarch"
@ -15,6 +15,7 @@ makedepends="
py3-wheel
"
checkdepends="py3-ufo2ft py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/daltonmaag/statmake/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/statmake-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-statsmodels
pkgver=0.13.5
pkgrel=0
pkgrel=1
pkgdesc="Statistical modeling and econometrics in Python"
url="https://www.statsmodels.org/"
arch="all !s390x" # py3-joblib
@ -17,6 +17,7 @@ depends="
"
makedepends="cython py3-setuptools_scm py3-numpy-dev"
checkdepends="py3-pytest-xdist py3-pytest-cov py3-joblib py3-matplotlib"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/statsmodels/statsmodels-$pkgver.tar.gz"
builddir="$srcdir/statsmodels-$pkgver"
# weird failures

View File

@ -3,7 +3,7 @@
pkgname=py3-statys
_pkgorig=statys
pkgver=1.0.1
pkgrel=3
pkgrel=4
pkgdesc="Statistical analyzers to provide more robust comparisons between Machine Learning techniques"
url="https://github.com/gugarosa/statys"
arch="noarch !x86" #assertion errors
@ -16,6 +16,7 @@ depends="
"
makedepends="py3-setuptools"
checkdepends="py3-pytest xvfb-run"
subpackages="$pkgname-pyc"
source="https://github.com/gugarosa/statys/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz
verspec.patch
"

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-stestr
pkgver=3.2.1
pkgrel=1
pkgrel=2
pkgdesc="A parallel Python test runner built around subunit"
url="http://stestr.readthedocs.io/en/latest/"
arch="noarch"
@ -22,6 +22,7 @@ checkdepends="
py3-cliff
py3-future
"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/stestr/stestr-$pkgver.tar.gz"
options="!check" # Requires an old package traceback2
builddir="$srcdir/stestr-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-stochastic
_pkgorig=stochastic
pkgver=0.7.0
pkgrel=2
pkgrel=3
pkgdesc="Generate realizations of stochastic processes in python"
url="https://github.com/crflynn/stochastic"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-numpy py3-scipy"
makedepends="py3-gpep517 py3-setuptools py3-poetry-core py3-installer"
checkdepends="py3-pytest py3-pytest-xdist py3-pytest-cov"
subpackages="$pkgname-pyc"
source="https://github.com/crflynn/stochastic/archive/$pkgver/$_pkgorig-$pkgver.tar.gz
poetry-core.patch
"

View File

@ -3,7 +3,7 @@
pkgname=py3-striprtf
_pkgorig=striprtf
pkgver=0.0.22
pkgrel=1
pkgrel=2
pkgdesc="Stripping rtf to plain old text"
url="https://github.com/joshy/striprtf"
arch="noarch"
@ -11,6 +11,7 @@ license="BSD-3"
depends="python3"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/joshy/$_pkgorig/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
pkgname=py3-subprocess-tee
pkgver=0.4.1
pkgrel=0
pkgrel=1
pkgdesc="subprocess.run drop-in replacement that supports a tee mode"
url="https://github.com/pycontribs/subprocess-tee"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-enrich"
makedepends="py3-setuptools py3-setuptools_scm py3-gpep517 py3-installer py3-wheel"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/subprocess-tee/subprocess-tee-$pkgver.tar.gz"
builddir="$srcdir/subprocess-tee-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Robert Sacks <robert@sacks.email>
pkgname=py3-subunit
pkgver=1.4.2
pkgrel=0
pkgrel=1
pkgdesc="Python implementation of subunit test streaming protocol"
url="https://launchpad.net/subunit"
arch="noarch"
@ -10,6 +10,7 @@ license="Apache-2.0 OR BSD-3-Clause"
options="!check" # Test suite issues
depends="python3 py3-extras py3-testtools"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/python-subunit/python-subunit-$pkgver.tar.gz"
builddir="$srcdir/python-subunit-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-suds-jurko
pkgver=0.6
pkgrel=3
pkgrel=4
pkgdesc="Lightweight SOAP client (Jurko's fork)"
options="!check" # test config is too old
url="https://github.com/andersinno/suds-jurko/releases"
@ -10,6 +10,7 @@ arch="noarch"
license="GPL-3.0-only"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/suds-jurko/suds-jurko-$pkgver.zip
setuptools59.patch
"

View File

@ -3,7 +3,7 @@
_pkgname=svgwrite
pkgname="py3-$_pkgname"
pkgver=1.4.3
pkgrel=0
pkgrel=1
pkgdesc="Python library to create SVG drawings"
url="https://github.com/mozman/svgwrite"
arch="noarch"
@ -15,6 +15,7 @@ makedepends="py3-setuptools_scm"
checkdepends="
py3-pytest
"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-swapper
_pkgname=swapper
pkgver=1.3.0
pkgrel=1
pkgrel=2
pkgdesc="Django Swappable Models"
url="https://github.com/openwisp/django-swappable-models"
arch="noarch"
@ -16,6 +16,7 @@ checkdepends="
py3-tox
"
makedepends="py3-setuptools_scm"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-sybil
pkgver=4.0.1
pkgrel=0
pkgrel=1
pkgdesc="Automated testing for the examples in your documentation"
url="https://github.com/simplistix/sybil"
arch="noarch"
@ -14,6 +14,7 @@ makedepends="
py3-wheel
"
checkdepends="py3-pytest py3-seedir py3-testfixtures"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/simplistix/sybil/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/sybil-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Maxim Karasev <mxkrsv@disroot.org>
pkgname=py3-sympy
pkgver=1.11.1
pkgrel=0
pkgrel=1
pkgdesc="Computer algebra system written in pure Python"
url="https://www.sympy.org/"
arch="noarch"
@ -14,7 +14,7 @@ makedepends="
py3-wheel
"
checkdepends="py3-pytest"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://github.com/sympy/sympy/archive/sympy-$pkgver/py3-sympy-$pkgver.tar.gz"
builddir="$srcdir/sympy-sympy-$pkgver"
# the tests get stuck in an infinite loop