testing/py3-u*: split -pyc

This commit is contained in:
ptrcnull 2023-04-21 23:47:06 +02:00 committed by Patrycja Rosa
parent 887bfa46fd
commit c145a98a7b
11 changed files with 22 additions and 12 deletions

View File

@ -3,13 +3,14 @@
pkgname=py3-u-msgpack pkgname=py3-u-msgpack
_pyname=u-msgpack-python _pyname=u-msgpack-python
pkgver=2.7.2 pkgver=2.7.2
pkgrel=1 pkgrel=2
pkgdesc="portable, lightweight MessagePack serializer and deserializer written in pure Python." pkgdesc="portable, lightweight MessagePack serializer and deserializer written in pure Python."
url="https://github.com/vsergeev/u-msgpack-python" url="https://github.com/vsergeev/u-msgpack-python"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
checkdepends="py3-pytest" checkdepends="py3-pytest"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/vsergeev/$_pyname/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/vsergeev/$_pyname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver" builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-ufonormalizer pkgname=py3-ufonormalizer
_pyname=ufonormalizer _pyname=ufonormalizer
pkgver=0.6.1 pkgver=0.6.1
pkgrel=0 pkgrel=1
pkgdesc="Normalize the XML and other data inside UFO font design sources" pkgdesc="Normalize the XML and other data inside UFO font design sources"
url="https://github.com/unified-font-object/ufoNormalizer" url="https://github.com/unified-font-object/ufoNormalizer"
arch="noarch" arch="noarch"
license="BSD-3-Clause" license="BSD-3-Clause"
depends="python3" depends="python3"
makedepends="py3-setuptools py3-setuptools_scm" makedepends="py3-setuptools py3-setuptools_scm"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/u/$_pyname/$_pyname-$pkgver.zip" source="https://files.pythonhosted.org/packages/source/u/$_pyname/$_pyname-$pkgver.zip"
builddir="$srcdir/$_pyname-$pkgver" builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-ukkonen pkgname=py3-ukkonen
_pyname=ukkonen _pyname=ukkonen
pkgver=1.0.1 pkgver=1.0.1
pkgrel=2 pkgrel=3
pkgdesc="Implementation of bounded Levenshtein distance" pkgdesc="Implementation of bounded Levenshtein distance"
url="https://github.com/asottile/ukkonen" url="https://github.com/asottile/ukkonen"
arch="all" arch="all"
@ -11,6 +11,7 @@ license="MIT"
depends="python3 py3-cffi" depends="python3 py3-cffi"
makedepends="python3-dev py3-setuptools" makedepends="python3-dev py3-setuptools"
checkdepends="py3-pytest" checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source=" source="
$_pyname-$pkgver.tar.gz::https://github.com/asottile/ukkonen/archive/refs/tags/v$pkgver.tar.gz $_pyname-$pkgver.tar.gz::https://github.com/asottile/ukkonen/archive/refs/tags/v$pkgver.tar.gz
01-fix-musl-build.patch" 01-fix-musl-build.patch"

View File

@ -3,7 +3,7 @@
pkgname=py3-unicrypto pkgname=py3-unicrypto
_pyname=unicrypto _pyname=unicrypto
pkgver=0.0.10 pkgver=0.0.10
pkgrel=0 pkgrel=1
pkgdesc="Unified interface for cryptographic libraries" pkgdesc="Unified interface for cryptographic libraries"
url="https://github.com/skelsec/unicrypto" url="https://github.com/skelsec/unicrypto"
arch="noarch" arch="noarch"
@ -21,6 +21,7 @@ makedepends="
py3-setuptools py3-setuptools
" "
checkdepends="py3-pytest" checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/skelsec/unicrypto/archive/refs/tags/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/skelsec/unicrypto/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver" builddir="$srcdir/$_pyname-$pkgver"

View File

