community/py3-n*: split -pyc

This commit is contained in:
ptrcnull 2023-04-18 22:38:28 +02:00 committed by alice
parent f09113f1cd
commit 6b33f4d92d
27 changed files with 56 additions and 32 deletions

View File

@ -3,7 +3,7 @@
pkgname=py3-nashpy pkgname=py3-nashpy
_pkgorig=nashpy _pkgorig=nashpy
pkgver=0.0.37 pkgver=0.0.37
pkgrel=0 pkgrel=1
pkgdesc="A library for the computation of Nash equilibria in two player games" pkgdesc="A library for the computation of Nash equilibria in two player games"
url="https://github.com/drvinceknight/Nashpy" url="https://github.com/drvinceknight/Nashpy"
arch="noarch" arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-scipy py3-networkx py3-numpy" depends="python3 py3-scipy py3-networkx py3-numpy"
checkdepends="python3-dev py3-pytest py3-hypothesis" checkdepends="python3-dev py3-pytest py3-hypothesis"
makedepends="py3-gpep517 py3-flit-core" makedepends="py3-gpep517 py3-flit-core"
subpackages="$pkgname-pyc"
source="https://github.com/drvinceknight/Nashpy/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz" source="https://github.com/drvinceknight/Nashpy/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/Nashpy-$pkgver" builddir="$srcdir/Nashpy-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-nats pkgname=py3-nats
_pkgname=nats.py _pkgname=nats.py
pkgver=2.2.0 pkgver=2.2.0
pkgrel=1 pkgrel=2
pkgdesc="Python3 client for NATS" pkgdesc="Python3 client for NATS"
url="https://github.com/nats-io/nats.py" url="https://github.com/nats-io/nats.py"
arch="noarch" arch="noarch"
@ -18,6 +18,7 @@ depends="
py3-aiohttp py3-aiohttp
python3 python3
" "
subpackages="$pkgname-pyc"
source="https://github.com/nats-io/nats.py/archive/v$pkgver/nats.py-$pkgver.tar.gz" source="https://github.com/nats-io/nats.py/archive/v$pkgver/nats.py-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-natsort pkgname=py3-natsort
_pkgname=natsort _pkgname=natsort
pkgver=8.3.1 pkgver=8.3.1
pkgrel=0 pkgrel=1
pkgdesc="module for natural sorting" pkgdesc="module for natural sorting"
options="!check" # Locale related tests fail (7 out of 268) options="!check" # Locale related tests fail (7 out of 268)
url="https://github.com/SethMMorton/natsort" url="https://github.com/SethMMorton/natsort"
@ -12,6 +12,7 @@ license="MIT"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest py3-hypothesis py3-pytest-mock" checkdepends="py3-pytest py3-hypothesis py3-pytest-mock"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -2,13 +2,14 @@
pkgname=py3-nbxmpp pkgname=py3-nbxmpp
_pkgname=nbxmpp _pkgname=nbxmpp
pkgver=4.2.2 pkgver=4.2.2
pkgrel=0 pkgrel=1
pkgdesc="A non-blocking XMPP implementation for python" pkgdesc="A non-blocking XMPP implementation for python"
url="https://dev.gajim.org/gajim/python-nbxmpp/" url="https://dev.gajim.org/gajim/python-nbxmpp/"
arch="noarch" arch="noarch"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends="python3 py3-idna py3-precis-i18n py3-packaging libsoup3" depends="python3 py3-idna py3-precis-i18n py3-packaging libsoup3"
makedepends="py3-setuptools py3-gpep517 py3-wheel" makedepends="py3-setuptools py3-gpep517 py3-wheel"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
options="!check" # no test suite options="!check" # no test suite
builddir="$srcdir"/$_pkgname-$pkgver builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-ndg_httpsclient pkgname=py3-ndg_httpsclient
_pkgname=ndg_httpsclient _pkgname=ndg_httpsclient
pkgver=0.5.1 pkgver=0.5.1
pkgrel=4 pkgrel=5
pkgdesc="HTTPS client implementation for httplib and urllib2 based on PyOpenSSL" pkgdesc="HTTPS client implementation for httplib and urllib2 based on PyOpenSSL"
url="https://github.com/cedadev/ndg_httpsclient" url="https://github.com/cedadev/ndg_httpsclient"
arch="noarch" arch="noarch"
license="BSD-2-Clause" license="BSD-2-Clause"
depends="py3-openssl py3-asn1" depends="py3-openssl py3-asn1"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/cedadev/ndg_httpsclient/archive/$pkgver.tar.gz" source="$_pkgname-$pkgver.tar.gz::https://github.com/cedadev/ndg_httpsclient/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Aiden Grossman <agrossman154@yahoo.com> # Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=py3-nest_asyncio pkgname=py3-nest_asyncio
pkgver=1.5.6 pkgver=1.5.6
pkgrel=1 pkgrel=2
pkgdesc="Asyncio patch to allow nested event loops" pkgdesc="Asyncio patch to allow nested event loops"
url="https://github.com/erdewit/nest_asyncio" url="https://github.com/erdewit/nest_asyncio"
arch="noarch" arch="noarch"
license="BSD-2-Clause" license="BSD-2-Clause"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest" checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/erdewit/nest_asyncio/archive/refs/tags/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/erdewit/nest_asyncio/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/nest_asyncio-$pkgver" builddir="$srcdir/nest_asyncio-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Andy Hawkins <andy@gently.org.uk> # Maintainer: Andy Hawkins <andy@gently.org.uk>
pkgname=py3-nestedtext pkgname=py3-nestedtext
pkgver=3.5 pkgver=3.5
pkgrel=1 pkgrel=2
pkgdesc="A Human Friendly Data Format" pkgdesc="A Human Friendly Data Format"
url="https://nestedtext.org/" url="https://nestedtext.org/"
arch="noarch" arch="noarch"
@ -32,6 +32,7 @@ checkdepends="
py3-voluptuous py3-voluptuous
" "
_official_tests_hash="82b4393e54ff40723d950cfaa004ac267f3ba350" _official_tests_hash="82b4393e54ff40723d950cfaa004ac267f3ba350"
subpackages="$pkgname-pyc"
source="https://github.com/KenKundert/nestedtext/archive/v$pkgver/nestedtext-v$pkgver.tar.gz source="https://github.com/KenKundert/nestedtext/archive/v$pkgver/nestedtext-v$pkgver.tar.gz
https://github.com/KenKundert/nestedtext_tests/archive/$_official_tests_hash.zip" https://github.com/KenKundert/nestedtext_tests/archive/$_official_tests_hash.zip"
builddir="$srcdir/nestedtext-$pkgver" builddir="$srcdir/nestedtext-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-netaddr pkgname=py3-netaddr
_pyname=netaddr _pyname=netaddr
pkgver=0.8.0 pkgver=0.8.0
pkgrel=4 pkgrel=5
pkgdesc="A network address manipulation library for Python" pkgdesc="A network address manipulation library for Python"
url="https://github.com/netaddr/netaddr" url="https://github.com/netaddr/netaddr"
arch="noarch" arch="noarch"
@ -11,6 +11,7 @@ license="BSD-3-Clause"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest" checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/n/$_pyname/$_pyname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/n/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver" builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-netjsonconfig pkgname=py3-netjsonconfig
_pkgname=netjsonconfig _pkgname=netjsonconfig
pkgver=1.0.2 pkgver=1.0.2
pkgrel=0 pkgrel=1
pkgdesc="Python library that converts NetJSON DeviceConfiguration objects into real router configurations" pkgdesc="Python library that converts NetJSON DeviceConfiguration objects into real router configurations"
url="http://netjsonconfig.openwisp.org/" url="http://netjsonconfig.openwisp.org/"
arch="noarch" arch="noarch"
@ -16,6 +16,7 @@ checkdepends="
py3-nose>=2 py3-nose>=2
" "
makedepends="py3-setuptools_scm" makedepends="py3-setuptools_scm"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" builddir="$srcdir/$_pkgname-$pkgver"
options="!check" # requires nose > 2.0 options="!check" # requires nose > 2.0

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-networkx pkgname=py3-networkx
pkgver=2.8.8 pkgver=2.8.8
pkgrel=1 pkgrel=2
pkgdesc="Software for complex networks" pkgdesc="Software for complex networks"
url="https://networkx.github.io/" url="https://networkx.github.io/"
arch="noarch" arch="noarch"
@ -11,7 +11,7 @@ depends="
python3 python3
" "
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-doc" subpackages="$pkgname-doc $pkgname-pyc"
checkdepends=" checkdepends="
xdg-utils xdg-utils
py3-lxml py3-lxml

