testing/py3-x*: split -pyc

This commit is contained in:
ptrcnull 2023-04-21 23:47:07 +02:00 committed by alice
parent e2c2a5798a
commit f425c3f3ba
3 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
pkgname=py3-x-wr-timezone
_pyname=x-wr-timezone
pkgver=0.0.5
pkgrel=0
pkgrel=1
pkgdesc="Handling of non-standard X-WR-TIMEZONE icalendar property in Python and Command Line"
url="https://github.com/niccokunzmann/x-wr-timezone"
arch="noarch"
@ -11,6 +11,7 @@ license="LGPL-3.0-only"
depends="python3 py3-icalendar py3-tz"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="$_pyname-$pkgver.tar.gz::https://github.com/niccokunzmann/x-wr-timezone/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

View File

@ -3,7 +3,7 @@
pkgname=py3-xlwt
_pkgname=xlwt
pkgver=1.3.0
pkgrel=6
pkgrel=7
pkgdesc="A library to create spreadsheet files"
url="https://pypi.org/project/xlwt"
arch="noarch"
@ -12,6 +12,7 @@ replaces="py-xlwt" # for backwards compatibility
provides="py-xlwt=$pkgver-r$pkgrel" # for backwards compatibility
depends="py3-six"
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

View File

@ -3,13 +3,14 @@
pkgname=py3-xmldiff
_pyname=xmldiff
pkgver=2.6.1
pkgrel=0
pkgrel=1
pkgdesc="Creates diffs of XML files"
url="https://github.com/Shoobx/xmldiff"
arch="noarch"
license="MIT"
depends="python3 py3-lxml py3-six"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/x/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"