testing/py3-p*: split -pyc

This commit is contained in:
ptrcnull 2023-04-21 23:47:01 +02:00 committed by alice
parent 90482758be
commit ed3422e285
75 changed files with 150 additions and 84 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-patchworklib
pkgver=0.5.2
pkgrel=0
pkgrel=1
pkgdesc="A subplot manager for intuitive layouts in matplotlib, seaborn, and plotnine"
url="https://github.com/ponnhide/patchworklib"
arch="noarch !s390x !armhf" # py3-plotnine
@ -17,6 +17,7 @@ depends="
"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-plotnine"
subpackages="$pkgname-pyc"
source="https://github.com/ponnhide/patchworklib/archive/v$pkgver/patchworklib-$pkgver.tar.gz"
builddir="$srcdir/patchworklib-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-pam
_pkgname=python-pam
pkgver=2.0.2
pkgrel=0
pkgrel=1
pkgdesc="A Python interface to the PAM library"
url="https://github.com/FirefighterBlu3/python-pam"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="linux-pam python3 py3-six"
makedepends="py3-setuptools py3-wheel py3-gpep517 py3-installer"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/FirefighterBlu3/python-pam/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-parver
_pkgname=parver
pkgver=0.4
pkgrel=0
pkgrel=1
pkgdesc="Parse and manipulate PEP 440 version numbers"
url="https://github.com/RazerM/parver"
license="MIT"
@ -11,6 +11,7 @@ arch="noarch"
depends="python3 py3-arpeggio py3-attrs"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest py3-hypothesis py3-pretend"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
pkgname=py3-pathvalidate
pkgver=2.5.2
pkgrel=0
pkgrel=1
pkgdesc="Python library to sanitize/validate a string such as filenames/file-paths/etc"
url="https://github.com/thombashi/pathvalidate"
arch="noarch"
@ -15,6 +15,7 @@ makedepends="
"
checkdepends="py3-pytest py3-click py3-faker"
options="!check" # tests require unpackaged unmaintained dependencies
subpackages="$pkgname-pyc"
source="https://github.com/thombashi/pathvalidate/archive/refs/tags/v$pkgver/pathvalidate-$pkgver.tar.gz"
builddir="$srcdir/pathvalidate-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-pbkdf2
_pkgname=python-pbkdf2
pkgver=1.3
pkgrel=4
pkgrel=5
pkgdesc="Password-based key derivation function"
url="http://www.dlitz.net/software/python-pbkdf2"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/dlitz/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -1,7 +1,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-pcbnewtransition
pkgver=0.3.2
pkgrel=0
pkgrel=1
pkgdesc="Easily support KiCAD 7, 6 and 5 in your KiCAD plugins by monkeypatching older versions to KiCAD 7 API"
url="https://github.com/yaqwsx/pcbnewTransition"
# riscv64: py3-shapely
@ -19,6 +19,7 @@ makedepends="
py3-setuptools
py3-wheel
"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/yaqwsx/pcbnewTransition/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/pcbnewTransition-$pkgver"
options="!check" # no tests in the repo

View File

@ -2,7 +2,7 @@
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=py3-pdal
pkgver=3.2.3
pkgrel=0
pkgrel=1
pkgdesc="PDAL Python bindings"
options="!check" # disabled - failing test with circular import
url="https://github.com/pdal/python"
@ -11,6 +11,7 @@ license="BSD-3-Clause"
depends="python3 py3-numpy"
checkdepends="pdal py3-pytest"
makedepends="python3-dev pdal-dev py3-scikit-build py3-numpy-dev cmake ninja py3-pybind11-dev"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/PDAL/python/archive/$pkgver.tar.gz"
builddir="$srcdir/python-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-pelican
_pkgname=pelican
pkgver=4.8.0
pkgrel=1
pkgrel=2
pkgdesc="Static site generator written in Python"
options="!check" # Tests require locale support
url="https://getpelican.com"
@ -24,6 +24,7 @@ depends="
"
makedepends="py3-setuptools"
checkdepends="py3-django"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -2,13 +2,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pep8-naming
pkgver=0.13.3
pkgrel=0
pkgrel=1
pkgdesc="Check PEP-8 naming conventions plugin for flake8"
url="https://github.com/PyCQA/pep8-naming"
arch="noarch"
license="MIT"
depends="python3 py3-flake8"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pep8-naming/pep8-naming-$pkgver.tar.gz"
builddir="$srcdir/pep8-naming-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-phpserialize
_pkgname=phpserialize
pkgver=1.3
pkgrel=5
pkgrel=6
pkgdesc="A PHP serializer implementation for Python"
options="!check" # failures=1
url="https://github.com/mitsuhiko/phpserialize"
@ -11,6 +11,7 @@ arch="noarch"
license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/phpserialize/archive/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-piexif
_pyname=piexif
pkgver=1.1.3
pkgrel=5
pkgrel=6
pkgdesc="EXIF manipulations with Python"
url="https://github.com/hMatoba/Piexif"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pillow"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.zip
fix-running-tests.patch
"