View File

@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-nevergrad pkgname=py3-nevergrad
pkgver=0.6.0 pkgver=0.6.0
pkgrel=0 pkgrel=1
pkgdesc="A Python toolbox for performing gradient-free optimization" pkgdesc="A Python toolbox for performing gradient-free optimization"
url="https://github.com/facebookresearch/nevergrad" url="https://github.com/facebookresearch/nevergrad"
arch="noarch !s390x" #py3-bayesian-optimization arch="noarch !s390x" #py3-bayesian-optimization
@ -10,6 +10,7 @@ license="MIT"
depends="python3 py3-bayesian-optimization py3-cma py3-numpy py3-pandas py3-typing-extensions" depends="python3 py3-bayesian-optimization py3-cma py3-numpy py3-pandas py3-typing-extensions"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-cov" checkdepends="py3-pytest py3-pytest-cov"
subpackages="$pkgname-pyc"
source="https://github.com/facebookresearch/nevergrad/archive/v$pkgver/nevergrad-$pkgver.tar.gz" source="https://github.com/facebookresearch/nevergrad/archive/v$pkgver/nevergrad-$pkgver.tar.gz"
builddir="$srcdir/nevergrad-$pkgver" builddir="$srcdir/nevergrad-$pkgver"
options="!check" # several test dependencies are missing | skip tests for now options="!check" # several test dependencies are missing | skip tests for now

View File

@ -3,7 +3,7 @@
pkgname=py3-niaaml pkgname=py3-niaaml
_pkgorig=NiaAML _pkgorig=NiaAML
pkgver=1.1.11 pkgver=1.1.11
pkgrel=4 pkgrel=5
pkgdesc="Python automated machine learning framework" pkgdesc="Python automated machine learning framework"
url="https://github.com/lukapecnik/NiaAML" url="https://github.com/lukapecnik/NiaAML"
arch="noarch !s390x !riscv64 !ppc64le" # py3-scikit-learn, py3-niapy arch="noarch !s390x !riscv64 !ppc64le" # py3-scikit-learn, py3-niapy
@ -11,7 +11,7 @@ license="MIT"
depends="python3 py3-numpy py3-pandas py3-niapy py3-scikit-learn" depends="python3 py3-numpy py3-pandas py3-niapy py3-scikit-learn"
checkdepends="python3-dev py3-pytest" checkdepends="python3-dev py3-pytest"
makedepends="py3-poetry-core py3-gpep517" makedepends="py3-poetry-core py3-gpep517"
subpackages="$pkgname-doc" subpackages="$pkgname-doc $pkgname-pyc"
source="https://github.com/lukapecnik/NiaAML/archive/$pkgver/$_pkgorig-$pkgver.tar.gz" source="https://github.com/lukapecnik/NiaAML/archive/$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver" builddir="$srcdir/$_pkgorig-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-niaarm pkgname=py3-niaarm
_pkgorig=niaarm _pkgorig=niaarm
pkgver=0.3.1 pkgver=0.3.1
pkgrel=0 pkgrel=1
pkgdesc="A minimalistic framework for numerical association rule mining" pkgdesc="A minimalistic framework for numerical association rule mining"
url="https://github.com/firefly-cpp/NiaARM" url="https://github.com/firefly-cpp/NiaARM"
arch="noarch !riscv64" # py3-niapy arch="noarch !riscv64" # py3-niapy
@ -11,7 +11,7 @@ license="MIT"
depends="python3 py3-numpy py3-pandas py3-niapy py3-nltk" depends="python3 py3-numpy py3-pandas py3-niapy py3-nltk"
checkdepends="python3-dev py3-pytest" checkdepends="python3-dev py3-pytest"
makedepends="py3-poetry-core py3-gpep517 py3-platformdirs py3-threadpoolctl py3-installer" makedepends="py3-poetry-core py3-gpep517 py3-platformdirs py3-threadpoolctl py3-installer"
subpackages="$pkgname-doc" subpackages="$pkgname-doc $pkgname-pyc"
source="https://github.com/firefly-cpp/NiaARM/archive/$pkgver/$_pkgorig-$pkgver.tar.gz" source="https://github.com/firefly-cpp/NiaARM/archive/$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/NiaARM-$pkgver" builddir="$srcdir/NiaARM-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-niaclass pkgname=py3-niaclass
_pkgorig=niaclass _pkgorig=niaclass
pkgver=0.1.4 pkgver=0.1.4
pkgrel=0 pkgrel=1
pkgdesc="Framework for solving classification tasks using nature-inspired algorithms" pkgdesc="Framework for solving classification tasks using nature-inspired algorithms"
url="https://github.com/lukapecnik/NiaClass" url="https://github.com/lukapecnik/NiaClass"
arch="noarch !s390x !riscv64" # py3-scikit-learn, py3-niapy arch="noarch !s390x !riscv64" # py3-scikit-learn, py3-niapy
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-numpy py3-pandas py3-niapy py3-scikit-learn" depends="python3 py3-numpy py3-pandas py3-niapy py3-scikit-learn"
checkdepends="python3-dev py3-pytest" checkdepends="python3-dev py3-pytest"
makedepends="py3-poetry-core py3-gpep517" makedepends="py3-poetry-core py3-gpep517"
subpackages="$pkgname-pyc"
source="https://github.com/lukapecnik/NiaClass/archive/$pkgver/$_pkgorig-$pkgver.tar.gz" source="https://github.com/lukapecnik/NiaClass/archive/$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/NiaClass-$pkgver" builddir="$srcdir/NiaClass-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-niapy pkgname=py3-niapy
_pkgorig=NiaPy _pkgorig=NiaPy
pkgver=2.0.5 pkgver=2.0.5
pkgrel=0 pkgrel=1
pkgdesc="Python micro framework for building nature-inspired algorithms." pkgdesc="Python micro framework for building nature-inspired algorithms."
url="https://niapy.org" url="https://niapy.org"
arch="noarch !riscv64" # py3-matplotlib arch="noarch !riscv64" # py3-matplotlib
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-numpy py3-pandas py3-openpyxl py3-matplotlib" depends="python3 py3-numpy py3-pandas py3-openpyxl py3-matplotlib"
checkdepends="python3-dev py3-pytest py3-pytest-xdist" checkdepends="python3-dev py3-pytest py3-pytest-xdist"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/NiaOrg/NiaPy/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/NiaOrg/NiaPy/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver" builddir="$srcdir/$_pkgorig-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-nimfa pkgname=py3-nimfa
_pkgorig=nimfa _pkgorig=nimfa
pkgver=1.4.0 pkgver=1.4.0
pkgrel=0 pkgrel=1
pkgdesc="Nonnegative matrix factorization in Python" pkgdesc="Nonnegative matrix factorization in Python"
url="https://github.com/mims-harvard/nimfa" url="https://github.com/mims-harvard/nimfa"
arch="noarch" arch="noarch"
@ -15,6 +15,7 @@ depends="
" "
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="python3-dev py3-matplotlib py3-pytest" checkdepends="python3-dev py3-matplotlib py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/mims-harvard/nimfa/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz" source="https://github.com/mims-harvard/nimfa/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver" builddir="$srcdir/$_pkgorig-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-nltk pkgname=py3-nltk
_pkgorig=nltk _pkgorig=nltk
pkgver=3.8.1 pkgver=3.8.1
pkgrel=0 pkgrel=1
pkgdesc="Natural Language Toolkit" pkgdesc="Natural Language Toolkit"
url="https://github.com/nltk/nltk" url="https://github.com/nltk/nltk"
arch="noarch" arch="noarch"
@ -11,6 +11,7 @@ license="Apache-2.0"
depends="python3 py3-yaml py3-click py3-regex" depends="python3 py3-yaml py3-click py3-regex"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-nose py3-requests" checkdepends="py3-nose py3-requests"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/nltk/nltk/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/nltk/nltk/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver" builddir="$srcdir/$_pkgorig-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-nmea2 pkgname=py3-nmea2
_pkgname=pynmea2 _pkgname=pynmea2
pkgver=1.18.0 pkgver=1.18.0
pkgrel=1 pkgrel=2
pkgdesc="Python library for the NMEA 0183 protocol" pkgdesc="Python library for the NMEA 0183 protocol"
url="https://github.com/Knio/pynmea2" url="https://github.com/Knio/pynmea2"
arch="noarch" arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest" checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Knio/pynmea2/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/Knio/pynmea2/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-nodeenv pkgname=py3-nodeenv
_pkgname=nodeenv _pkgname=nodeenv
pkgver=1.7.0 pkgver=1.7.0
pkgrel=1 pkgrel=2
pkgdesc="Node.js virtual environment builder" pkgdesc="Node.js virtual environment builder"
url="https://ekalinin.github.io/nodeenv/" url="https://ekalinin.github.io/nodeenv/"
arch="all" arch="all"
@ -11,6 +11,7 @@ license="BSD-3-Clause"
depends="bash python3" depends="bash python3"
makedepends="python3-dev py3-setuptools" makedepends="python3-dev py3-setuptools"
checkdepends="nodejs py3-pytest py3-mock py3-pytest-cov" checkdepends="nodejs py3-pytest py3-mock py3-pytest-cov"
subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/ekalinin/nodeenv/archive/$pkgver.tar.gz source="$_pkgname-$pkgver.tar.gz::https://github.com/ekalinin/nodeenv/archive/$pkgver.tar.gz
11-alpine-prebuilt.patch 11-alpine-prebuilt.patch
" "

View File

@ -4,14 +4,14 @@
pkgname=py3-nose pkgname=py3-nose
_pkgname=nose _pkgname=nose
pkgver=1.3.7 pkgver=1.3.7
pkgrel=10 pkgrel=11
pkgdesc="Python3 unittest module" pkgdesc="Python3 unittest module"
url="https://nose.readthedocs.io/en/latest/" url="https://nose.readthedocs.io/en/latest/"
arch="noarch" arch="noarch"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-doc" subpackages="$pkgname-doc $pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
coverage4-compat.patch coverage4-compat.patch
python3.5-compat.patch python3.5-compat.patch

View File

@ -1,13 +1,14 @@
# Maintainer: psykose <alice@ayaya.dev> # Maintainer: psykose <alice@ayaya.dev>
pkgname=py3-nose2 pkgname=py3-nose2
pkgver=0.12.0 pkgver=0.12.0
pkgrel=1 pkgrel=2
pkgdesc="Successor to nose, based on unittest" pkgdesc="Successor to nose, based on unittest"
url="https://docs.nose2.io/en/latest/" url="https://docs.nose2.io/en/latest/"
arch="noarch" arch="noarch"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://github.com/nose-devs/nose2/archive/refs/tags/$pkgver/nose2-$pkgver.tar.gz" source="https://github.com/nose-devs/nose2/archive/refs/tags/$pkgver/nose2-$pkgver.tar.gz"
options="!check" # don't work options="!check" # don't work
builddir="$srcdir/nose2-$pkgver" builddir="$srcdir/nose2-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-nosexcover pkgname=py3-nosexcover
_pkgname=nose-xcover _pkgname=nose-xcover
pkgver=1.0.11 pkgver=1.0.11
pkgrel=6 pkgrel=7
pkgdesc="Extends nose.plugins.cover to add Cobertura-style XML reports" pkgdesc="Extends nose.plugins.cover to add Cobertura-style XML reports"
url="https://github.com/cmheisel/nose-xcover" url="https://github.com/cmheisel/nose-xcover"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="py3-nose py3-coverage" depends="py3-nose py3-coverage"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/cmheisel/nose-xcover/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/cmheisel/nose-xcover/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: # Maintainer:
pkgname=py3-notify2 pkgname=py3-notify2
pkgver=0.3.1 pkgver=0.3.1
pkgrel=4 pkgrel=5
pkgdesc="Python interface to DBus notifications" pkgdesc="Python interface to DBus notifications"
url="https://pypi.org/project/notify2/" url="https://pypi.org/project/notify2/"
arch="noarch" arch="noarch"
@ -10,6 +10,7 @@ license="BSD-2-Clause"
depends="python3 py3-dbus py3-gobject3" depends="python3 py3-dbus py3-gobject3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="xvfb-run dunst dbus" checkdepends="xvfb-run dunst dbus"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/n/notify2/notify2-$pkgver.tar.gz source="https://files.pythonhosted.org/packages/source/n/notify2/notify2-$pkgver.tar.gz
test-wrapper.sh" test-wrapper.sh"
builddir="$srcdir/notify2-$pkgver" builddir="$srcdir/notify2-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-nox pkgname=py3-nox
pkgver=2022.11.21 pkgver=2022.11.21
pkgrel=0 pkgrel=1
pkgdesc="Flexible test automation for Python" pkgdesc="Flexible test automation for Python"
url="https://nox.thea.codes/" url="https://nox.thea.codes/"
arch="noarch" arch="noarch"
@ -19,6 +19,7 @@ depends="
" "
makedepends="py3-gpep517" makedepends="py3-gpep517"
checkdepends="py3-pytest" checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/theacodes/nox/archive/$pkgver/py3-nox-$pkgver.tar.gz" source="https://github.com/theacodes/nox/archive/$pkgver/py3-nox-$pkgver.tar.gz"
builddir="$srcdir/nox-$pkgver" builddir="$srcdir/nox-$pkgver"

