mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/py3-j*: split -pyc
This commit is contained in:
parent
27ee9ca2be
commit
4ee2d1007f
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=py3-janus
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mixed sync-async queue to interoperate between asyncio tasks and classic threads"
|
||||
url="https://github.com/aio-libs/janus/"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="Apache-2.0"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest py3-pytest-asyncio py3-pytest-regtest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/j/janus/janus-$pkgver.tar.gz
|
||||
no-typing-extensions.patch
|
||||
"
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-jaraco.packaging
|
||||
_pkgreal=${pkgname#"py3-"}
|
||||
pkgver=9.1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="tools to supplement packaging Python releases"
|
||||
url="https://github.com/jaraco/jaraco.packaging"
|
||||
arch="noarch"
|
||||
@ -12,6 +12,7 @@ license="MIT"
|
||||
options="!check"
|
||||
depends="python3 py3-setuptools"
|
||||
makedepends="py3-gpep517 py3-installer py3-setuptools_scm py3-wheel"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/j/jaraco.packaging/jaraco.packaging-$pkgver.tar.gz"
|
||||
builddir="$srcdir/jaraco.packaging-$pkgver"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: psykose <alice@ayaya.dev>
|
||||
pkgname=py3-jaraco.test
|
||||
pkgver=5.3.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="jaraco test module"
|
||||
url="https://github.com/jaraco/jaraco.test"
|
||||
arch="noarch"
|
||||
@ -18,6 +18,7 @@ makedepends="
|
||||
py3-wheel
|
||||
"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/jaraco/jaraco.test/archive/refs/tags/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/jaraco.test-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
||||
pkgname=py3-jsonlines
|
||||
pkgver=3.1.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="python library to simplify working with jsonlines and ndjson data"
|
||||
url="https://github.com/wbolster/jsonlines"
|
||||
arch="noarch"
|
||||
@ -17,6 +17,7 @@ checkdepends="
|
||||
py3-pytest
|
||||
py3-pytest-cov
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/wbolster/jsonlines/archive/refs/tags/$pkgver/jsonlines-$pkgver.tar.gz"
|
||||
builddir="$srcdir/jsonlines-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
pkgname=py3-junit-xml
|
||||
_pkgname=junit-xml
|
||||
pkgver=1.9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Creates JUnit XML test result documents that can be read by tools such as Jenkins"
|
||||
options="!check" # 1 test fail
|
||||
url="https://pypi.org/project/junit-xml"
|
||||
@ -11,6 +11,7 @@ license="MIT"
|
||||
depends="py3-six"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-jwcrypto
|
||||
_pkgname=jwcrypto
|
||||
pkgver=0.8
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Python module implementing JOSE Web standards"
|
||||
url="https://github.com/latchset/jwcrypto"
|
||||
arch="noarch"
|
||||
@ -11,7 +11,7 @@ license="LGPL-3.0-only"
|
||||
depends="python3 py3-cryptography py3-six"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-doc"
|
||||
subpackages="$pkgname-doc $pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user