@ -2,14 +2,14 @@
# Maintainer: # Maintainer:
pkgname=py3-unidiff pkgname=py3-unidiff
pkgver=0.7.4 pkgver=0.7.4
pkgrel=1 pkgrel=2
pkgdesc="Unified diff python parsing/metadata extraction library" pkgdesc="Unified diff python parsing/metadata extraction library"
url="https://github.com/matiasb/python-unidiff" url="https://github.com/matiasb/python-unidiff"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
subpackages="$pkgname-doc" subpackages="$pkgname-doc $pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/matiasb/python-unidiff/archive/refs/tags/v$pkgver.tar.gz source="$pkgname-$pkgver.tar.gz::https://github.com/matiasb/python-unidiff/archive/refs/tags/v$pkgver.tar.gz
fix-test-script.patch" fix-test-script.patch"
builddir="$srcdir/python-unidiff-$pkgver" builddir="$srcdir/python-unidiff-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-uptime pkgname=py3-uptime
_pkgname=uptime _pkgname=uptime
pkgver=3.0.1 pkgver=3.0.1
pkgrel=6 pkgrel=7
pkgdesc="A Python uptime library" pkgdesc="A Python uptime library"
url="https://github.com/Cairnarvon/uptime" url="https://github.com/Cairnarvon/uptime"
arch="all" arch="all"
@ -12,6 +12,7 @@ replaces="py-uptime" # for backwards compatibility
provides="py-uptime=$pkgver-r$pkgrel" # for backwards compatibility provides="py-uptime=$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

View File

@ -3,7 +3,7 @@
pkgname=py3-uritools pkgname=py3-uritools
_pyname=uritools _pyname=uritools
pkgver=4.0.1 pkgver=4.0.1
pkgrel=0 pkgrel=1
pkgdesc="Python functions for URI parsing, classification, and composition" pkgdesc="Python functions for URI parsing, classification, and composition"
url="https://github.com/tkem/uritools" url="https://github.com/tkem/uritools"
license="MIT" license="MIT"
@ -11,6 +11,7 @@ arch="noarch"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest" checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/tkem/uritools/archive/v$pkgver/uritools-$pkgver.tar.gz" source="https://github.com/tkem/uritools/archive/v$pkgver/uritools-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver" builddir="$srcdir/$_pyname-$pkgver"

View File

@ -4,13 +4,14 @@
pkgname=py3-urlobject pkgname=py3-urlobject
_pkgname=URLObject _pkgname=URLObject
pkgver=2.4.3 pkgver=2.4.3
pkgrel=6 pkgrel=7
pkgdesc="A Python utility class for manipulating URLs" pkgdesc="A Python utility class for manipulating URLs"
url="https://github.com/dperezrada/html2data" url="https://github.com/dperezrada/html2data"
arch="noarch" arch="noarch"
license="Unlicense" license="Unlicense"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-nose" checkdepends="py3-nose"
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-us pkgname=py3-us
_pkgname=us _pkgname=us
pkgver=2.0.2 pkgver=2.0.2
pkgrel=4 pkgrel=5
pkgdesc="US state meta information and other fun stuff" pkgdesc="US state meta information and other fun stuff"
url="https://github.com/unitedstates/python-us" url="https://github.com/unitedstates/python-us"
arch="noarch" arch="noarch"
@ -13,6 +13,7 @@ provides="py-us=$pkgver-r$pkgrel" # for backwards compatibility
depends="py3-jellyfish python3" depends="py3-jellyfish python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest py3-tz" checkdepends="py3-pytest py3-tz"
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
fix-requires.patch" fix-requires.patch"
builddir="$srcdir"/$_pkgname-$pkgver builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,13 +3,14 @@
pkgname=py3-utc pkgname=py3-utc
_pkgname=utc _pkgname=utc
pkgver=0.0.3 pkgver=0.0.3
pkgrel=6 pkgrel=7
pkgdesc="A tiny library for working with UTC time" pkgdesc="A tiny library for working with UTC time"
url="https://bitbucket.org/btubbs/utc" url="https://bitbucket.org/btubbs/utc"
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

View File

@ -3,7 +3,7 @@
pkgname=py3-utils pkgname=py3-utils
_pkgname=python-utils _pkgname=python-utils
pkgver=3.5.2 pkgver=3.5.2
pkgrel=0 pkgrel=1
pkgdesc="Convenient utilities not included with the standard Python install" pkgdesc="Convenient utilities not included with the standard Python install"
url="https://github.com/WoLpH/python-utils" url="https://github.com/WoLpH/python-utils"
arch="noarch !s390x" # fails tests arch="noarch !s390x" # fails tests
@ -11,6 +11,7 @@ license="BSD-3-Clause"
depends="python3" depends="python3"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-asyncio py3-loguru" checkdepends="py3-pytest py3-pytest-asyncio py3-loguru"
subpackages="$pkgname-pyc"
source=" source="
https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz