testing/py3-b*: split -pyc

This commit is contained in:
ptrcnull 2023-04-21 23:46:53 +02:00 committed by alice
parent 0d14e9e358
commit eec80b45f6
24 changed files with 48 additions and 26 deletions

View File

@ -2,13 +2,14 @@
pkgname=py3-banal pkgname=py3-banal
_pkgname=banal _pkgname=banal
pkgver=1.0.6 pkgver=1.0.6
pkgrel=1 pkgrel=2
pkgdesc="Commons of banal micro-functions for Python." pkgdesc="Commons of banal micro-functions for Python."
url="https://pypi.org/project/banal/" url="https://pypi.org/project/banal/"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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" # no test suite available options="!check" # no test suite available

View File

@ -1,13 +1,14 @@
# Maintainer: # Maintainer:
pkgname=py3-bandwidth-sdk pkgname=py3-bandwidth-sdk
pkgver=3.1.0 pkgver=3.1.0
pkgrel=5 pkgrel=6
pkgdesc="python helpers for using bandwidth.com API" pkgdesc="python helpers for using bandwidth.com API"
url="https://pypi.org/project/bandwidth-sdk/" url="https://pypi.org/project/bandwidth-sdk/"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="py3-requests py3-dateutil py3-lxml py3-six" depends="py3-requests py3-dateutil py3-lxml py3-six"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="bandwidth-sdk-$pkgver.tar.gz::https://github.com/Bandwidth/python-bandwidth/archive/v$pkgver.tar.gz" source="bandwidth-sdk-$pkgver.tar.gz::https://github.com/Bandwidth/python-bandwidth/archive/v$pkgver.tar.gz"
builddir="$srcdir/python-bandwidth-$pkgver" builddir="$srcdir/python-bandwidth-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-banknumber pkgname=py3-banknumber
_pkgname=banknumber _pkgname=banknumber
pkgver=2.0 pkgver=2.0
pkgrel=7 pkgrel=8
pkgdesc="Python3 module to validate Bank codes" pkgdesc="Python3 module to validate Bank codes"
url="https://bitbucket.org/zikzakmedia/python-banknumber" url="https://bitbucket.org/zikzakmedia/python-banknumber"
arch="noarch" arch="noarch"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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

@ -3,13 +3,14 @@
pkgname=py3-barcodenumber pkgname=py3-barcodenumber
_pkgname=barcodenumber _pkgname=barcodenumber
pkgver=0.2.1 pkgver=0.2.1
pkgrel=7 pkgrel=8
pkgdesc="A Python module to validate product codes" pkgdesc="A Python module to validate product codes"
url="https://bitbucket.org/zikzakmedia/python-barcodenumber" url="https://bitbucket.org/zikzakmedia/python-barcodenumber"
arch="noarch" arch="noarch"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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

@ -3,7 +3,7 @@
pkgname=py3-beartype pkgname=py3-beartype
_pyname=beartype _pyname=beartype
pkgver=0.13.1 pkgver=0.13.1
pkgrel=0 pkgrel=1
pkgdesc="Fast, pure-Python type checker" pkgdesc="Fast, pure-Python type checker"
url="https://github.com/beartype/beartype" url="https://github.com/beartype/beartype"
arch="noarch" arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest py3-numpy py3-mypy py3-docutils py3-sphinx" checkdepends="py3-pytest py3-numpy py3-mypy py3-docutils py3-sphinx"
subpackages="$pkgname-pyc"
source=" source="
$_pyname-$pkgver.tar.gz::https://github.com/beartype/beartype/archive/refs/tags/v$pkgver.tar.gz $_pyname-$pkgver.tar.gz::https://github.com/beartype/beartype/archive/refs/tags/v$pkgver.tar.gz
" "

View File