View File

@ -3,7 +3,7 @@
pkgname=py3-pika
_pkgname=pika
pkgver=1.3.1
pkgrel=0
pkgrel=1
pkgdesc="Python3 AMQP client library"
options="!check" # failures=1
url="https://pika.readthedocs.org"
@ -17,6 +17,7 @@ checkdepends="
py3-mock
py3-nose
"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/pika/pika/archive/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=py3-plac
pkgver=1.3.5
pkgrel=1
pkgrel=2
pkgdesc="Parsing the command line the easy way"
url="https://github.com/ialbert/plac"
arch="noarch"
@ -10,6 +10,7 @@ license="BSD-2-Clause"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/plac/plac-$pkgver.tar.gz
index.rst" # replicate index.rst for tests to pass
builddir="$srcdir/plac-$pkgver"

View File

@ -1,7 +1,7 @@
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=py3-playsound
pkgver=1.2.2
pkgrel=2
pkgrel=3
_commit=907f1fe73375a2156f7e0900c4b42c0a60fa1d00
pkgdesc="Pure Python, cross platform, single function module for playing sounds"
options="!check" # No testsuite
@ -10,6 +10,7 @@ arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/TaylorSMarks/playsound/archive/$_commit.tar.gz"
builddir="$srcdir/playsound-$_commit"

View File

@ -3,7 +3,7 @@
pkgname=py3-pockethernet
_pyname=pockethernet
pkgver=0.7.0
pkgrel=1
pkgrel=2
pkgdesc="Library for controlling the Pockethernet"
url="https://gitlab.com/MartijnBraam/pockethernet-protocol"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-cobs py3-crc16"
makedepends="py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"
subpackages="$pkgname-pyc"
source="https://gitlab.com/MartijnBraam/pockethernet-protocol/-/archive/$pkgver/pockethernet-protocol-$pkgver.tar.gz"
builddir=$srcdir/pockethernet-protocol-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-preggy
_pkgname=preggy
pkgver=1.4.4
pkgrel=2
pkgrel=3
pkgdesc="assertion library for Python"
options="!check" # no test suite
url="http://heynemann.github.io/preggy"
@ -11,7 +11,7 @@ arch="noarch"
license="MIT"
depends="python3 py3-six py3-unidecode"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=py3-preshed
pkgver=3.0.8
pkgrel=0
pkgrel=1
pkgdesc="Cython hash tables that assume keys are pre-hashed"
url="https://github.com/explosion/preshed"
arch="all"
@ -10,7 +10,7 @@ license="MIT"
depends="python3 py3-cymem py3-murmurhash"
makedepends="python3-dev py3-setuptools cython"
checkdepends="py3-pytest"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="preshed-$pkgver.tar.gz::https://github.com/explosion/preshed/archive/v$pkgver.tar.gz"
builddir="$srcdir/preshed-$pkgver"

View File

@ -1,7 +1,7 @@
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=py3-proglog
pkgver=0.1.10
pkgrel=0
pkgrel=1
pkgdesc="Log and progress bar manager for console, notebooks, web"
url="https://github.com/Edinburgh-Genome-Foundry/Proglog"
arch="noarch"
@ -16,6 +16,7 @@ makedepends="
py3-wheel
"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Edinburgh-Genome-Foundry/Proglog/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/Proglog-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-progressbar2
_pkgname=progressbar2
pkgver=4.2.0
pkgrel=0
pkgrel=1
pkgdesc="Text progress bar library for Python"
url="https://github.com/WoLpH/python-progressbar"
arch="noarch !s390x" # py3-utils
@ -14,6 +14,7 @@ depends="python3 py3-utils py3-freezegun"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-cov"
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: prspkt <prspkt@protonmail.com>
pkgname=py3-protego
pkgver=0.2.1
pkgrel=0
pkgrel=1
pkgdesc="Pure-Python robots.txt parser with support for modern conventions"
url="https://github.com/scrapy/protego"
arch="noarch"
@ -10,6 +10,7 @@ license="BSD-3-Clause"
depends="python3 py3-six"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/P/Protego/Protego-$pkgver.tar.gz"
builddir="$srcdir/Protego-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-proxmoxer
pkgver=2.0.1
pkgrel=0
pkgrel=1
pkgdesc="Python wrapper for Proxmox API v2"
url="https://github.com/proxmoxer/proxmoxer"
arch="noarch"
@ -18,6 +18,7 @@ checkdepends="
py3-responses
py3-testfixtures
"
subpackages="$pkgname-pyc"
source="https://github.com/proxmoxer/proxmoxer/archive/$pkgver/proxmoxer-$pkgver.tar.gz"
builddir="$srcdir/proxmoxer-$pkgver"