View File

@ -2,13 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-num2words pkgname=py3-num2words
pkgver=0.5.12 pkgver=0.5.12
pkgrel=1 pkgrel=2
pkgdesc="Modules to convert numbers to words" pkgdesc="Modules to convert numbers to words"
url="https://github.com/savoirfairelinux/num2words" url="https://github.com/savoirfairelinux/num2words"
arch="noarch" arch="noarch"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
depends="python3 py3-docopt py3-delegator" depends="python3 py3-docopt py3-delegator"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/n/num2words/num2words-$pkgver.tar.gz" source="https://pypi.python.org/packages/source/n/num2words/num2words-$pkgver.tar.gz"
options="!check" # Broken tests options="!check" # Broken tests
builddir="$srcdir/num2words-$pkgver" builddir="$srcdir/num2words-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-numpoly pkgname=py3-numpoly
_pkgorig=numpoly _pkgorig=numpoly
pkgver=1.2.7 pkgver=1.2.7
pkgrel=1 pkgrel=2
pkgdesc="Numpy compatible polynomial representation" pkgdesc="Numpy compatible polynomial representation"
url="https://github.com/jonathf/numpoly" url="https://github.com/jonathf/numpoly"
arch="noarch !armhf !armv7 !x86 !ppc64le" # failed tests on 32 bit arch="noarch !armhf !armv7 !x86 !ppc64le" # failed tests on 32 bit
@ -11,6 +11,7 @@ license="BSD-2-Clause"
depends="python3 py3-numpy" depends="python3 py3-numpy"
checkdepends="python3-dev py3-pytest py3-sympy" checkdepends="python3-dev py3-pytest py3-sympy"
makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel" makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"
source="https://github.com/jonathf/numpoly/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz" source="https://github.com/jonathf/numpoly/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/numpoly-$pkgver" builddir="$srcdir/numpoly-$pkgver"

View File

@ -4,7 +4,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-numpy pkgname=py3-numpy
pkgver=1.24.2 pkgver=1.24.2
pkgrel=0 pkgrel=1
pkgdesc="Scientific tools for Python" pkgdesc="Scientific tools for Python"
url="https://www.numpy.org/" url="https://www.numpy.org/"
arch="all" arch="all"
@ -23,7 +23,9 @@ makedepends="
python3-dev python3-dev
" "
subpackages="$pkgname-dev subpackages="$pkgname-dev
$pkgname-f2py::noarch" $pkgname-pyc
$pkgname-f2py::noarch
"
source="https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz source="https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz
numpy-1.17.0-musl.patch numpy-1.17.0-musl.patch
s390x-hwcap.patch s390x-hwcap.patch