@ -1,13 +1,14 @@
# Maintainer: Drew DeVault <sir@cmpwn.com> # Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-billiard pkgname=py3-billiard
pkgver=3.6.4.0 pkgver=3.6.4.0
pkgrel=3 pkgrel=4
pkgdesc="a message queue abstraction layer" pkgdesc="a message queue abstraction layer"
url="https://pypi.org/project/billiard/" url="https://pypi.org/project/billiard/"
arch="noarch" arch="noarch"
license="BSD-3-Clause" license="BSD-3-Clause"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-psutil py3-pytest py3-nose py3-case" checkdepends="py3-psutil py3-pytest py3-nose py3-case"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/b/billiard/billiard-$pkgver.tar.gz source="https://files.pythonhosted.org/packages/source/b/billiard/billiard-$pkgver.tar.gz
$pkgname-py311.patch::https://github.com/celery/billiard/commit/ff8efc5d689ef048f5203593390f1ff6a052a5d5.patch $pkgname-py311.patch::https://github.com/celery/billiard/commit/ff8efc5d689ef048f5203593390f1ff6a052a5d5.patch
" "

View File

@ -2,13 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-bleach-allowlist pkgname=py3-bleach-allowlist
pkgver=1.0.3 pkgver=1.0.3
pkgrel=2 pkgrel=3
pkgdesc="Curated list of tags and attributes for sanitizing html" pkgdesc="Curated list of tags and attributes for sanitizing html"
url="https://github.com/yourcelf/bleach-allowlist" url="https://github.com/yourcelf/bleach-allowlist"
arch="noarch" arch="noarch"
license="BSD-2-Clause" license="BSD-2-Clause"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/b/bleach-allowlist/bleach-allowlist-$pkgver.tar.gz" source="https://pypi.python.org/packages/source/b/bleach-allowlist/bleach-allowlist-$pkgver.tar.gz"
options="!check" # No tests options="!check" # No tests
builddir="$srcdir/bleach-allowlist-$pkgver" builddir="$srcdir/bleach-allowlist-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=py3-blis pkgname=py3-blis
pkgver=0.9.1 pkgver=0.9.1
pkgrel=1 pkgrel=2
pkgdesc="Fast matrix-multiplication as a self-contained Python library" pkgdesc="Fast matrix-multiplication as a self-contained Python library"
url="https://github.com/explosion/cython-blis" url="https://github.com/explosion/cython-blis"
arch="x86_64 x86" arch="x86_64 x86"
@ -10,7 +10,7 @@ license="MIT"
depends="python3 py3-numpy" depends="python3 py3-numpy"
makedepends="python3-dev py3-setuptools cython py3-numpy-dev" makedepends="python3-dev py3-setuptools cython py3-numpy-dev"
checkdepends="py3-pytest py3-hypothesis" checkdepends="py3-pytest py3-hypothesis"
subpackages="$pkgname-doc" subpackages="$pkgname-doc $pkgname-pyc"
source="blis-$pkgver.tar.gz::https://github.com/explosion/cython-blis/archive/v$pkgver.tar.gz" source="blis-$pkgver.tar.gz::https://github.com/explosion/cython-blis/archive/v$pkgver.tar.gz"
#options="!check" # Disable checks as py3-hypothesis 5.x is not supported #options="!check" # Disable checks as py3-hypothesis 5.x is not supported
builddir="$srcdir/cython-blis-$pkgver" builddir="$srcdir/cython-blis-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-blockchain pkgname=py3-blockchain
_pkgname=blockchain _pkgname=blockchain
pkgver=1.4.4 pkgver=1.4.4
pkgrel=4 pkgrel=5
pkgdesc="Blockchain API library (v1)" pkgdesc="Blockchain API library (v1)"
url="https://github.com/blockchain/api-v1-client-python" url="https://github.com/blockchain/api-v1-client-python"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="py3-future" depends="py3-future"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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

@ -3,14 +3,14 @@
pkgname=py3-blockdiag pkgname=py3-blockdiag
_pkgname=blockdiag _pkgname=blockdiag
pkgver=3.0.0 pkgver=3.0.0
pkgrel=1 pkgrel=2
pkgdesc="Generate block-diagram image file from spec-text file" pkgdesc="Generate block-diagram image file from spec-text file"
url="http://blockdiag.com" url="http://blockdiag.com"
arch="noarch" arch="noarch"
license="Apache-2.0" license="Apache-2.0"
depends="py3-funcparserlib py3-pillow py3-webcolors" depends="py3-funcparserlib py3-pillow py3-webcolors"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-tests" subpackages="$pkgname-tests $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

@ -4,13 +4,14 @@ pkgname=py3-blurhash
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=blurhash _pkgreal=blurhash
pkgver=1.1.4 pkgver=1.1.4
pkgrel=2 pkgrel=3
pkgdesc="Pure-Python implementation of the blurhash algorithm." pkgdesc="Pure-Python implementation of the blurhash algorithm."
url="https://pypi.org/project/blurhash" url="https://pypi.org/project/blurhash"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgreal:0:1}/$_pkgreal/$_pkgreal-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/${_pkgreal:0:1}/$_pkgreal/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver" builddir="$srcdir/$_pkgreal-$pkgver"

View File

@ -2,7 +2,7 @@
# Maintainer: Alex Yam <alex@alexyam.com> # Maintainer: Alex Yam <alex@alexyam.com>
pkgname=py3-bookkeeper pkgname=py3-bookkeeper
pkgver=4.15.3 pkgver=4.15.3
pkgrel=1 pkgrel=2
pkgdesc="Python client for Apache Bookkeeper" pkgdesc="Python client for Apache Bookkeeper"
url="https://github.com/apache/bookkeeper" url="https://github.com/apache/bookkeeper"
arch="noarch" arch="noarch"
@ -10,6 +10,7 @@ license="Apache-2.0"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
options="!check" # test requires bookkeeper server options="!check" # test requires bookkeeper server
subpackages="$pkgname-pyc"
source="bookkeeper-release-$pkgver.tar.gz::https://github.com/apache/bookkeeper/archive/refs/tags/release-$pkgver.tar.gz" source="bookkeeper-release-$pkgver.tar.gz::https://github.com/apache/bookkeeper/archive/refs/tags/release-$pkgver.tar.gz"
builddir="$srcdir/bookkeeper-release-$pkgver/stream/clients/python" builddir="$srcdir/bookkeeper-release-$pkgver/stream/clients/python"

View File

@ -3,7 +3,7 @@
pkgname=py3-bottle-api pkgname=py3-bottle-api
_pkgname=bottle-api _pkgname=bottle-api
pkgver=0.0.4 pkgver=0.0.4
pkgrel=4 pkgrel=5
pkgdesc="Bottle JSON Web API" pkgdesc="Bottle JSON Web API"
options="!check" # tests not present in pypi tarballs, only github which has no tags options="!check" # tests not present in pypi tarballs, only github which has no tags
url="https://github.com/tomotaka/bottle-api" url="https://github.com/tomotaka/bottle-api"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-bottle" depends="python3 py3-bottle"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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"
replaces="py-bottle-api" # Backwards compat replaces="py-bottle-api" # Backwards compat

View File

@ -3,7 +3,7 @@
pkgname=py3-bottle-redis pkgname=py3-bottle-redis
_pkgname=bottle-redis _pkgname=bottle-redis
pkgver=0.2.3 pkgver=0.2.3
pkgrel=3 pkgrel=4
pkgdesc="Bottle redis plugin" pkgdesc="Bottle redis plugin"
options="!check" # No testsuite options="!check" # No testsuite
url="https://github.com/bottlepy/bottle-redis" url="https://github.com/bottlepy/bottle-redis"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-bottle py3-redis" depends="python3 py3-bottle py3-redis"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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