View File

@ -4,7 +4,7 @@ pkgname=py3-publicsuffix2
_pkgname=python-publicsuffix2
_pkgver=2.2019-12-21
pkgver=${_pkgver//-}
pkgrel=3
pkgrel=4
pkgdesc="Python library to deal with publicsuffix data"
url="https://github.com/nexB/python-publicsuffix2"
license="MIT AND MPL-2.0"
@ -12,6 +12,7 @@ arch="noarch"
depends="python3 py3-requests"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$_pkgname-release-$_pkgver.tar.gz::https://github.com/nexB/python-publicsuffix2/archive/release-$_pkgver.tar.gz"
builddir="$srcdir/$_pkgname-release-$_pkgver"

View File

@ -1,7 +1,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-puremagic
pkgver=1.15
pkgrel=0
pkgrel=1
pkgdesc="Pure python implementation of identifying files based off their magic numbers"
url="https://github.com/cdgriffith/puremagic"
arch="noarch"
@ -9,6 +9,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-cov"
subpackages="$pkgname-pyc"
source="https://github.com/cdgriffith/puremagic/archive/refs/tags/$pkgver/puremagic-$pkgver.tar.gz"
builddir="$srcdir/puremagic-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-py-radix
_pkgname=py-radix
pkgver=0.10.0
pkgrel=6
pkgrel=7
pkgdesc="An implementation of a radix tree for Python"
url="https://github.com/mjschultz/py-radix"
arch="all"
@ -11,6 +11,7 @@ license="BSD-4-Clause AND ISC"
depends="python3"
makedepends="py3-setuptools python3-dev"
checkdepends="py3-coverage py3-nose"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/mjschultz/py-radix/archive/v$pkgver.tar.gz
python3.10-support.patch
"

View File

@ -2,7 +2,7 @@
# Contributor: Martijn Braam <martijn@brixit.nl>
pkgname=py3-pyatem
pkgver=0.5.0
pkgrel=1
pkgrel=2
pkgdesc="Python library for controlling Blackmagic Design ATEM hardware"
url="https://git.sr.ht/~martijnbraam/pyatem"
arch="all"
@ -15,7 +15,7 @@ depends="python3 py3-usb py3-zeroconf"
makedepends="py3-setuptools python3-dev glib-dev libhandy1-dev meson"
checkdepends="py3-pytest"
builddir="$srcdir/pyatem-$pkgver"
subpackages="openswitcher openswitcher-proxy:proxy openswitcher-proxy-openrc"
subpackages="openswitcher openswitcher-proxy:proxy openswitcher-proxy-openrc $pkgname-pyc"
build() {
# Build the python library

View File

@ -5,7 +5,7 @@ _pkgname=PyAutoGUI
# upstream does not tag releases https://github.com/asweigart/pyautogui/issues/270
_commit=9de7b3ebf8817a846b03caec0775ecbf4596452b
pkgver=0.9.53
pkgrel=2
pkgrel=3
pkgdesc="A cross-platform Python module for GUI automation for human beings"
url="https://pyautogui.readthedocs.io/"
arch="noarch"
@ -20,6 +20,7 @@ depends="
"
makedepends="py3-setuptools"
checkdepends="xvfb-run"
subpackages="$pkgname-pyc"
source="$_pkgname-$_commit.tar.gz::https://github.com/asweigart/pyautogui/archive/$_commit.tar.gz"
builddir="$srcdir/pyautogui-$_commit"
options="!check" # hang forever

View File

@ -1,7 +1,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-pybars3
pkgver=0.9.7
pkgrel=3
pkgrel=4
pkgdesc="implementation of the handlebars.js template language for Python 3"
url="https://github.com/wbond/pybars3"
arch="noarch"
@ -13,6 +13,7 @@ depends="
makedepends="
py3-setuptools
"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pybars3/pybars3-$pkgver.tar.gz"
builddir="$srcdir/pybars3-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-pydes
pkgver=2.0.1
_pkgname=pyDes
pkgrel=2
pkgrel=3
pkgdesc="Python implementation of DES and TRIPLE DES encryption algorithm"
options="!check" # no test suite
url="http://twhiteman.netfirms.com/des.html"
@ -11,7 +11,7 @@ arch="noarch"
license="CC-PDDC"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-pydicom
pkgver=2.3.1
pkgrel=0
pkgrel=1
pkgdesc="Read, modify and write DICOM files with python code"
url="https://github.com/pydicom/pydicom"
arch="noarch"
@ -14,6 +14,7 @@ makedepends="
py3-wheel
"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/pydicom/pydicom/archive/v$pkgver/pydicom-$pkgver.tar.gz"
builddir="$srcdir/pydicom-$pkgver"
options="!check" # do not test for now | collection is very time consuming

View File

@ -2,7 +2,7 @@
_pkgname=pygdbmi
pkgname=py3-$_pkgname
pkgver=0.10.0.2
pkgrel=1
pkgrel=2
pkgdesc="Get Structured Output from GDB's Machine Interface"
options="!check" # No testsuite
url="https://github.com/cs01/pygdbmi"
@ -10,6 +10,7 @@ arch="noarch"
license="MIT"
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

View File

@ -3,13 +3,14 @@
pkgname=py3-pygelbooru
_pkgreal=pygelbooru
pkgver=0.5.0
pkgrel=1
pkgrel=2
pkgdesc="unofficial and lightweight asynchronous library for Gelbooru compatible API"
url="https://github.com/MakotoAme/pygelbooru"
arch="noarch"
license="GPL-3"
depends="python3 py3-aiohttp py3-furl py3-xmltodict"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgreal:0:1}/$_pkgreal/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

View File

@ -4,7 +4,7 @@
pkgname=py3-pygfm
_pkgname=py-gfm
pkgver=1.0.2
pkgrel=1
pkgrel=2
pkgdesc="Github-Flavored Markdown for Python-Markdown"
options="!check"
url="https://github.com/zopieux/py-gfm"
@ -13,6 +13,7 @@ license="BSD-3-Clause"
depends="python3 py3-markdown"
makedepends="py3-setuptools"
checkdepends="py3-codecov py3-coverage py3-coveralls"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Zopieux/py-gfm/archive/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-pygpgme
_pkgname=pygpgme
pkgver=0.3.1
pkgrel=6
pkgrel=7
pkgdesc="PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format."
url="https://github.com/rshk/pygpgme/"
arch="all"
license="LGPL-2.1-or-later"
depends="python3"
makedepends="gpgme-dev python3-dev"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/rshk/pygpgme/archive/v$pkgver.tar.gz
py3.11.patch
"

View File

@ -3,13 +3,14 @@
pkgname=py3-pygtail
_pkgname=pygtail
pkgver=0.14.0
pkgrel=0
pkgrel=1
pkgdesc="Reads log file lines that have not been read"
url="https://github.com/bgreenlee/pygtail"
arch="noarch"
license="GPL-2.0-or-later"
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

View File

@ -2,13 +2,14 @@
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=py3-pyinstrument
pkgver=4.4.0
pkgrel=1
pkgrel=2
pkgdesc="Call stack profiler for Python"
url="https://github.com/joerick/pyinstrument"
arch="all"
license="BSD-3-Clause"
makedepends="py3-setuptools python3-dev"
checkdepends="py3-pytest py3-flaky py3-trio py3-greenlet"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/joerick/pyinstrument/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/pyinstrument-$pkgver"
options="!check" # currently not working

View File

@ -3,13 +3,14 @@
pkgname=py3-pyisbn
_pkgname=pyisbn
pkgver=1.3.1
pkgrel=0
pkgrel=1
pkgdesc="A module for working with 10- and 13-digit ISBNs"
url="https://github.com/JNRowe/pyisbn"
arch="noarch"
license="GPL-3.0-or-later"
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

View File

@ -3,13 +3,14 @@ pkgname=py3-pymaging-png
_pkgname=pymaging-png
_commit=83d85c44e4b2342818e6c068065e031a9f81bb9f
pkgver=0.0.20130727
pkgrel=7
pkgrel=8
pkgdesc="PNG format support for pymaging"
url="https://github.com/ojii/pymaging-png"
arch="noarch"
license="MIT"
depends="python3 py3-pymaging"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ojii/$_pkgname/archive/$_commit.tar.gz"
builddir="$srcdir"/$_pkgname-$_commit

View File

@ -3,13 +3,14 @@ pkgname=py3-pymaging
_pkgname=pymaging
_commit=596a08fce5664e58d6e8c96847393fbe987783f2
pkgver=0.0.20130908
pkgrel=7
pkgrel=8
pkgdesc="Pure Python imaging library"
url="https://github.com/ojii/pymaging"
arch="noarch"
license="BSD-3-Clause AND MIT"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ojii/$_pkgname/archive/$_commit.tar.gz"
builddir="$srcdir"/$_pkgname-$_commit

View File

@ -2,13 +2,14 @@
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=py3-pymata
pkgver=2.20
pkgrel=1
pkgrel=2
pkgdesc="A Python client class library for Interaction with Standard Firmata"
url="https://github.com/MrYsLab/PyMata"
arch="noarch"
license="AGPL-3.0-or-later"
depends="python3 py3-pyserial"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/P/PyMata/PyMata-$pkgver.tar.gz"
builddir="$srcdir/PyMata-$pkgver"
options="!check" # No tests.

View File

@ -2,13 +2,14 @@
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=py3-pymata4
pkgver=1.15
pkgrel=1
pkgrel=2
pkgdesc="a Python Protocol Abstraction Library For Arduino Firmata"
url="https://github.com/MrYsLab/pymata4"
arch="noarch"
license="AGPL-3.0-or-later"
depends="python3 py3-pyserial"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pymata4/pymata4-$pkgver.tar.gz"
builddir="$srcdir/pymata4-$pkgver"
options="!check" # No tests.

View File

@ -2,7 +2,7 @@
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=py3-pymdown-extensions
pkgver=9.10
pkgrel=0
pkgrel=1
pkgdesc="extension pack for Python Markdown"
url="https://github.com/facelessuser/pymdown-extensions"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-markdown"
makedepends="py3-gpep517 py3-hatchling"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pymdown-extensions/pymdown_extensions-$pkgver.tar.gz"
builddir="$srcdir/pymdown_extensions-$pkgver"
options="!check" # Some tests fail.

View File

@ -1,7 +1,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-pymeta3
pkgver=0.5.1
pkgrel=3
pkgrel=4
pkgdesc="general object-oriented pattern matcher for Python 3"
url="https://github.com/wbond/pymeta3"
arch="noarch"
@ -12,6 +12,7 @@ makedepends="
"
_pyname="PyMeta3"
_pypiprefix="${_pyname%${_pyname#?}}"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
options="!check" # No tests provided

View File

@ -3,7 +3,7 @@ pkgname=py3-pymsgbox
pkgver=1.0.9
# no actual tags
_gitrev=ad76bd85a9cd2506a5417b82408c82ed60585421
pkgrel=1
pkgrel=2
pkgdesc="Simple, cross-platform, pure Python module to display message boxes, and just message boxes"
url="https://github.com/asweigart/PyMsgBox"
arch="noarch"
@ -11,6 +11,7 @@ license="GPL-3.0-or-later"
depends="python3"
makedepends="py3-setuptools"
checkdepends="xvfb-run"
subpackages="$pkgname-pyc"
source="$pkgname-$_gitrev.tar.gz::https://github.com/asweigart/PyMsgBox/archive/$_gitrev.tar.gz"
builddir="$srcdir/PyMsgBox-$_gitrev"
options="!check" # circular with pyautogui

View File

@ -2,13 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-pymsteams
pkgver=0.2.2
pkgrel=1
pkgrel=2
pkgdesc="Format messages and post to Microsoft Teams."
url="https://github.com/rveachkc/pymsteams"
arch="noarch"
license="Apache-2.0"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-requests py3-py py3-pluggy"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/rveachkc/pymsteams/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir"/${pkgname/py3-/}-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-pypandoc
pkgver=1.11
pkgrel=0
pkgrel=1
pkgdesc="Thin wrapper for pandoc"
url="https://github.com/NicklasTegner/pypandoc"
arch="aarch64 x86_64" # pandoc
@ -10,6 +10,7 @@ license="MIT"
depends="python3 pandoc"
makedepends="py3-gpep517 py3-poetry-core"
options="!check" # missing pandoc-citeproc
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pypandoc/pypandoc-$pkgver.tar.gz"
builddir="$srcdir/pypandoc-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-pyparted
_pkgname=pyparted
pkgver=3.12.0
pkgrel=1
pkgrel=2
pkgdesc="Python bindings for GNU parted (libparted)"
url="https://github.com/dcantrell/pyparted"
arch="all"
license="GPL-2.0-or-later"
depends="python3"
makedepends="python3-dev py3-setuptools parted-dev"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/dcantrell/pyparted/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-pyrebase
_pkgname=Pyrebase
pkgver=3.0.27
pkgrel=2
pkgrel=3
pkgdesc="simple python wrapper for the Firebase API"
options="!check" # no test suite
url="https://github.com/thisbejim/Pyrebase"
@ -12,6 +12,7 @@ license="MIT"
depends="python3 py3-pycryptodome py3-requests py3-six py3-oauth2client
py3-parsing py3-requests-toolbelt py3-python-jwt"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/P/$_pkgname/$_pkgname-$pkgver.tar.gz
drop-requirements.patch
"

View File

@ -2,7 +2,7 @@
pkgname=py3-pyro4
_pyname=Pyro4
pkgver=4.82
pkgrel=1
pkgrel=2
pkgdesc="Python remote objects"
url="http://pyro4.readthedocs.io/"
arch="noarch !s390x" # Limited by py3-dill
@ -11,6 +11,7 @@ depends="py3-serpent"
makedepends="python3 py3-setuptools"
checkdepends="py3-msgpack py3-dill py3-cloudpickle"
_pypiprefix="${_pyname%"${_pyname#?}"}"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir=$srcdir/$_pyname-$pkgver
options="!check" # does not support py311 anyway https://github.com/irmen/Pyro4/issues/246

View File

@ -2,13 +2,14 @@
pkgname=py3-pyroma
_pkgname=pyroma
pkgver=2.6
pkgrel=3
pkgrel=4
pkgdesc="Python project assessment tool."
url="https://pypi.org/project/pyroma/"
arch="noarch"
license="MIT"
depends="py3-pygments py3-setuptools py3-docutils"
makedepends="python3-dev"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/regebro/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@ pkgname=py3-pyscreeze
pkgver=0.1.28
# no actual tags
_gitrev=3c79c662e4db8e2f5d96220fffcccfa676ae1691
pkgrel=1
pkgrel=2
pkgdesc="Simple, cross-platform screenshot module for Python 2 and 3"
url="https://github.com/asweigart/pyscreeze"
arch="noarch"
@ -11,6 +11,7 @@ license="GPL-3.0-or-later"
depends="python3 py3-pillow py3-xlib scrot"
makedepends="py3-setuptools"
checkdepends="xvfb-run"
subpackages="$pkgname-pyc"
source="$pkgname-$_gitrev.tar.gz::https://github.com/asweigart/pyscreeze/archive/$_gitrev.tar.gz"
builddir="$srcdir/pyscreeze-$_gitrev"

View File

@ -3,7 +3,7 @@
pkgname=py3-pysimplesoap
_pkgname=PySimpleSOAP
pkgver=1.16.2
pkgrel=4
pkgrel=5
pkgdesc="Simple SOAP library"
options="!check" # Tests only work on python2
url="https://github.com/pysimplesoap/pysimplesoap"
@ -11,6 +11,7 @@ arch="noarch"
license="LGPL-3.0-or-later"
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"

View File

@ -3,7 +3,7 @@
pkgname=py3-pysonic
_pyname=py-sonic
pkgver=1.0.0
pkgrel=0
pkgrel=1
pkgdesc="Python library to wrap the Subsonic REST API"
url="https://github.com/crustymonkey/py-sonic"
arch="noarch"
@ -11,6 +11,7 @@ license="GPL-3.0-only"
options="!check" # no tests
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-pysrt
_pkgname=pysrt
pkgver=1.1.2
pkgrel=1
pkgrel=2
pkgdesc="Python parser for SubRip (srt) files"
url="https://github.com/byroot/pysrt"
arch="noarch"
@ -11,6 +11,7 @@ license="GPL-3.0-only"
depends="python3 py3-chardet"
makedepends="py3-setuptools"
checkdepends="py3-nose"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -5,7 +5,7 @@
pkgname=py3-pystache
_realname=pystache
pkgver=0.6.0
pkgrel=2
pkgrel=3
pkgdesc="Pystache is a Python implementation of Mustache"
url="https://pypi.org/project/pystache"
arch="noarch"
@ -14,6 +14,7 @@ replaces="py-pystache" # For backwards compatibility
provides="py-pystache=$pkgver-r$pkgrel" # For backwards compatibility
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
builddir="$srcdir"/$_realname-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=py3-pytaglib
pkgver=1.5.0
pkgrel=1
pkgrel=2
pkgdesc="Python bindigs for the TagLib audio metadata library"
url="https://taglib.org"
arch="all"
@ -10,6 +10,7 @@ license="GPL-3.0-or-later"
depends="python3"
makedepends="cython py3-setuptools python3-dev taglib-dev"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pytaglib/pytaglib-$pkgver.tar.gz"
builddir="$srcdir/pytaglib-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-pyte
_pkgname=pyte
pkgver=0.8.1
pkgrel=1
pkgrel=2
pkgdesc="Pyte is an in memory VTXXX-compatible terminal emulator"
url="https://github.com/selectel/pyte"
arch="noarch"
license="LGPL"
depends="py3-wcwidth"
makedepends="py3-setuptools py3-pytest-runner"
subpackages="$pkgname-pyc"
source="pyte-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-pytest-expect
_pkgname=pytest-expect
pkgver=1.1.0
pkgrel=7
pkgrel=8
pkgdesc="A pytest plugin that stores test expectations"
options="!check" # no test suite
url="https://github.com/gsnedders/pytest-expect"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT"
depends="py3-pytest py3-u-msgpack"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/gsnedders/pytest-expect/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-pytest-helpers-namespace
pkgver=2021.12.29
pkgrel=0
pkgrel=1
pkgdesc="Pytest Helpers Namespace Plugin"
url="https://pytest-helpers-namespace.readthedocs.io/"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-pytest"
makedepends="py3-setuptools py3-setuptools_scm py3-setuptools-declarative-requirements"
subpackages="$pkgname-pyc"
source="https://github.com/saltstack/pytest-helpers-namespace/archive/refs/tags/v$pkgver/py3-pytest-helpers-namespace-$pkgver.tar.gz"
builddir="$srcdir/pytest-helpers-namespace-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-pytest-instafail
pkgver=0.5.0
pkgrel=0
pkgrel=1
pkgdesc="pytest plugin to show failures instantly"
url="https://github.com/pytest-dev/pytest-instafail"
arch="noarch"
license="BSD-3-Clause"
depends="python3 py3-pytest"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/p/pytest-instafail/pytest-instafail-$pkgver.tar.gz"
builddir="$srcdir/pytest-instafail-$pkgver"

View File

@ -2,7 +2,7 @@
pkgname=py3-pytest-regtest
_pyname=pytest-regtest
pkgver=1.5.0
pkgrel=0
pkgrel=1
pkgdesc="pytest-regtest is a pytest-plugin for implementing regression tests"
url="https://gitlab.com/uweschmitt/pytest-regtest"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="py3-pytest"
makedepends="py3-setuptools"
checkdepends="py3-pexpect py3-tox"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-pytest-repeat
_pyname=pytest-repeat
pkgver=0.9.1
pkgrel=1
pkgrel=2
pkgdesc="pytest plugin for repeating tests"
url="https://github.com/pytest-dev/pytest-repeat"
arch="noarch"
@ -19,6 +19,7 @@ makedepends="
py3-setuptools_scm
"
checkdepends="py3-tox"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-repeat/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-pytest-rerunfailures
_pkgname=${pkgname#py3-}
pkgver=10.2
pkgrel=2
pkgrel=3
pkgdesc="Pytest plugin to re-run tests to eliminate flaky failures"
url="https://pypi.org/project/pytest-rerunfailures/"
arch="noarch"
@ -11,6 +11,7 @@ license="MPL-2.0"
depends="python3 py3-pytest"
makedepends="py3-setuptools py3-gpep517 py3-installer py3-wheel"
checkdepends="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

@ -2,7 +2,7 @@
pkgname=py3-pytest-subprocess
_pyname=${pkgname#py3-}
pkgver=1.5.0
pkgrel=0
pkgrel=1
pkgdesc="Pytest plugin to fake subprocess"
url="https://github.com/aklajnert/pytest-subprocess"
arch="noarch"
@ -16,6 +16,7 @@ checkdepends="
py3-pytest-asyncio
py3-pytest-rerunfailures
"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/aklajnert/pytest-subprocess/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-python-archive
_pkgname=python-archive
pkgver=0.2
pkgrel=4
pkgrel=5
pkgdesc="Library for extracting zip and tar archives"
url="https://github.com/gdub/python-archive"
arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
replaces="py-archive" # for backwards compatibility
provides="py-archive=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3"
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-python-jose
pkgver=3.3.0
pkgrel=0
pkgrel=1
pkgdesc="A JOSE implementation in Python"
url="https://github.com/mpdavis/python-jose/"
arch="noarch"
@ -10,7 +10,7 @@ license="MIT"
depends="python3"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-cryptography py3-pycryptodome py3-pytest-runner"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="python-jose-$pkgver.tar.gz::https://github.com/mpdavis/python-jose/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/python-jose-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-python-jwt
_pkgname=python_jwt
pkgver=4.0.0
pkgrel=0
pkgrel=1
pkgdesc="Module for generating and verifying JSON Web Tokens"
options="!check" # no test suite
url="https://github.com/davedoesdev/python-jwt"
@ -11,7 +11,7 @@ arch="noarch"
license="MIT"
depends="python3 py3-jwcrypto"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-python-logstash
_pkgname=python-logstash
pkgver=0.4.8
pkgrel=1
pkgrel=2
pkgdesc="Python logging handler for Logstash"
options="!check" # no test suite
url="https://github.com/vklochan/python-logstash"
@ -11,7 +11,7 @@ arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=py3-python-multipart
pkgver=0.0.6
pkgrel=0
pkgrel=1
pkgdesc="A streaming multipart parser for Python"
url="https://github.com/andrew-d/python-multipart"
arch="noarch"
@ -12,7 +12,7 @@ makedepends="
py3-gpep517
py3-hatchling
"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
checkdepends="
py3-pytest-runner
py3-pytest-xdist

View File

@ -3,13 +3,14 @@
pkgname=py3-python-mystrom
_pkgname=python-mystrom
pkgver=0.5.0
pkgrel=5
pkgrel=6
pkgdesc="Python API for controlling myStrom switches/plugs"
url="https://github.com/home-assistant-ecosystem/python-mystrom"
arch="noarch"
license="MIT"
depends="py3-click py3-requests"
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-python-stdnum
_pkgname=python-stdnum
pkgver=1.18
pkgrel=1
pkgrel=2
pkgdesc="Python module to handle standardized numbers and codes"
url="https://arthurdejong.org/python-stdnum"
arch="noarch"
@ -11,6 +11,7 @@ license="LGPL-2.0-or-later"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-coverage py3-nose"
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-pytweening
pkgver=1.0.4
# no actual tags
_gitrev=7f849783189812f11acd1550b69452c5ce4769b1
pkgrel=1
pkgrel=2
pkgdesc="Set of tweening / easing functions implemented in Python"
url="https://github.com/asweigart/pytweening"
arch="noarch"
license="GPL-3.0-or-later"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$_gitrev.tar.gz::https://github.com/asweigart/pytweening/archive/$_gitrev.tar.gz"
builddir="$srcdir/pytweening-$_gitrev"

View File

@ -1,7 +1,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-pyvcd
pkgver=0.3.0
pkgrel=0
pkgrel=1
pkgdesc="Python package for writing Value Change Dump (VCD) files"
url="https://github.com/westerndigitalcorporation/pyvcd"
arch="noarch"
@ -9,6 +9,7 @@ license="MIT"
depends="python3"
makedepends="py3-setuptools py3-gpep517 py3-installer py3-setuptools_scm py3-wheel"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/westerndigitalcorporation/pyvcd/archive/refs/tags/$pkgver/py3-pyvcd-$pkgver.tar.gz"
builddir="$srcdir/pyvcd-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-pyvows
_pkgname=pyVows
pkgver=3.0.0
pkgrel=2
pkgrel=3
pkgdesc="BDD test engine based on Vows.js"
url="https://github.com/heynemann/pyvows"
arch="noarch"
@ -11,7 +11,7 @@ license="MIT"
depends="python3 py3-gevent py3-preggy"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-colorama py3-coverage"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz
drop-requirements.patch"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -2,7 +2,7 @@
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=py3-pyyaml-env-tag
pkgver=0.1
pkgrel=2
pkgrel=3
pkgdesc="a custom YAML tag for referencing environment variables in YAML files"
url="https://github.com/waylan/pyyaml-env-tag"
arch="noarch"
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-yaml"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pyyaml_env_tag/pyyaml_env_tag-$pkgver.tar.gz"
builddir="$srcdir/pyyaml_env_tag-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-pyzor
_pkgname=pyzor
pkgver=1.0.0
pkgrel=8
pkgrel=9
pkgdesc="Python implementation of a spam-blocking networked system that use spam signatures to identify them."
url="https://pypi.org/project/pyzor/"
arch="noarch"
license="GPL-2.0-only"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver