Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions srcpkgs/neovim/patches/disable-parser-download.patch

This file was deleted.

6 changes: 3 additions & 3 deletions srcpkgs/neovim/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'neovim'
pkgname=neovim
version=0.12.0
version=0.12.1
revision=1
# as per https://github.com/neovim/neovim/blob/master/cmake.deps/deps.txt
_treesitter_c_version=0.24.1
Expand All @@ -27,7 +27,7 @@ distfiles="https://github.com/neovim/neovim/archive/refs/tags/v${version}.tar.gz
https://github.com/neovim/tree-sitter-vimdoc/archive/refs/tags/v${_treesitter_vimdoc_version}.tar.gz>treesitter_vimdoc_${_treesitter_vimdoc_version}.tar.gz
https://github.com/tree-sitter-grammars/tree-sitter-query/archive/refs/tags/v${_treesitter_query_version}.tar.gz>treesitter_query_${_treesitter_query_version}.tar.gz
https://github.com/tree-sitter-grammars/tree-sitter-markdown/archive/refs/tags/v${_treesitter_markdown_version}.tar.gz>treesitter_markdown_${_treesitter_markdown_version}.tar.gz"
checksum="76b4875fc1a4805a807a9fa53ff0c8fb081620137a40fb879b32436e375aeb65
checksum="41898a5073631bc8fd9ac43476b811c05fb3b88ffb043d4fbb9e75e478457336
25dd4bb3dec770769a407e0fc803f424ce02c494a56ce95fedc525316dcf9b48
cf01b93f4b61b96a6d27942cf28eeda4cbce7d503c3bef773a8930b3d778a2d9
93cafb9a0269420362454ace725a118ff1c3e08dcdfdc228aa86334b54d53c2a
Expand Down Expand Up @@ -65,7 +65,7 @@ post_extract() {

pre_configure() {
# build bundled treesitter parsers
cmake -S cmake.deps -B .deps -G Ninja -DUSE_BUNDLED=OFF -DUSE_BUNDLED_TS_PARSERS=ON
cmake -S cmake.deps -B .deps -G Ninja -DUSE_EXISTING_SRC_DIR=ON -DUSE_BUNDLED=OFF -DUSE_BUNDLED_TS_PARSERS=ON
cmake --build .deps
}

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-Pillow/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-Pillow'
pkgname=python3-Pillow
version=12.1.1
version=12.2.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-pybind11"
Expand All @@ -14,7 +14,7 @@ license="custom:PIL"
homepage="https://python-pillow.org"
changelog="https://raw.githubusercontent.com/python-pillow/Pillow/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pillow/pillow-${version}.tar.gz"
checksum=9ad8fa5937ab05218e2b6a4cff30295ad35afd2f83ac592e68c0d871bb0fdbc4
checksum=a830b1a40919539d07806aa58e1b114df53ddd43213d9c8b75847eee6c0182b5

post_install() {
vlicense LICENSE
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/python3-more-itertools/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-more-itertools'
pkgname=python3-more-itertools
version=10.8.0
revision=2
version=11.0.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
Expand All @@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/erikrose/more-itertools"
distfiles="${PYPI_SITE}/m/more-itertools/more_itertools-${version}.tar.gz"
checksum=f638ddf8a1a0d134181275fb5d58b086ead7c6a72429ad725c67503f13ba30bd
checksum=fefaf25b7ab08f0b45fa9f1892cae93b9fc0089ef034d39213bce15f1cc9e199

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-narwhals/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-narwhals'
pkgname=python3-narwhals
version=2.18.1
version=2.19.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
Expand All @@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://narwhals-dev.github.io/narwhals/"
distfiles="${PYPI_SITE}/n/narwhals/narwhals-${version}.tar.gz"
checksum=652a1fcc9d432bbf114846688884c215f17eb118aa640b7419295d2f910d2a8b
checksum=14fd7040b5ff211d415a82e4827b9d04c354e213e72a6d0730205ffd72e3b7ff
make_check=no # archive includes no tests

post_install() {
Expand Down
10 changes: 5 additions & 5 deletions srcpkgs/python3-pamqp/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'python3-pamqp'
pkgname=python3-pamqp
version=3.3.0
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
version=4.0.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest"
short_desc="Low-level AMQP 0-9-1 frame encoding/decoding for Python"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/gmr/pamqp"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=d205c2599029d2e3c95d3666013899d10300d380eb87580a0e8182003c31f7b3
checksum=2ed41f668993e0a5038ddf5238e1e80820fd30d33c0fbc3d479f2d04d37ee160

post_install() {
vlicense LICENSE
Expand Down
165 changes: 0 additions & 165 deletions srcpkgs/python3-pybind11/patches/6014.patch

This file was deleted.

6 changes: 3 additions & 3 deletions srcpkgs/python3-pybind11/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-pybind11'
pkgname=python3-pybind11
version=3.0.2
revision=2
version=3.0.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja
python3-sphinx_rtd_theme python3-breathe"
Expand All @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/pybind/pybind11"
distfiles="https://github.com/pybind/pybind11/archive/v${version}.tar.gz"
checksum=2f20a0af0b921815e0e169ea7fec63909869323581b89d7de1553468553f6a2d
checksum=787459e1e186ee82001759508fefa408373eae8a076ffe0078b126c6f8f0ec5e

post_build() {
# Build the man page
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/python3-pylru/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'python3-pylru'
pkgname=python3-pylru
version=1.2.2
version=1.3.1
revision=1
build_style=python3-module
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Least recently used (LRU) cache for Python"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="GPL-2.0-only"
homepage="https://github.com/jlhutch/pylru"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=59371c700137ee741d57b8c7171f72b2ecd481f8d3e814eb477d61d601ffe03e
checksum=312e3ecfc1b3b4afa8cf94f60cf42b9f37e32e0baf4a403e85a7729f6f9a7bc1
4 changes: 2 additions & 2 deletions srcpkgs/qutebrowser/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'qutebrowser'
pkgname=qutebrowser
version=3.6.3
version=3.7.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools asciidoc"
Expand All @@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://qutebrowser.org/"
changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"
distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"
checksum=6dbe2889e61ebd63003ae40b319e1e81f306e924e8316c6795ae4884021c2faf
checksum=c7f95884ea5e6675e584025bea55cff950c47d749aff7f415f68da03fcce0f92
nostrip=yes
# testing requires unpackaged plugins:
# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/sdl12-compat/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'sdl12-compat'
pkgname=sdl12-compat
version=1.2.74
version=1.2.76
revision=1
build_style=cmake
makedepends="SDL2-devel"
Expand All @@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Zlib AND (Public Domain OR MIT-0)"
homepage="https://github.com/libsdl-org/sdl12-compat"
distfiles="${homepage}/archive/release-${version}.tar.gz"
checksum=2588686c0972e1785829dc3bf436b543c317e6afa30a9b91d48013dd9c110e81
checksum=e889ac9c7e8a6bdfc31972bf1f1254b84882cb52931608bada62e8febbf0270b
replaces="SDL>=0"
provides="SDL-${version}_${revision}"
# The compat library dlopens SDL 2
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/vkQuake/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'vkQuake'
pkgname=vkQuake
version=1.34.0
version=1.34.1
revision=1
build_style=meson
hostmakedepends="glslang SPIRV-Tools pkg-config"
Expand All @@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/Novum/vkQuake"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=58b9c72271df425e92aed54d9ff3bc29503d390f222497d6fc89d9ddcdaedf84
checksum=3ce614a47ad563cfdf91429861c74ade11b3aa68805fedb16f1f452ceee515af

if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/wayland-protocols/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.47
version=1.48
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
Expand All @@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://wayland.freedesktop.org"
distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz"
checksum=dd2df14ab5f41038257aaedcc4b5fb9ac0ee018f3f0f94af9097028e60d33223
checksum=c563af8e2e784f9599fe23819a3fc5e7d946e76db9f90a2e3ba6c9a869a52911

post_install() {
vlicense COPYING
Expand Down
Loading