mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/py3-w*: split -pyc
This commit is contained in:
parent
a24c305125
commit
e2c2a5798a
@ -3,7 +3,7 @@
|
||||
pkgname=py3-w3lib
|
||||
_pkgname=w3lib
|
||||
pkgver=2.1.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A library of web-related functions"
|
||||
url="https://github.com/scrapy/w3lib"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="BSD-3-Clause"
|
||||
depends="python3"
|
||||
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"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
|
||||
pkgname=py3-wasabi
|
||||
pkgver=1.1.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A lightweight console printing and formatting toolkit"
|
||||
url="https://github.com/explosion/wasabi"
|
||||
arch="noarch"
|
||||
@ -10,7 +10,7 @@ license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest jupyter-nbconvert py3-ipykernel"
|
||||
subpackages="$pkgname-doc"
|
||||
subpackages="$pkgname-doc $pkgname-pyc"
|
||||
source="wasabi-$pkgver.tar.gz::https://github.com/explosion/wasabi/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/wasabi-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-wbdata
|
||||
_pkgname=wbdata
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A library to access World Bank data"
|
||||
options="!check" # Tests are broken
|
||||
url="https://github.com/oliversherouse/wbdata"
|
||||
@ -11,6 +11,7 @@ arch="noarch"
|
||||
license="GPL-2.0-or-later"
|
||||
depends="python3 py3-decorator"
|
||||
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"
|
||||
|
||||
|
@ -3,13 +3,14 @@
|
||||
pkgname=py3-wifi
|
||||
_pkgname=wifi
|
||||
pkgver=0.3.8
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Command line tool and library wrappers for network interfaces"
|
||||
options="!check" # Tests only on GitHub tarball that are on 0.3.5
|
||||
url="https://github.com/rockymeza/wifi"
|
||||
arch="noarch"
|
||||
license="BSD-3-Clause"
|
||||
depends="python3 py3-pbkdf2 py3-setuptools wireless-tools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
|
||||
fix-iwlist-path.patch
|
||||
"
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-winacl
|
||||
_pyname=winacl
|
||||
pkgver=0.1.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="ACL/ACE/Security Descriptor manipulation library in pure Python"
|
||||
url="https://github.com/skelsec/winacl"
|
||||
arch="noarch"
|
||||
@ -17,6 +17,7 @@ makedepends="
|
||||
py3-wheel
|
||||
py3-setuptools
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/skelsec/winacl/archive/refs/tags/$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pyname-$pkgver"
|
||||
options="!check" # no tests provided
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
|
||||
pkgname=py3-wstools
|
||||
pkgver=0.4.10
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
url="https://github.com/pycontribs/wstools"
|
||||
pkgdesc="WSDL parsing services package for Web Services for Python"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="BSD-3-Clause AND BSD-3-Clause-LBNL AND ZPL-2.0"
|
||||
depends="py3-six"
|
||||
makedepends="py3-pbr py3-setuptools py3-pytest-runner"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/pycontribs/wstools/archive/$pkgver.tar.gz
|
||||
python3.10-support.patch
|
||||
"
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-wtf-peewee
|
||||
_pkgname=wtf-peewee
|
||||
pkgver=3.0.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="WTForms integration for peewee"
|
||||
url="https://github.com/coleifer/wtf-peewee"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="MIT"
|
||||
depends="py3-peewee py3-wtforms py3-markupsafe"
|
||||
makedepends="py3-setuptools"
|
||||
options="!check" # broken tests
|
||||
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=wxPython
|
||||
pkgname=py3-wxpython
|
||||
pkgver=4.2.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Cross-platform GUI toolkit for the Python language"
|
||||
url="https://wxpython.org/"
|
||||
arch="all"
|
||||
@ -21,7 +21,7 @@ makedepends="
|
||||
wxwidgets-dev
|
||||
"
|
||||
checkdepends="py3-pytest py3-pytest-xdist xvfb-run"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.tar.gz
|
||||
no-attrdict.patch
|
||||
no-stacktrace.patch
|
||||
|
Loading…
Reference in New Issue
Block a user