Merge branch 'master' into custom

This commit is contained in:
Luca Bilke 2024-10-22 15:00:45 +02:00
commit 22fecae252
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
6 changed files with 19 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-Faker'
pkgname=python3-Faker
version=30.3.0
version=30.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://faker.readthedocs.io/en/master/"
changelog="https://github.com/joke2k/faker/raw/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/f/faker/faker-${version}.tar.gz"
checksum=8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb
checksum=be0e548352c1be6f6d9c982003848a0d305868f160bb1fb7f945acffc347e676
post_install() {
vlicense LICENSE.txt

View File

@ -1,6 +1,6 @@
# Template file for 'python3-importlib_metadata'
pkgname=python3-importlib_metadata
version=8.0.0
version=8.5.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
@ -11,4 +11,4 @@ license="Apache-2.0"
homepage="https://pypi.org/project/importlib-metadata/"
changelog="https://raw.githubusercontent.com/python/importlib_metadata/main/NEWS.rst"
distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
checksum=188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a697e8812
checksum=71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7

View File

@ -1,6 +1,6 @@
# Template file for 'python3-peewee'
pkgname=python3-peewee
version=3.17.6
version=3.17.7
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython0.29"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/coleifer/peewee"
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
checksum=81c7c88f17141d653009f1ac63438b919dc3c86ce38f6dc06a0b9ff99e90cb62
checksum=c9b02f2191357093a400433b01d51ec545aaa78357e68975843f4b349d1cd303
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
make_check=no # tests require postgres instance

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pillow_heif'
pkgname=python3-pillow_heif
version=0.18.0
version=0.20.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://github.com/bigcat88/pillow_heif"
changelog="https://raw.githubusercontent.com/bigcat88/pillow_heif/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/pillow_heif/pillow_heif-${version}.tar.gz"
checksum=70318dad9faa76121c6592ac0ab59881ff0dac6ab791a922e70d82c7706cce88
checksum=cac19c4434ab776f833160d61f3cbeddb347bd8ed2f82205b243eba5c572fa33
post_install() {
vlicense LICENSE.txt

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pulsectl-asyncio'
pkgname=python3-pulsectl-asyncio
version=1.2.0
version=1.2.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
@ -9,8 +9,8 @@ short_desc="Asyncio frontend for pulsectl, a Python bindings library for PulseAu
maintainer="Kai Stian Olstad <void@olstad.com>"
license="MIT"
homepage="https://github.com/mhthies/pulsectl-asyncio"
distfiles="${PYPI_SITE}/p/pulsectl-asyncio/pulsectl-asyncio-${version}.tar.gz"
checksum=df1952677879c846976bacbc3ddcc8a7a05d0170f1318e99738758ceb08dc027
distfiles="${PYPI_SITE}/p/pulsectl-asyncio/pulsectl_asyncio-${version}.tar.gz"
checksum=e2993931fe1367908b5f8f603204744de7b9667853660eb7fc4db88b4b1bbffe
post_install() {
vlicense LICENSE

View File

@ -4,10 +4,17 @@ version=6.0.0
revision=1
build_style=cmake
hostmakedepends="qt6-base qt6-tools"
makedepends="qt6-base-devel qt6-qt5compat-devel qt6-declarative-devel qt6-webengine-devel qt6-base-private-devel"
makedepends="qt6-base-devel qt6-qt5compat-devel qt6-declarative-devel
qt6-webengine-devel qt6-base-private-devel"
short_desc="Free cross-platform LaTeX editor"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="http://www.xm1math.net/texmaker/index.html"
distfiles="http://www.xm1math.net/$pkgname/$pkgname-$version.tar.bz2"
checksum=977ce580e25c1ab6e0bc3da103be0b43ebf60b8ce0d27273104fdd7f586177fc
case "$XBPS_TARGET_MACHINE" in
*musl|arm*|i686*)
broken="fails to build on musl or to resolve missing qt6-webengine"
;;
esac