testing/py3-s*: split -pyc

This commit is contained in:
ptrcnull 2023-04-21 23:47:03 +02:00 committed by alice
parent 51c157f2d7
commit baa94de1f5
79 changed files with 158 additions and 83 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Sasha Gerrand <alpine-pkgs@sgerrand.com>
pkgname=py3-schema
pkgver=0.7.5
pkgrel=1
pkgrel=2
pkgdesc="Schema is a library for validating Python data structures"
url="https://github.com/keleshev/schema"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="python3"
checkdepends="py3-pytest py3-mock"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/keleshev/schema/archive/v$pkgver.tar.gz"
builddir="$srcdir/schema-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Orion <systmkor@gmail.com>
pkgname=py3-scrapy
pkgver=2.8.0
pkgrel=0
pkgrel=1
pkgdesc="Fast high-level scraping and web crawling framework"
url="https://scrapy.org/"
arch="noarch"
@ -32,6 +32,7 @@ checkdepends="
py3-sybil
py3-testfixtures
"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/S/Scrapy/Scrapy-$pkgver.tar.gz"
builddir="$srcdir"/Scrapy-$pkgver
options="!check" # take forever

View File

@ -2,7 +2,7 @@
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname=py3-scs
pkgver=3.2.3
pkgrel=0
pkgrel=1
pkgdesc="C package that solves convex cone problems via operator splitting"
url="https://github.com/cvxgrp/scs"
arch="all"
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-numpy py3-scipy"
makedepends="py3-setuptools py3-numpy-dev"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="scs-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/scs/scs-$pkgver.tar.gz"
builddir="$srcdir/scs-$pkgver"
options="!check" # Cannot solve SDPs without linked blas+lapack libraries

View File

@ -3,13 +3,14 @@
pkgname=py3-seqdiag
_pkgname=seqdiag
pkgver=3.0.0
pkgrel=2
pkgrel=3
pkgdesc="Generate sequence-diagram image file from spec-text file"
url="https://pypi.org/project/seqdiag"
arch="noarch"
license="Apache-2.0"
depends="py3-funcparserlib py3-blockdiag py3-pillow"
makedepends="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 @@
pkgname=py3-serpent
_pyname=serpent
pkgver=1.41
pkgrel=2
pkgrel=3
pkgdesc="Serialization based on ast.literal_eval for Python"
url="https://pypi.org/project/serpent/"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-attrs py3-tz"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-setuptools-declarative-requirements
pkgver=1.3.0
pkgrel=0
pkgrel=1
pkgdesc="Requirements Support For Setuptools Declarative setup.cfg"
url="https://github.com/s0undt3ch/setuptools-declarative-requirements"
arch="noarch"
@ -10,6 +10,7 @@ license="Apache-2.0"
depends="python3 py3-setuptools"
makedepends="py3-setuptools_scm"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/s0undt3ch/setuptools-declarative-requirements/archive/refs/tags/$pkgver/py3-setuptools-declarative-requirements-$pkgver.tar.gz"
builddir="$srcdir/setuptools-declarative-requirements-$pkgver"
options="!check" # circular dependency with py3-pytest-shell-utilities

View File

@ -2,13 +2,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-setuptools-lint
pkgver=0.6.0
pkgrel=4
pkgrel=5
pkgdesc="Setuptools plugin for Git"
url="https://github.com/johnnoone/setuptools-pylint"
arch="noarch"
license="BSD"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/setuptools-lint/setuptools-lint-$pkgver.tar.gz"
builddir="$srcdir"/setuptools-lint-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-sh
_pyname=sh
pkgver=1.14.3
pkgrel=1
pkgrel=2
pkgdesc="Python subprocess replacement"
url="https://amoffat.github.io/sh/"
license="MIT"
@ -12,6 +12,7 @@ options="!check" # tests fail on the builders
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest lsof coreutils"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-shodan
pkgver=1.28.0
pkgrel=1
pkgrel=2
pkgdesc="The official Python library for Shodan"
url="https://developer.shodan.io/"
arch="noarch"
@ -17,7 +17,7 @@ depends="
"
makedepends="py3-setuptools py3-sphinx"
checkdepends="py3-pytest"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://github.com/achillean/shodan-python/archive/$pkgver/py3-shodan-$pkgver.tar.gz"
builddir="$srcdir/shodan-python-$pkgver"
options="!check" # tests require a working api key

View File

@ -2,7 +2,7 @@
pkgname=py3-shortuuid
_pkgname=shortuuid
pkgver=1.0.11
pkgrel=1
pkgrel=2
pkgdesc="Python library that generates short, pretty, unambiguous unique IDs"
url="https://pypi.org/project/shortuuid/"
arch="noarch"
@ -10,6 +10,7 @@ license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-django"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/shortuuid-$pkgver"

View File

@ -1,7 +1,7 @@
# Maintainer: Keith Toh <ktprograms@gmail.com>
pkgname=py3-shtab
pkgver=1.5.8
pkgrel=0
pkgrel=1
pkgdesc="Automagic shell tab completion for Python CLI applications"
url="https://docs.iterative.ai/shtab/"
arch="noarch"
@ -9,7 +9,7 @@ license="Apache-2.0"
depends="python3"
makedepends="py3-setuptools py3-setuptools_scm py3-wheel"
checkdepends="py3-pytest py3-pytest-cov py3-pytest-timeout bash"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://github.com/iterative/shtab/releases/download/v$pkgver/shtab-$pkgver.tar.gz"
builddir="$srcdir/shtab-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sibc
_pkgname=sibc
pkgver=1.0.4
pkgrel=2
pkgrel=3
pkgdesc="Supersingular Isogeny-Based Cryptography constructions (python-code library)"
url="https://github.com/JJChiDguez/sibc"
arch="all"
@ -11,6 +11,7 @@ license="GPL-3.0-or-later"
depends="python3 py3-click py3-progress py3-numpy"
makedepends="py3-setuptools py3-numpy-dev"
checkdepends="py3-pytest py3-pytest-runner"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/JJChiDguez/sibc/archive/refs/tags/v$pkgver.tar.gz
bench_soft_requirements.patch
"

View File

@ -3,7 +3,7 @@
pkgname=py3-simber
_pkgname=simber
pkgver=0.2.6
pkgrel=0
pkgrel=1
pkgdesc="Simple, minimal and powerful logging library for Python"
url="https://github.com/deepjyoti30/simber"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="py3-colorama"
makedepends="py3-setuptools"
checkdepends="py3-pytest $depends"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/deepjyoti30/simber/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Contributor: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=py3-simplemediawiki
pkgver=1.2.0_git20170315
pkgrel=1
pkgrel=2
_commit="e531dabcb6541cc95770ce3de418cabc6d2424a1"
pkgdesc="Extremely low-level wrapper to the MediaWiki API"
url="https://github.com/iliana/python-simplemediawiki"
@ -10,6 +10,7 @@ arch="noarch"
license="LGPL-3.0-or-later"
depends="python3"
options="!check" # No testsuite
subpackages="$pkgname-pyc"
source="$pkgname-$_commit.tar.gz::https://github.com/iliana/python-simplemediawiki/archive/$_commit.tar.gz"
builddir="$srcdir/python-simplemediawiki-$_commit"

View File

@ -2,13 +2,14 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-simplesoapy
pkgver=1.5.1
pkgrel=4
pkgrel=5
pkgdesc="Simple pythonic wrapper for SoapySDR library"
url="https://github.com/xmikos/simplesoapy"
arch="noarch"
license="MIT"
depends="python3 py3-numpy py3-soapy-sdr"
makedepends="py3-setuptools soapy-sdr-dev"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplesoapy/archive/v$pkgver.tar.gz"
builddir="$srcdir/simplesoapy-$pkgver"
options="!check" # no unit tests provided

View File

@ -2,12 +2,13 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-simplespectral
pkgver=1.0.0
pkgrel=2
pkgrel=3
pkgdesc="Heavily simplified scipy.signal.spectral module"
url="https://github.com/xmikos/simplespectral"
arch="noarch"
license="MIT"
depends="python3 py3-numpy py3-scipy py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplespectral/archive/v$pkgver.tar.gz"
builddir="$srcdir/simplespectral-$pkgver"
options="!check" # no checks provided

View File

@ -3,13 +3,14 @@
pkgname=py3-slixmpp
_pkgname=slixmpp
pkgver=1.8.3
pkgrel=0
pkgrel=1
pkgdesc="A fork of the SleekXMPP XMPP library for async IO and Python 3.7+."
url="https://slixmpp.readthedocs.io/en/latest/"
arch="all"
license="MIT"
depends="python3 py3-cryptography py3-aiodns py3-aiohttp py3-emoji py3-defusedxml"
makedepends="py3-setuptools python3-dev libidn libidn-dev cython"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!check" # Tests for this version always fail.

View File

@ -3,13 +3,14 @@
pkgname=py3-smbc
_pkgname=pysmbc
pkgver=1.0.25.1
pkgrel=0
pkgrel=1
pkgdesc="Python3 bindings for libsmbclient"
url="https://github.com/hamano/pysmbc"
arch="all"
license="GPL-2.0-or-later"
depends="python3"
makedepends="python3-dev samba-dev py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/hamano/pysmbc/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!check"

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-snapshottest
pkgver=0.6.0
pkgrel=2
pkgrel=3
pkgdesc="Snapshot testing for pytest, unittest, Django, and Nose"
url="https://github.com/syrusakbary/snapshottest"
arch="noarch"
@ -20,6 +20,7 @@ checkdepends="
py3-pytest-cov
py3-six
"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/s/snapshottest/snapshottest-$pkgver.tar.gz"
builddir="$srcdir/snapshottest-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
pkgname=py3-soappy
pkgver=0.52.28
pkgrel=0
pkgrel=1
pkgdesc="Simple to use SOAP library for Python"
url="https://github.com/Synerty/SOAPpy-py3"
options="!check" # Requires running servere
@ -10,6 +10,7 @@ arch="noarch"
license="BSD-3-Clause-Attribution"
depends="py3-defusedxml py3-wstools py3-m2crypto"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://pypi.io/packages/source/S/SOAPpy-py3/SOAPpy-py3-$pkgver.tar.gz"
builddir="$srcdir/SOAPpy-py3-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-soapy_power
pkgver=1.6.1
pkgrel=2
pkgrel=3
pkgdesc="Obtain power spectrum from SoapySDR devices"
url="https://github.com/xmikos/soapy_power"
arch="noarch"
license="MIT"
depends="python3 py3-numpy py3-simplesoapy py3-simplespectral py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/xmikos/soapy_power/archive/v$pkgver.tar.gz"
builddir="$srcdir/soapy_power-$pkgver"

View File

@ -1,7 +1,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-solidpython
pkgver=1.1.2
pkgrel=0
pkgrel=1
pkgdesc="Python library to generated OpenSCAD code"
url="https://github.com/SolidCode/SolidPython"
arch="noarch !aarch64 !armv7 !armhf" # openscad
@ -26,6 +26,7 @@ makedepends="
"
_pyname="solidpython"
_pypiprefix="${_pyname%"${_pyname#?}"}"
subpackages="$pkgname-pyc"
source="
https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz
poetry-core.patch

View File

@ -3,13 +3,14 @@
pkgname=py3-sortedcollections
_pkgname=sortedcollections
pkgver=2.1.0
pkgrel=1
pkgrel=2
pkgdesc="A Python library containing various sorted collections."
url="https://pypi.org/project/sortedcollections/"
arch="all"
license="Apache-2.0"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!check" # tests not included in source package.

View File

@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-sphinx-argparse
pkgver=0.4.0
pkgrel=1
pkgrel=2
pkgdesc="Sphinx extension that automatically documents argparse commands and options"
url="https://sphinx-argparse.readthedocs.io/en/latest/"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-sphinx"
makedepends="py3-gpep517 py3-installer py3-poetry-core py3-wheel"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="sphinx-argparse-$pkgver.tar.gz::https://github.com/ashb/sphinx-argparse/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/sphinx-argparse-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sphinx-autoapi
_pyname=sphinx-autoapi
pkgver=2.0.1
pkgrel=0
pkgrel=1
pkgdesc="Automatic API documentation for Sphinx"
url="https://sphinx-autoapi.readthedocs.io"
arch="noarch !x86" # build breaks on x86
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-astroid py3-jinja2 py3-sphinx py3-unidecode py3-yaml"
makedepends="py3-setuptools"
checkdepends="py3-mock py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sphinx-autodoc-typehints
_pyname=sphinx-autodoc-typehints
pkgver=1.23.0
pkgrel=0
pkgrel=1
pkgdesc="Type hints support for the Sphinx autodoc extension"
url="https://github.com/tox-dev/sphinx-autodoc-typehints"
arch="noarch"
@ -12,6 +12,7 @@ options="net"
depends="python3 py3-sphinx py3-typing-extensions"
makedepends="py3-gpep517 py3-installer py3-hatchling py3-hatch-vcs"
checkdepends="py3-pytest py3-sphobjinv py3-nptyping"
subpackages="$pkgname-pyc"
source="$_pyname-$pkgver.tar.gz::https://github.com/tox-dev/sphinx-autodoc-typehints/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sphinx-autorun
_pyname=sphinx-autorun
pkgver=1.1.1
pkgrel=1
pkgrel=2
pkgdesc="Sphinx extension to attach the output of runblock directive to the document"
url="https://github.com/WhyNotHugo/sphinx-autorun"
arch="noarch"
@ -11,6 +11,7 @@ license="BSD-2-Clause"
depends="python3 py3-sphinx"
makedepends="py3-setuptools py3-setuptools_scm"
options="!check" # no tests
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sphinx-click
_pyname=sphinx-click
pkgver=4.4.0
pkgrel=0
pkgrel=1
pkgdesc="Sphinx plugin to extract documentation from click-based applications"
url="https://github.com/click-contrib/sphinx-click"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-sphinx py3-click py3-docutils"
makedepends="py3-setuptools py3-pbr"
checkdepends="py3-pytest py3-click py3-coverage"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinx-theme-better
_pkgname=sphinx-better-theme
pkgver=0.1.5
pkgrel=4
pkgrel=5
pkgdesc="The Better Sphinx theme"
url="https://github.com/irskep/sphinx-better-theme"
arch="noarch"
license="BSD-2-Clause"
depends="py3-sphinx"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/irskep/sphinx-better-theme/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinx-theme-bootstrap
_pkgname=sphinx-bootstrap-theme
pkgver=0.8.1
pkgrel=1
pkgrel=2
pkgdesc="The Bootstrap Sphinx theme"
url="http://ryan-roemer.github.com/sphinx-bootstrap-theme"
arch="noarch"
license="MIT"
depends="python3 py3-sphinx"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinx-theme-bw
_pkgname=bw_sphinxtheme
pkgver=0.1.8
pkgrel=4
pkgrel=5
pkgdesc="A black and white Sphinx theme"
url="https://pypi.org/project/bw_sphinxtheme"
arch="noarch"
license="BSD-3-Clause"
depends="py3-sphinx"
makedepends="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,7 +3,7 @@
pkgname=py3-sphinx-theme-cloud
_pkgname=cloud_sptheme
pkgver=1.10.0
pkgrel=0
pkgrel=1
pkgdesc="The Cloud Sphinx theme"
url="https://bitbucket.org/ecollins/cloud_sptheme"
arch="noarch"
@ -18,6 +18,7 @@ makedepends="
py3-wheel
"
checkdepends="py3-mock"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
markup.patch
"

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinx-theme-epfl
_pkgname=epfl-sphinx-theme
pkgver=1.1.1
pkgrel=6
pkgrel=7
pkgdesc="The EPFL Sphinx theme"
url="https://pypi.org/project/epfl-sphinx-theme/"
arch="noarch"
license="GPL-3.0-only"
depends="python3 py3-sphinx"
makedepends="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-sphinx-theme-guzzle
_pkgname=guzzle_sphinx_theme
pkgver=0.7.11
pkgrel=4
pkgrel=5
pkgdesc="The Guzzle Sphinx theme"
url="https://github.com/guzzle/guzzle_sphinx_theme"
arch="noarch"
license="MIT"
depends="py3-sphinx"
makedepends="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,7 +3,7 @@
pkgname=py3-sphinx-theme-quark
_pkgname=quark-sphinx-theme
pkgver=0.6.0
pkgrel=1
pkgrel=2
pkgdesc="A Sphinx theme for Qt toolkits QTextBrowser"
url="https://gitlab.com/fkrull/quark-sphinx-theme"
arch="noarch"
@ -11,6 +11,7 @@ license="BSD-2-Clause"
depends="py3-sphinx python3"
makedepends="py3-setuptools"
checkdepends="py3-html5lib"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/q/quark-sphinx-theme/quark-sphinx-theme-$pkgver.tar.gz
tinycss.patch
"

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinx-theme-readable
_pkgname=sphinx-readable-theme
pkgver=1.3.0
pkgrel=5
pkgrel=6
pkgdesc="The Readable Sphinx theme"
url="https://github.com/ignacysokolowski/sphinx-readable-theme"
arch="noarch"
license="BSD"
depends="python3 py3-sphinx"
makedepends="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-sphinxcontrib-actdiag
_pkgname=sphinxcontrib-actdiag
pkgver=3.0.0
pkgrel=1
pkgrel=2
pkgdesc="Sphinx actdiag extension"
url="https://github.com/blockdiag/sphinxcontrib-actdiag"
arch="noarch"
license="BSD-2-Clause"
depends="py3-actdiag py3-blockdiag py3-sphinx python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/blockdiag/sphinxcontrib-actdiag/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
options="!check" # sphinx-testing

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-adadomain
_pkgname=sphinxcontrib-adadomain
pkgver=0.2
pkgrel=6
pkgrel=7
pkgdesc="Sphinx adadomain extension"
url="https://pypi.org/project/sphinxcontrib-adadomain"
arch="noarch"
license="BSD-2-Clause"
depends="py3-sphinx"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
fix-imports.patch"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -1,7 +1,7 @@
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname=py3-sphinxcontrib-autoprogram
pkgver=0.1.8
pkgrel=0
pkgrel=1
pkgdesc="Sphinx extension to document CLI programs"
url="https://github.com/sphinx-contrib/autoprogram"
arch="noarch"
@ -12,6 +12,7 @@ makedepends="
py3-setuptools
py3-wheel
"
subpackages="$pkgname-pyc"
source="
$pkgname-$pkgver.tar.gz::https://github.com/sphinx-contrib/autoprogram/archive/refs/tags/$pkgver.tar.gz
"

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-bitbucket
_pkgname=sphinxcontrib-bitbucket
pkgver=1.0
pkgrel=5
pkgrel=6
pkgdesc="Sphinx BitBucket extension"
url="https://pypi.org/project/sphinxcontrib-bitbucket"
arch="noarch"
license="BSD-2-Clause"
depends="py3-sphinx"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
fix-python3.patch"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-blockdiag
_pkgname=sphinxcontrib-blockdiag
pkgver=3.0.0
pkgrel=1
pkgrel=2
pkgdesc="Sphinx blockdiag extension"
url="https://pypi.org/project/sphinxcontrib-blockdiag"
arch="noarch"
license="BSD-2-Clause"
depends="py3-blockdiag py3-sphinx"
makedepends="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-sphinxcontrib-cacoo
_pkgname=sphinxcontrib-cacoo
pkgver=2.0.0
pkgrel=4
pkgrel=5
pkgdesc="Sphinx cacoo extension"
url="https://github.com/tk0miya/sphinxcontrib-cacoo"
arch="noarch"
license="BSD-2-Clause"
depends="py3-sphinx"
makedepends="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-sphinxcontrib-cartouche
_pkgname=cartouche
pkgver=1.1.2
pkgrel=4
pkgrel=5
pkgdesc="Sphinx cartouche extension"
url="https://github.com/rob-smallshire/cartouche"
arch="noarch"
license="BSD-3-Clause"
depends="python3 py3-sphinx"
makedepends="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,7 +3,7 @@
pkgname=py3-sphinxcontrib-doxylink
_pkgname=sphinxcontrib-doxylink
pkgver=1.12.2
pkgrel=0
pkgrel=1
pkgdesc="Sphinx Doxygen linking extension"
url="https://github.com/sphinx-contrib/doxylink"
arch="noarch"
@ -18,6 +18,7 @@ makedepends="
py3-gpep517
py3-poetry-core
"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
options="!check" # no tarball tests

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-fulltoc
_pkgname=sphinxcontrib-fulltoc
pkgver=1.2.0
pkgrel=5
pkgrel=6
pkgdesc="Sphinx fulltoc extension"
url="https://pypi.org/project/sphinxcontrib-fulltoc"
arch="noarch"
license="Apache-2.0"
depends="py3-sphinx"
makedepends="py3-pbr 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-sphinxcontrib-gist
_pkgname=sphinxcontrib.gist
pkgver=0.1.0
pkgrel=6
pkgrel=7
pkgdesc="Sphinx gist extension"
url="https://pypi.org/project/sphinxcontrib-gist"
arch="noarch"
license="LGPL-3.0-only"
depends="python3 py3-sphinx"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
fix-build.patch
"

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-git
_pkgname=sphinx-git
pkgver=11.0.0
pkgrel=4
pkgrel=5
pkgdesc="Sphinx git changelog extension"
url="https://github.com/OddBloke/sphinx-git"
arch="noarch"
license="GPL-3.0-or-later"
depends="python3 py3-sphinx py3-six py3-gitpython"
makedepends="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,7 +3,7 @@
pkgname=py3-sphinxcontrib-gravatar
_pkgname=sphinxcontrib-gravatar
pkgver=0.1.2
pkgrel=5
pkgrel=6
pkgdesc="Sphinx gravatar extension"
options="!check" # Most tests fail
url="https://pypi.org/project/sphinxcontrib-gravatar"
@ -12,6 +12,7 @@ license="BSD-2-Clause"
depends="python3 py3-sphinx"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-cov py3-mock"
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-sphinxcontrib-htsql
_pkgname=sphinxcontrib-htsql
pkgver=0.1.5
pkgrel=5
pkgrel=6
pkgdesc="Sphinx htsql extension"
url="https://pypi.org/project/sphinxcontrib-htsql"
arch="noarch"
license="BSD-2-Clause"
depends="python3 py3-sphinx"
makedepends="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,7 +3,7 @@
pkgname=py3-sphinxcontrib-httpdomain
_pkgname=sphinxcontrib-httpdomain
pkgver=1.8.1
pkgrel=1
pkgrel=2
pkgdesc="Sphinx httpdomain extension"
url="https://pypi.org/project/sphinxcontrib-httpdomain"
arch="noarch"
@ -14,7 +14,7 @@ makedepends="
py3-setuptools
py3-wheel
"
subpackages="$pkgname-lang"
subpackages="$pkgname-lang $pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-sphinxcontrib-hydomain
pkgver=0.1.0_git20220623
_commit="c4fd2e529530432e0a2431afff388943ba5b2f3e"
pkgrel=1
pkgrel=2
pkgdesc="Sphinx hydomain extension"
url="https://github.com/hylang/sphinxcontrib-hydomain"
arch="noarch"
@ -11,6 +11,7 @@ license="BSD-3-Clause"
depends="py3-sphinx"
makedepends="py3-setuptools"
options="!check" # no test suite
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/hylang/sphinxcontrib-hydomain/archive/$_commit.tar.gz"
builddir="$srcdir/sphinxcontrib-hydomain-$_commit"

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-inheritance
_pkgname=sphinxcontrib-inheritance
pkgver=0.9.0
pkgrel=6
pkgrel=7
pkgdesc="Sphinx inheritance functionality"
url="https://pypi.org/project/sphinxcontrib-inheritance"
arch="noarch"
license="BSD-2-Clause"
depends="python3 py3-sphinx py3-path"
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-sphinxcontrib-issuetracker
_pkgname=sphinxcontrib-issuetracker
pkgver=0.11
pkgrel=4
pkgrel=5
pkgdesc="Sphinx issuetracker extension"
url="https://github.com/ignatenkobrain/sphinxcontrib-issuetracker"
arch="noarch"
license="BSD-2-Clause"
depends="py3-sphinx"
makedepends="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-sphinxcontrib-lassodomain
_pkgname=sphinxcontrib-lassodomain
pkgver=0.4
pkgrel=5
pkgrel=6
pkgdesc="Sphinx lassodomain extension"
url="https://pypi.org/project/sphinxcontrib-lassodomain"
arch="noarch"
license="BSD-2-Clause"
depends="py3-sphinx"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
fix-python3.patch"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-manpage
_pkgname=sphinxcontrib-manpage
pkgver=0.6
pkgrel=5
pkgrel=6
pkgdesc="Sphinx manpage extension"
url="https://pypi.org/project/sphinxcontrib-manpage"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-sphinx py3-nwdiag"
makedepends="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-sphinxcontrib-nwdiag
_pkgname=sphinxcontrib-nwdiag
pkgver=2.0.0
pkgrel=4
pkgrel=5
pkgdesc="Sphinx nwdiag extension"
url="https://pypi.org/project/sphinxcontrib-nwdiag"
arch="noarch"
license="BSD-2-Clause"
depends="py3-nwdiag py3-sphinx"
makedepends="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: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-sphinxcontrib-phpdomain
pkgver=0.11.0
pkgrel=0
pkgrel=1
pkgdesc="Sphinx phpdomain extension"
url="https://pypi.org/project/sphinxcontrib-phpdomain"
arch="noarch"
@ -13,6 +13,7 @@ makedepends="
py3-setuptools
py3-wheel
"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/markstory/sphinxcontrib-phpdomain/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir"/sphinxcontrib-phpdomain-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-programoutput
_pkgname=sphinxcontrib-programoutput
pkgver=0.17
pkgrel=2
pkgrel=3
pkgdesc="Sphinx programoutput extension"
url="https://sphinxcontrib-programoutput.readthedocs.io/en/latest/"
arch="noarch"
license="BSD-2-Clause"
depends="python3 py3-sphinx"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/NextThought/$_pkgname/archive/$pkgver.tar.gz"
replaces="py-sphinxcontrib-programoutput" # Backwards compatibility

View File

@ -3,13 +3,14 @@
pkgname=py3-sphinxcontrib-restbuilder
_pkgname=sphinxcontrib-restbuilder
pkgver=0.3
pkgrel=3
pkgrel=4
pkgdesc="Sphinx restbuilder extension"
url="https://pypi.org/project/sphinxcontrib-restbuilder"
arch="noarch"
license="BSD-2-Clause"
depends="python3 py3-sphinx"
makedepends="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-sphinxcontrib-seqdiag
_pkgname=sphinxcontrib-seqdiag
pkgver=3.0.0
pkgrel=2
pkgrel=3
pkgdesc="Sphinx seqdiag extension"
url="https://pypi.org/project/sphinxcontrib-seqdiag"
arch="noarch"
license="BSD-2-Clause"
depends="py3-seqdiag py3-sphinx"
makedepends="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-sphinxcontrib-slide
_pkgname=sphinxcontrib-slide
pkgver=1.0.0
pkgrel=1
pkgrel=2
pkgdesc="Sphinx FindAnything extension"
url="https://pypi.org/project/sphinxcontrib-slide"
arch="noarch"
license="BSD" # No LICENSE file
depends="python3 py3-sphinx py3-setuptools"
makedepends="py3-gpep517 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

@ -3,7 +3,7 @@
pkgname=py3-sphinxcontrib-spelling
_pkgname=sphinxcontrib-spelling
pkgver=8.0.0
pkgrel=1
pkgrel=2
pkgdesc="Sphinx spelling extension"
url="https://pypi.org/project/sphinxcontrib-spelling"
arch="noarch"
@ -15,6 +15,7 @@ makedepends="
py3-wheel
"
checkdepends="py3-pytest enchant2-aspell aspell-en"
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-sphinxcontrib-sqltable
_pkgname=sphinxcontrib.sqltable
pkgver=2.0.0
pkgrel=5
pkgrel=6
pkgdesc="Sphinx sqltable extension"
url="https://pypi.org/project/sphinxcontrib-sqltable"
arch="noarch"
license="BSD-2-Clause"
depends="python3 py3-sphinx py3-sqlalchemy"
makedepends="py3-setuptools py3-pbr"
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: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-sphinxcontrib-tabs
pkgver=3.4.1
pkgrel=1
pkgrel=2
pkgdesc="Create tabbed content in Sphinx documentation when building HTML"
url="https://github.com/executablebooks/sphinx-tabs"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
options="!check"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/sphinx-tabs/sphinx-tabs-$pkgver.tar.gz"
builddir="$srcdir/sphinx-tabs-$pkgver"

View File

@ -3,12 +3,13 @@
pkgname=py3-sphinxcontrib-textstyle
_pkgname=sphinxcontrib-textstyle
pkgver=0.2.3
pkgrel=5
pkgrel=6
pkgdesc="Sphinx textstyle extension"
url="https://pypi.org/project/sphinxcontrib-textstyle"
arch="noarch"
license="BSD-2-Clause"
depends="python3 py3-sphinx 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,7 +3,7 @@
pkgname=py3-sphobjinv
_pyname=sphobjinv
pkgver=2.3.1
pkgrel=0
pkgrel=1
pkgdesc="Sphinx objects.inv Inspection/Manipulation Tool"
url="https://github.com/bskinn/sphobjinv"
arch="noarch"
@ -12,6 +12,7 @@ options="!check" # no tests
depends="python3 py3-attrs py3-certifi py3-jsonschema py3-fuzzywuzzy"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$_pyname-$pkgver.tar.gz::https://github.com/bskinn/sphobjinv/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-spinners
_pyname=spinners
pkgver=0.0.24
pkgrel=2
pkgrel=3
pkgdesc="Terminal spinners for Python"
url="https://github.com/manrajgrover/py-spinners"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
options="!check" # no tests
subpackages="$pkgname-pyc"
source="$_pyname-$pkgver.tar.gz::https://pypi.python.org/packages/source/s/spinners/spinners-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-spnego
_pkgname=pyspnego
pkgver=0.6.3
pkgrel=0
pkgrel=1
pkgdesc="SPNEGO Authentication library"
url="https://github.com/jborean93/pyspnego"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-cryptography"
makedepends="py3-setuptools python3-dev"
checkdepends="cython py3-pytest py3-pytest-cov py3-pytest-mock py3-python-gssapi py3-krb5 py3-ruamel.yaml"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/jborean93/pyspnego/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-sportydatagen
pkgver=0.1.0
pkgrel=0
pkgrel=1
pkgdesc="Generator of Endurance Sports Activity Collections (datasets)"
url="https://gitlab.com/firefly-cpp/sportydatagen"
arch="noarch !ppc64le !s390x !riscv64" # py3-sport-activities-features
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-niapy py3-numpy py3-pandas py3-sport-activities-features"
makedepends="py3-poetry-core py3-gpep517"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/firefly-cpp/sportydatagen/-/archive/$pkgver/sportydatagen-$pkgver.tar.gz"
builddir="$srcdir/sportydatagen-$pkgver"
options="!check" # disable tests for now | will be fixed soon

View File

@ -3,7 +3,7 @@
pkgname=py3-spotipy
_pkgname=spotipy
pkgver=2.23.0
pkgrel=0
pkgrel=1
pkgdesc="Light weight Python library for the Spotify Web API"
url="https://github.com/spotipy-dev/spotipy"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="py3-requests py3-six py3-urllib3 py3-redis"
makedepends="py3-setuptools"
options="!check" # requires Spotify API Key
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/spotipy-dev/spotipy/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sqlalchemy-utils
_pkgname=SQLAlchemy-Utils
pkgver=0.41.0
pkgrel=0
pkgrel=1
pkgdesc="Various utility functions and custom data types for SQLAlchemy"
url="https://sqlalchemy-utils.readthedocs.io/"
arch="noarch"
@ -14,6 +14,7 @@ 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: Oleg Titov <oleg.titov@gmail.com>
pkgname=py3-srsly
pkgver=2.4.6
pkgrel=0
pkgrel=1
pkgdesc="Modern high-performance serialization utilities for Python"
url="https://github.com/explosion/srsly"
arch="all"
@ -16,7 +16,7 @@ makedepends="python3-dev
py3-gpep517
py3-installer"
checkdepends="py3-pytest py3-pytest-timeout py3-mock"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="srsly-$pkgver.tar.gz::https://github.com/explosion/srsly/archive/v$pkgver.tar.gz"
builddir="$srcdir/srsly-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-sstash
_pkgname=sstash
pkgver=0.17
pkgrel=6
pkgrel=7
pkgdesc="A python based on-disk secure stash"
url="https://github.com/realcr/sstash"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-pynacl py3-click py3-jsonschema"
makedepends="py3-setuptools py3-pytest py3-pytest-runner"
options="!check" # PYPI tarball has no tests, GitHub has no releases
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: Marten Ringwelski <git+alpine@maringuu.de>
pkgname=py3-starlette
pkgver=0.26.1
pkgrel=0
pkgrel=1
pkgdesc="A lightweight ASGI framework/toolkit, which is ideal for building async web services in Python"
url="https://github.com/encode/starlette"
arch="noarch !armhf !ppc64le" # limited by py3-anyio
@ -12,6 +12,7 @@ depends="
python3
"
makedepends="py3-hatchling py3-gpep517 py3-installer"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/encode/starlette/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/starlette-$pkgver"
options="!check" # TODO

View File

@ -3,7 +3,7 @@
pkgname=py3-stevedore
_pkgname=stevedore
pkgver=4.1.1
pkgrel=1
pkgrel=2
pkgdesc="Manage dynamic plugins for Python applications"
url="https://github.com/openstack/stevedore"
arch="noarch"
@ -11,6 +11,7 @@ license="Apache-2.0"
depends="python3"
makedepends="py3-setuptools py3-pbr"
checkdepends="py3-pytest py3-testtools py3-docutils py3-sphinx"
subpackages="$pkgname-pyc"
source="https://pypi.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-stringcase
_pkgname=stringcase
pkgver=1.2.0
pkgrel=4
pkgrel=5
pkgdesc="Convert string cases between camel case, pascal case, snake case etc..."
url="https://pypi.org/project/stringcase"
arch="all"
@ -11,6 +11,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
options="!check" # no tests
subpackages="$pkgname-pyc"
source="stringcase-$pkgver.tar.gz::https://pypi.io/packages/source/s/stringcase/stringcase-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=py3-svgpath
pkgver=6.2
pkgrel=1
pkgrel=2
pkgdesc="SVG path and object parser"
url="https://github.com/regebro/svg.path"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pillow"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/regebro/svg.path/archive/refs/tags/$pkgver.tar.gz
no-install-tests.patch"
builddir="$srcdir/svg.path-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-swagger-ui-bundle
_pkgname=swagger_ui_bundle
pkgver=0.0.9
pkgrel=2
pkgrel=3
pkgdesc="bundled swagger-ui package"
url="https://github.com/dtkav/swagger-ui-bundle"
arch="noarch !riscv64" # missing checkdep
@ -18,6 +18,7 @@ makedepends="
depends="
python3
"
subpackages="$pkgname-pyc"
source="https://github.com/dtkav/swagger-ui-bundle/archive/v$pkgver/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
pkgname=py3-syrupy
_pyname=${pkgname/py3-/}
pkgver=4.0.1
pkgrel=0
pkgrel=1
pkgdesc="The sweeter pytest snapshot plugin"
url="https://tophat.github.io/syrupy"
arch="noarch"
@ -10,6 +10,7 @@ license="Apache-2.0"
depends="python3 py3-pytest py3-colored"
makedepends="py3-poetry-core py3-gpep517 py3-installer"
checkdepends="py3-invoke py3-pytest-benchmark"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/tophat/syrupy/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"