1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
e8ab3e275f upgpkg: ttf-lastresort 17.000-1
upstream release
2025-09-10 08:55:32 +02:00
d19d0892a9 Deleted package: simdjson
Now in [extra]
2025-08-09 15:45:58 +02:00
7851b0111b upgpkg: python-opnieuw 3.1.0-2
PEP 517 rebuild
2025-08-09 15:42:52 +02:00
7 changed files with 19 additions and 70 deletions

View File

@@ -1,11 +1,14 @@
pkgbase = python-opnieuw
pkgdesc = A general-purpose retrying library, written in pure Python
pkgver = 3.1.0
pkgrel = 1
pkgrel = 2
url = https://github.com/channable/opnieuw
arch = any
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
depends = python
depends = python-typing_extensions
source = python-opnieuw-3.1.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v3.1.0.tar.gz

View File

@@ -1,28 +1,28 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-opnieuw
pkgver=3.1.0
pkgrel=1
pkgrel=2
pkgdesc="A general-purpose retrying library, written in pure Python"
arch=('any')
url="https://github.com/channable/opnieuw"
license=('BSD-3-Clause')
depends=('python' 'python-typing_extensions')
makedepends=('python-setuptools')
makedepends=(python-build python-installer python-setuptools{,-scm})
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('d57ca44672b4a81a6fd73e8d8f039e4cab0149e361c8b0e3a036fa5588544802')
build() {
cd "opnieuw-$pkgver"
python setup.py build
cd "opnieuw-$pkgver"
python -m build --wheel --no-isolation
}
check() {
cd "opnieuw-$pkgver"
python -m unittest
cd "opnieuw-$pkgver"
python -m unittest
}
package() {
cd "opnieuw-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
cd "opnieuw-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
}

View File

@@ -1,14 +0,0 @@
pkgbase = simdjson
pkgdesc = A C++ library to see how fast we can parse JSON with complete validation.
pkgver = 3.12.0
pkgrel = 1
epoch = 1
url = https://github.com/simdjson/simdjson
arch = x86_64
license = Apache-2.0
makedepends = cmake
depends = gcc-libs
source = simdjson-3.12.0.tar.gz::https://github.com/simdjson/simdjson/archive/v3.12.0.tar.gz
sha256sums = 1e5e82f0a34c331c1b0d0c21609791bfe6d6849edfc24983fc241626b433e1c3
pkgname = simdjson

View File

@@ -1,5 +0,0 @@
[simdjson]
source = "github"
github = "lemire/simdjson"
prefix = "v"
use_latest_release = true

View File

@@ -1,35 +0,0 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
epoch=1
pkgver=3.12.0
pkgrel=1
pkgdesc="A C++ library to see how fast we can parse JSON with complete validation."
arch=('x86_64')
url="https://github.com/simdjson/simdjson"
license=('Apache-2.0')
depends=(gcc-libs)
makedepends=(cmake)
source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz")
sha256sums=('1e5e82f0a34c331c1b0d0c21609791bfe6d6849edfc24983fc241626b433e1c3')
build() {
cmake -B build -S "$pkgname-$pkgver" \
-DBUILD_SHARED_LIBS='On' \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-Wno-dev
cmake --build build
}
# Running tests requires enabling developer mode, which greatly increases the
# required compilation, so we don't.
#
# Also tests refuse to compile with current GCC
# check() {
# cd "$pkgname-$pkgver"
# make test
# }
package() {
DESTDIR="$pkgdir/" cmake --install build
}

View File

@@ -1,13 +1,13 @@
pkgbase = ttf-lastresort
pkgdesc = Unicode last resort fallback font.
pkgver = 16.000
pkgver = 17.000
pkgrel = 1
url = https://github.com/unicode-org/last-resort-font
arch = any
license = OFL
source = LastResortHE-16.000.ttf::https://github.com/unicode-org/last-resort-font/releases/download/16.000/LastResortHE-Regular.ttf
source = LastResort-LICENSE-16.000::https://raw.githubusercontent.com/unicode-org/last-resort-font/16.000/LICENSE
sha256sums = 60c48abfc05e9f2ba33599c4dcba40105d1ece71d3761f0b26f75a38b5b17895
source = LastResortHE-17.000.ttf::https://github.com/unicode-org/last-resort-font/releases/download/17.000/LastResortHE-Regular.ttf
source = LastResort-LICENSE-17.000::https://raw.githubusercontent.com/unicode-org/last-resort-font/17.000/LICENSE
sha256sums = 3a936fe2379e9e164a8f9819095cbf53d9305a2d08532d9be5b496f4be45bcde
sha256sums = fc8fc512b27846bdb0d6645bed8069ac87ea599548b58a8d04bc3b0ea705a9c4
pkgname = ttf-lastresort

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=ttf-lastresort
pkgver=16.000
pkgver=17.000
pkgrel=1
pkgdesc="Unicode last resort fallback font."
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/unicode-org/last-resort-font"
license=('OFL')
source=(LastResortHE-$pkgver.ttf::$url/releases/download/$pkgver/LastResortHE-Regular.ttf
LastResort-LICENSE-$pkgver::https://raw.githubusercontent.com/unicode-org/last-resort-font/$pkgver/LICENSE)
sha256sums=('60c48abfc05e9f2ba33599c4dcba40105d1ece71d3761f0b26f75a38b5b17895'
sha256sums=('3a936fe2379e9e164a8f9819095cbf53d9305a2d08532d9be5b496f4be45bcde'
'fc8fc512b27846bdb0d6645bed8069ac87ea599548b58a8d04bc3b0ea705a9c4')
package() {