backports/*: removed community releases
This commit is contained in:
parent
3e579f9cc1
commit
d15013ae1f
10 changed files with 0 additions and 361 deletions
|
@ -1,20 +0,0 @@
|
||||||
# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks>
|
|
||||||
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
|
||||||
pkgname=font-barlow
|
|
||||||
pkgver=1.422
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Barlow is a slightly rounded, low-contrast, grotesk font superfamily"
|
|
||||||
url="https://tribby.com/fonts/barlow/"
|
|
||||||
arch="noarch"
|
|
||||||
license="OFL-1.1"
|
|
||||||
source="https://tribby.com/fonts/barlow/download/barlow-$pkgver.zip"
|
|
||||||
options="!check" # No code to test
|
|
||||||
builddir="$srcdir/fonts/otf"
|
|
||||||
|
|
||||||
package() {
|
|
||||||
install -Dm644 ./*.otf -t "$pkgdir"/usr/share/fonts/$pkgname
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
ecd9d3c66161e5043cf5ae7edf60863a27d51655b13ea01fabe83abcb4adf6a84366ad14f7c01cd0a7160dda357e81996dceae272fac65f97b3384bef9589df8 barlow-1.422.zip
|
|
||||||
"
|
|
|
@ -1,20 +0,0 @@
|
||||||
# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks>
|
|
||||||
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
|
||||||
pkgname=font-eb-garamond
|
|
||||||
pkgver=0.016
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Digitization of the Garamond shown on the Egenolff-Berner specimen"
|
|
||||||
url="http://www.georgduffner.at/ebgaramond/"
|
|
||||||
arch="noarch"
|
|
||||||
license="OFL-1.1"
|
|
||||||
source="https://bitbucket.org/georgd/eb-garamond/downloads/EBGaramond-$pkgver.zip"
|
|
||||||
options="!check" # No code to test
|
|
||||||
builddir="$srcdir/EBGaramond-$pkgver/otf"
|
|
||||||
|
|
||||||
package() {
|
|
||||||
install -Dm644 ./*.otf -t "$pkgdir"/usr/share/fonts/$pkgname
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
f7d67d6fb47ff7aa614b08d97f953cd50122935b40ff191c7b226ad0714b738a5b359b04342ebea10109e7ab8b4260256ce0f8592fd70dc3e7fe29c77188a955 EBGaramond-0.016.zip
|
|
||||||
"
|
|
|
@ -1,20 +0,0 @@
|
||||||
# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks>
|
|
||||||
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
|
||||||
pkgname=font-inter
|
|
||||||
pkgver=3.19
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="A typeface carefully crafted & designed for computer screens"
|
|
||||||
url="https://rsms.me/inter/"
|
|
||||||
arch="noarch"
|
|
||||||
license="OFL-1.1"
|
|
||||||
source="https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip"
|
|
||||||
options="!check" # No code to test
|
|
||||||
builddir="$srcdir/Inter Desktop"
|
|
||||||
|
|
||||||
package() {
|
|
||||||
install -Dm644 ./*.otf -t "$pkgdir"/usr/share/fonts/font-inter
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
5a602c9da3c75aff3817066a5cf01489d54b2a2a93f13aa7eb61ac4f4f3453e91cb6153dfa5d7d72c8d9008c47bcbdf704f19909dbaef247dc7b2c14ff2d3041 Inter-3.19.zip
|
|
||||||
"
|
|
|
@ -1,41 +0,0 @@
|
||||||
# Contributor: Michał Polański <michal@polanski.me>
|
|
||||||
# Maintainer: Michał Polański <michal@polanski.me>
|
|
||||||
pkgname=llhttp
|
|
||||||
pkgver=6.0.10
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Port of http_parser to llparse"
|
|
||||||
url="https://llhttp.org/"
|
|
||||||
license="MIT"
|
|
||||||
arch="all"
|
|
||||||
makedepends="cmake clang npm"
|
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
|
||||||
source="https://github.com/nodejs/llhttp/archive/v$pkgver/llhttp-$pkgver.tar.gz"
|
|
||||||
|
|
||||||
prepare() {
|
|
||||||
default_prepare
|
|
||||||
|
|
||||||
sed -i "s/_TAG_/$pkgver/" CMakeLists.txt
|
|
||||||
npm ci
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
|
||||||
make release
|
|
||||||
cmake -S release -B releasebuild \
|
|
||||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
||||||
-DBUILD_SHARED_LIBS=ON
|
|
||||||
cmake --build releasebuild
|
|
||||||
}
|
|
||||||
|
|
||||||
check() {
|
|
||||||
npm test
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
DESTDIR="$pkgdir" cmake --install releasebuild
|
|
||||||
install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/doc/$pkgname/LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
b417fe97467404426c673a6e0303a92b8c3420c6c2bc44bbea6398112879b860ab439119f9d07cfa782a329e42cb9a6d566bf02f147cdfce007527a580acad28 llhttp-6.0.10.tar.gz
|
|
||||||
"
|
|
|
@ -1,21 +0,0 @@
|
||||||
# Contributor: Daniel Santana <daniel@santana.tech>
|
|
||||||
# Maintainer: Daniel Santana <daniel@santana.tech>
|
|
||||||
pkgname=pdfjs
|
|
||||||
pkgver=2.6.347
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="General-purpose, web standards-based platform for parsing and rendering PDFs"
|
|
||||||
url="https://mozilla.github.io/pdf.js/"
|
|
||||||
arch="noarch"
|
|
||||||
license="Apache-2.0"
|
|
||||||
subpackages="$pkgname-doc"
|
|
||||||
source="https://github.com/mozilla/pdf.js/releases/download/v2.6.347/pdfjs-$pkgver-dist.zip"
|
|
||||||
options="!check" # No tests
|
|
||||||
|
|
||||||
package() {
|
|
||||||
mkdir -p "$pkgdir/usr/share/pdf.js" "$pkgdir/usr/share/licenses/pdf.js"
|
|
||||||
cp "$srcdir"/LICENSE "$pkgdir/usr/share/licenses/pdf.js"
|
|
||||||
cp -R "$srcdir"/build "$pkgdir/usr/share/pdf.js"
|
|
||||||
cp -R "$srcdir"/web "$pkgdir/usr/share/pdf.js"
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="17e5d9b90746db71ab22366e5c1204a4dd1410c0b32822f9ba52d6d5966265792dbdf5050bd2ad072647100f69413fe46fda216b2f7b269d33a3aec570a913cd pdfjs-2.6.347-dist.zip"
|
|
|
@ -1,34 +0,0 @@
|
||||||
# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
|
||||||
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
|
||||||
pkgname=py3-pdf2image
|
|
||||||
pkgver=1.16.2
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="A python module that wraps the pdftoppm utility to convert PDF to PIL Image object"
|
|
||||||
url="https://github.com/Belval/pdf2image"
|
|
||||||
arch="noarch"
|
|
||||||
license="MIT"
|
|
||||||
options="!check" # missing dependency that is no longer actively developed
|
|
||||||
depends="
|
|
||||||
python3
|
|
||||||
py3-pillow
|
|
||||||
poppler-utils
|
|
||||||
"
|
|
||||||
makedepends="py3-setuptools"
|
|
||||||
source="https://github.com/Belval/pdf2image/archive/v$pkgver/pdf2image-$pkgver.tar.gz"
|
|
||||||
builddir="$srcdir/pdf2image-$pkgver"
|
|
||||||
|
|
||||||
build() {
|
|
||||||
python3 setup.py build
|
|
||||||
}
|
|
||||||
|
|
||||||
check() {
|
|
||||||
python3 setup.py test
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
python3 setup.py install --skip-build --root="$pkgdir"
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
2e074fa6231e4b089e7f144eae4d1a5f365921e011d8894647f5de1af1c22e15cc0868a186c5d9723c270ac9f218e52e720689e28bc8482fc2e5e78e0f868e13 pdf2image-1.16.2.tar.gz
|
|
||||||
"
|
|
|
@ -1,32 +0,0 @@
|
||||||
# Maintainer: psykose <alice@ayaya.dev>
|
|
||||||
pkgname=py3-rapidfuzz-capi
|
|
||||||
pkgver=1.0.5
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="C-API of RapidFuzz, which can be used to extend RapidFuzz from separate packages"
|
|
||||||
url="https://github.com/maxbachmann/rapidfuzz_capi"
|
|
||||||
arch="noarch"
|
|
||||||
license="MIT"
|
|
||||||
depends="python3"
|
|
||||||
makedepends="
|
|
||||||
py3-gpep517
|
|
||||||
py3-setuptools
|
|
||||||
py3-wheel
|
|
||||||
"
|
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/maxbachmann/rapidfuzz_capi/archive/refs/tags/v$pkgver.tar.gz"
|
|
||||||
builddir="$srcdir/rapidfuzz_capi-$pkgver"
|
|
||||||
options="!check" # no tests
|
|
||||||
|
|
||||||
build() {
|
|
||||||
gpep517 build-wheel \
|
|
||||||
--wheel-dir dist \
|
|
||||||
--output-fd 1
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
python3 -m installer -d "$pkgdir" \
|
|
||||||
dist/rapidfuzz_capi*.whl
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
b62c6fdd0e5d0804f7c1ef6f6b5e007afd8439720071fbdf1440232c62925e794a6ae33774a33ef745ebbd4ef956a85d2bf60934a7d568d39d1e590467f26bcf py3-rapidfuzz-capi-1.0.5.tar.gz
|
|
||||||
"
|
|
|
@ -1,55 +0,0 @@
|
||||||
# Maintainer: psykose <alice@ayaya.dev>
|
|
||||||
pkgname=py3-rapidfuzz
|
|
||||||
pkgver=2.13.7
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Rapid fuzzy string matching in Python using various string metrics"
|
|
||||||
url="https://github.com/maxbachmann/RapidFuzz"
|
|
||||||
arch="all"
|
|
||||||
license="MIT"
|
|
||||||
makedepends="
|
|
||||||
cmake
|
|
||||||
cython
|
|
||||||
py3-gpep517
|
|
||||||
py3-rapidfuzz-capi
|
|
||||||
py3-scikit-build
|
|
||||||
py3-setuptools
|
|
||||||
python3-dev
|
|
||||||
samurai
|
|
||||||
"
|
|
||||||
checkdepends="
|
|
||||||
py3-hypothesis
|
|
||||||
py3-numpy
|
|
||||||
pytest
|
|
||||||
"
|
|
||||||
source="https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-$pkgver.tar.gz"
|
|
||||||
builddir="$srcdir/rapidfuzz-$pkgver"
|
|
||||||
|
|
||||||
case "$CARCH" in
|
|
||||||
x86*)
|
|
||||||
# float rounding
|
|
||||||
options="$options !check"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
build() {
|
|
||||||
RAPIDFUZZ_BUILD_EXTENSION=1 \
|
|
||||||
gpep517 build-wheel \
|
|
||||||
--wheel-dir dist \
|
|
||||||
--output-fd 1
|
|
||||||
}
|
|
||||||
|
|
||||||
check() {
|
|
||||||
python3 -m venv --system-site-packages testenv
|
|
||||||
testenv/bin/python3 -m installer \
|
|
||||||
dist/rapidfuzz*.whl
|
|
||||||
testenv/bin/python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
python3 -m installer -d "$pkgdir" \
|
|
||||||
dist/rapidfuzz*.whl
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
5d2c4620c09b44fc8bd48e236b46af6e28ef3b86f32e0697408bd77230af46d711bfc28eb7fcfc8b1403a84b51235fc39b9a1d2fedb6421918bcb700b2b88f9c rapidfuzz-2.13.7.tar.gz
|
|
||||||
"
|
|
|
@ -1,88 +0,0 @@
|
||||||
# Contributor: Brian Vuyk <bvuyk@sama.com>
|
|
||||||
# Maintainer: Brian Vuyk <bvuyk@sama.com>
|
|
||||||
pkgname=py3-scikit-build
|
|
||||||
pkgver=0.16.3
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Improved build system generator for CPython C/C++/Fortran/Cython extensions."
|
|
||||||
url="https://pypi.org/project/scikit-build/"
|
|
||||||
arch="noarch"
|
|
||||||
license="MIT"
|
|
||||||
depends="
|
|
||||||
py3-distro
|
|
||||||
py3-packaging
|
|
||||||
py3-setuptools
|
|
||||||
py3-wheel
|
|
||||||
python3
|
|
||||||
"
|
|
||||||
makedepends="
|
|
||||||
py3-gpep517
|
|
||||||
py3-setuptools_scm
|
|
||||||
"
|
|
||||||
checkdepends="
|
|
||||||
cmake
|
|
||||||
cython
|
|
||||||
gfortran
|
|
||||||
py3-distro
|
|
||||||
py3-mock
|
|
||||||
py3-path
|
|
||||||
py3-pytest
|
|
||||||
py3-pytest
|
|
||||||
py3-pytest-cov
|
|
||||||
py3-requests
|
|
||||||
py3-six
|
|
||||||
py3-wheel
|
|
||||||
python3-dev
|
|
||||||
"
|
|
||||||
source="https://github.com/scikit-build/scikit-build/archive/$pkgver/scikit-build-$pkgver.tar.gz"
|
|
||||||
builddir="$srcdir/scikit-build-$pkgver"
|
|
||||||
options="!check" # temporary until 3.11 tests are fixed
|
|
||||||
|
|
||||||
build() {
|
|
||||||
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
|
|
||||||
gpep517 build-wheel \
|
|
||||||
--wheel-dir dist \
|
|
||||||
--output-fd 1
|
|
||||||
}
|
|
||||||
|
|
||||||
check() {
|
|
||||||
local python_version=$(python3 -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
|
|
||||||
mkdir -p /tmp/fakepythonroot/usr/lib/python$python_version/site-packages
|
|
||||||
|
|
||||||
# test_setup_requires_keyword_include_cmake requires internet access
|
|
||||||
local tests="
|
|
||||||
test_cmake_args_keyword_osx_default
|
|
||||||
test_dual_pep518
|
|
||||||
test_first_invalid_generator
|
|
||||||
test_hello_sdist
|
|
||||||
test_hello_sdist_with_base
|
|
||||||
test_invalid_cmake
|
|
||||||
test_invalid_generator
|
|
||||||
test_isolated_env_trigger_reconfigure
|
|
||||||
test_known_platform
|
|
||||||
test_manifest_in_sdist
|
|
||||||
test_pep518
|
|
||||||
test_pep518_findpython
|
|
||||||
test_sdist_with_symlinks
|
|
||||||
test_setup_inputs
|
|
||||||
test_setup_requires_keyword_include_cmake
|
|
||||||
test_unsupported_platform
|
|
||||||
test_zip_safe_default
|
|
||||||
"
|
|
||||||
local skipped_tests=""
|
|
||||||
for test in $tests; do
|
|
||||||
skipped_tests="$skipped_tests and not $test"
|
|
||||||
done
|
|
||||||
skipped_tests="${skipped_tests:4}"
|
|
||||||
|
|
||||||
PYTHONPATH="/tmp/fakepythonroot/usr/lib/python$python_version/site-packages" pytest \
|
|
||||||
-k "$skipped_tests"
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
python3 -m installer -d "$pkgdir" \
|
|
||||||
dist/scikit_build*.whl
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
09cccfe2f554c0c0b452e16c14d9e46dfaf21a67f1b9f4eb3d91d4d761b003cafa191e5a34b6dd1a8051a70c7778c76b5de6de33698590f0e072f82172278911 scikit-build-0.16.3.tar.gz
|
|
||||||
"
|
|
|
@ -1,30 +0,0 @@
|
||||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
||||||
pkgname=re2
|
|
||||||
pkgver=2022.12.01
|
|
||||||
_pkgver=${pkgver//./-}
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Efficient, principled regular expression library"
|
|
||||||
url="https://github.com/google/re2"
|
|
||||||
arch="all"
|
|
||||||
license="BSD-3-Clause"
|
|
||||||
subpackages="$pkgname-dev"
|
|
||||||
provides="libre2=$pkgver-r$pkgrel"
|
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/google/re2/archive/$_pkgver.tar.gz"
|
|
||||||
builddir="$srcdir"/$pkgname-$_pkgver
|
|
||||||
|
|
||||||
build() {
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
check() {
|
|
||||||
make test
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
make DESTDIR="$pkgdir" prefix=/usr install
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
783f856e6556ce60f0e9a15b2366cb4df21ca019cdc85ef7ad47a11d0345935300dede5da61892bdc77d2642da82ddc81b6670049eb87f357a64a9c684140ec9 re2-2022.12.01.tar.gz
|
|
||||||
"
|
|
Loading…
Reference in a new issue