mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/py3-h*: split -pyc
This commit is contained in:
parent
9fdc3738cf
commit
b4f61c5ca3
@ -3,7 +3,7 @@
|
||||
pkgname=py3-halo
|
||||
_pyname=halo
|
||||
pkgver=0.0.31
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Python library for terminal spinners"
|
||||
url="https://github.com/manrajgrover/halo"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="MIT"
|
||||
depends="python3 py3-log-symbols py3-spinners py3-termcolor py3-colorama py3-six"
|
||||
makedepends="py3-setuptools"
|
||||
options="!check" # no tests
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$_pyname-$pkgver.tar.gz::https://pypi.python.org/packages/source/h/halo/halo-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pyname-$pkgver"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: psykose <alice@ayaya.dev>
|
||||
pkgname=py3-hatch-requirements-txt
|
||||
pkgver=0.4.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Hatchling plugin to read project dependencies from requirements.txt"
|
||||
url="https://github.com/repo-helper/hatch-requirements-txt"
|
||||
arch="noarch"
|
||||
@ -9,6 +9,7 @@ license="MIT"
|
||||
depends="python3 py3-hatchling"
|
||||
makedepends="py3-gpep517 py3-hatchling"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/repo-helper/hatch-requirements-txt/archive/refs/tags/v$pkgver/hatch_requirements_txt-$pkgver.tar.gz"
|
||||
builddir="$srcdir/hatch-requirements-txt-$pkgver"
|
||||
options="!check" # missing py3-coincidence
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-helper
|
||||
_pkgname=helper
|
||||
pkgver=2.5.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A Python library for quickly writing configurable applications and daemons"
|
||||
url="https://helper.readthedocs.org/"
|
||||
arch="noarch"
|
||||
@ -12,6 +12,7 @@ replaces="py-helper" # for backwards compatibility
|
||||
provides="py-helper=$pkgver-r$pkgrel" # for backwards compatibility
|
||||
depends="python3 py3-yaml"
|
||||
makedepends="python3-dev 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,7 +3,7 @@
|
||||
pkgname=py3-hg-git
|
||||
_pkgname="hg-git"
|
||||
pkgver=1.0.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mercurial plugin to pull and push from Git"
|
||||
url="https://hg-git.github.io"
|
||||
arch="noarch"
|
||||
@ -15,6 +15,7 @@ makedepends="
|
||||
py3-setuptools_scm
|
||||
py3-wheel
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
options="!check" # No tests.
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-hkdf
|
||||
_pkgname=hkdf
|
||||
pkgver=0.0.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="HMAC-based Extract-and-Expand Key Derivation Function (HKDF)"
|
||||
url="https://pypi.org/project/hkdf/"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="BSD-2-Clause"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
options="!check" # No test suite
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/h/hkdf/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-html2markdown
|
||||
pkgver=0.1.7
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Conservatively convert html to markdown"
|
||||
url="https://github.com/dlon/html2markdown"
|
||||
arch="noarch"
|
||||
@ -16,7 +16,9 @@ checkdepends="
|
||||
py3-markdown
|
||||
py3-pytest
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
#source="https://pypi.python.org/packages/source/h/html2markdown/html2markdown-$pkgver.tar.gz"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/dlon/html2markdown/archive/v$pkgver/html2markdown-v$pkgver.tar.gz"
|
||||
builddir="$srcdir/html2markdown-$pkgver"
|
||||
|
||||
|
@ -4,7 +4,7 @@ pkgname=py3-http-ece
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=http_ece
|
||||
pkgver=1.1.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Encrypted Content Encoding for HTTP"
|
||||
url="https://pypi.org/project/http-ece"
|
||||
arch="noarch"
|
||||
@ -12,6 +12,7 @@ license="MIT"
|
||||
depends="python3 py3-cryptography"
|
||||
checkdepends="python3-dev py3-nose py3-coverage py3-mock py3-flake8"
|
||||
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"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
pkgname=py3-httptools
|
||||
pkgver=0.5.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Fast HTTP parser"
|
||||
url="https://github.com/MagicStack/httptools"
|
||||
license="MIT"
|
||||
@ -10,6 +10,7 @@ arch="all !riscv64" # llhttp
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools python3-dev cython http-parser-dev llhttp-dev"
|
||||
checkdepends="py3-pytest py3-aiohttp py3-openssl py3-psutil"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/MagicStack/httptools/archive/v$pkgver/py3-httptools-$pkgver.tar.gz"
|
||||
builddir="$srcdir/httptools-$pkgver"
|
||||
|
||||
|
@ -3,13 +3,14 @@
|
||||
pkgname=py3-hurry.filesize
|
||||
_pkgname=hurry.filesize
|
||||
pkgver=0.9
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A Python library for human readable file sizes"
|
||||
url="https://pypi.org/project/hurry.filesize"
|
||||
arch="noarch"
|
||||
license="ZPL-2.1"
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user