@ -3,7 +3,7 @@
pkgname=py3-bottle-renderer pkgname=py3-bottle-renderer
_pkgname=bottle-renderer _pkgname=bottle-renderer
pkgver=0.1.1 pkgver=0.1.1
pkgrel=6 pkgrel=7
pkgdesc="Bottle renderer plugin" pkgdesc="Bottle renderer plugin"
options="!check" # No testsuite upstream options="!check" # No testsuite upstream
url="https://pypi.org/project/bottle-renderer" url="https://pypi.org/project/bottle-renderer"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-bottle" depends="python3 py3-bottle"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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"
replaces="py-bottle-renderer" # Backwards compat replaces="py-bottle-renderer" # Backwards compat

View File

@ -3,7 +3,7 @@
pkgname=py3-bottle-request pkgname=py3-bottle-request
_pkgname=bottle-request _pkgname=bottle-request
pkgver=0.2.0 pkgver=0.2.0
pkgrel=6 pkgrel=7
pkgdesc="Bottle 'stateless' request object plugin" pkgdesc="Bottle 'stateless' request object plugin"
options="!check" # No testsuite options="!check" # No testsuite
url="https://github.com/turtlebender/bottle-request/" url="https://github.com/turtlebender/bottle-request/"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-bottle" depends="python3 py3-bottle"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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

@ -3,7 +3,7 @@
pkgname=py3-bottle-rest pkgname=py3-bottle-rest
_pkgname=bottle-rest _pkgname=bottle-rest
pkgver=0.5.2 pkgver=0.5.2
pkgrel=4 pkgrel=5
pkgdesc="A decorator for REST in Bottle" pkgdesc="A decorator for REST in Bottle"
options="!check" # Has no github tarballs with tests options="!check" # Has no github tarballs with tests
url="https://pypi.org/project/bottle-rest/" url="https://pypi.org/project/bottle-rest/"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-bottle" depends="python3 py3-bottle"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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"
replaces="py-bottle-rest" # Backwards compat replaces="py-bottle-rest" # Backwards compat

View File

@ -3,7 +3,7 @@
pkgname=py3-bottle-session pkgname=py3-bottle-session
_pkgname=bottle-session _pkgname=bottle-session
pkgver=1.0 pkgver=1.0
pkgrel=3 pkgrel=4
pkgdesc="Bottle session plugin" pkgdesc="Bottle session plugin"
options="!check" # No testsuite on tarball options="!check" # No testsuite on tarball
url="https://bitbucket.org/devries/bottle-session" url="https://bitbucket.org/devries/bottle-session"
@ -11,6 +11,7 @@ arch="noarch"
license="Artistic-2.0" license="Artistic-2.0"
depends="python3 py3-bottle py3-redis" depends="python3 py3-bottle py3-redis"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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"
replaces="py-bottle-session" # Backwards compat replaces="py-bottle-session" # Backwards compat

View File

@ -3,7 +3,7 @@
pkgname=py3-bottle-sqlalchemy pkgname=py3-bottle-sqlalchemy
_pkgname=bottle-sqlalchemy _pkgname=bottle-sqlalchemy
pkgver=0.4.3 pkgver=0.4.3
pkgrel=5 pkgrel=6
pkgdesc="Bottle SQLAlchemy integration plugin" pkgdesc="Bottle SQLAlchemy integration plugin"
options="!check" # No testsuite in tarballs or usable github tarballs options="!check" # No testsuite in tarballs or usable github tarballs
url="https://github.com/iurisilvio/bottle-sqlalchemy" url="https://github.com/iurisilvio/bottle-sqlalchemy"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-bottle py3-sqlalchemy" depends="python3 py3-bottle py3-sqlalchemy"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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"
replaces="py-bottle-sqlalchemy" # Backwards compat replaces="py-bottle-sqlalchemy" # Backwards compat

View File

@ -3,7 +3,7 @@
pkgname=py3-bottle-sqlite pkgname=py3-bottle-sqlite
_pkgname=bottle-sqlite _pkgname=bottle-sqlite
pkgver=0.2.0 pkgver=0.2.0
pkgrel=4 pkgrel=5
pkgdesc="Bottle sqlite plugin" pkgdesc="Bottle sqlite plugin"
options="!check" # No testsuite options="!check" # No testsuite
url="https://pypi.org/project/bottle-sqlite" url="https://pypi.org/project/bottle-sqlite"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-bottle" depends="python3 py3-bottle"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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

@ -3,7 +3,7 @@
pkgname=py3-bottle-websocket pkgname=py3-bottle-websocket
_pkgname=bottle-websocket _pkgname=bottle-websocket
pkgver=0.2.9 pkgver=0.2.9
pkgrel=5 pkgrel=6
pkgdesc="Bottle websocket plugin" pkgdesc="Bottle websocket plugin"
options="!check" # No upstream testsuite options="!check" # No upstream testsuite
url="https://pypi.org/project/bottle-websocket" url="https://pypi.org/project/bottle-websocket"
@ -11,6 +11,7 @@ arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-bottle py3-gevent-websocket" depends="python3 py3-bottle py3-gevent-websocket"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/zeekay/bottle-websocket/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/zeekay/bottle-websocket/archive/v$pkgver.tar.gz"
replaces="py-bottle-websocket" # Backwards compat replaces="py-bottle-websocket" # Backwards compat

View File

@ -3,7 +3,7 @@
pkgname=py3-bottle-werkzeug pkgname=py3-bottle-werkzeug
_pkgname=bottle-werkzeug _pkgname=bottle-werkzeug
pkgver=0.1.1 pkgver=0.1.1
pkgrel=6 pkgrel=7
pkgdesc="Bottle werkzeug plugin" pkgdesc="Bottle werkzeug plugin"
url="https://pypi.org/project/bottle-werkzeug" url="https://pypi.org/project/bottle-werkzeug"
arch="noarch" arch="noarch"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-bottle py3-werkzeug" depends="python3 py3-bottle py3-werkzeug"
makedepends="py3-setuptools" makedepends="py3-setuptools"
options="!check" options="!check"
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

@ -3,7 +3,7 @@
pkgname=py3-bson pkgname=py3-bson
_pkgname=bson _pkgname=bson
pkgver=0.5.10 pkgver=0.5.10
pkgrel=3 pkgrel=4
pkgdesc="Independent BSON codec for Python that doesnt depend on MongoDB" pkgdesc="Independent BSON codec for Python that doesnt depend on MongoDB"
options="!check" # No testsuite options="!check" # No testsuite
url="https://github.com/py-bson/bson" url="https://github.com/py-bson/bson"
@ -11,6 +11,7 @@ arch="noarch"
license="BSD-3-Clause" license="BSD-3-Clause"
depends="py3-dateutil py3-six" depends="py3-dateutil py3-six"
makedepends="py3-setuptools" makedepends="py3-setuptools"
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

@ -3,7 +3,7 @@
pkgname=py3-businesstime pkgname=py3-businesstime
_pkgname=businesstime _pkgname=businesstime
pkgver=0.3.0 pkgver=0.3.0
pkgrel=6 pkgrel=7
pkgdesc="Python utility for calculating business time between two datetimes" pkgdesc="Python utility for calculating business time between two datetimes"
url="https://github.com/seatgeek/businesstime" url="https://github.com/seatgeek/businesstime"
arch="noarch" arch="noarch"
@ -12,6 +12,7 @@ replaces="py-businesstime" # for backwards compatibility
provides="py-businesstime=$pkgver-r$pkgrel" # for backwards compatibility provides="py-businesstime=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3" depends="python3"
makedepends="python3-dev py3-setuptools" makedepends="python3-dev py3-setuptools"
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