Add some more pypi purls

This commit is contained in:
Christoph Reiter 2025-02-22 16:59:41 +01:00
parent 4ffa9ad7a7
commit f9e9e5406e
18 changed files with 46 additions and 0 deletions

View File

@ -9,6 +9,9 @@ pkgrel=1
pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework (mingw-w64)'
url='https://www.capstone-engine.org/'
msys2_repository_url='https://github.com/capstone-engine/capstone'
msys2_references=(
'purl: pkg:pypi/capstone'
)
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
license=('spdx:BSD-3-Clause')

View File

@ -16,6 +16,7 @@ msys2_repository_url="https://github.com/grpc/grpc"
msys2_references=(
'archlinux: grpc'
"cpe: cpe:/a:grpc:grpc"
'purl: pkg:pypi/grpcio'
)
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"

View File

@ -15,6 +15,7 @@ msys2_references=(
'aur: mapserver'
"cpe: cpe:/a:osgeo:mapserver"
"cpe: cpe:/a:umn:mapserver"
"purl: pkg:pypi/mapscript"
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-zlib"

View File

@ -11,6 +11,9 @@ arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://www.onnx.ai'
msys2_repository_url="https://github.com/onnx/onnx"
msys2_references=(
'purl: pkg:pypi/onnx'
)
license=('spdx:Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"

View File

@ -9,6 +9,9 @@ pkgdesc='Community maintained hooks for PyInstaller (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/pyinstaller/pyinstaller-hooks-contrib'
msys2_references=(
'purl: pkg:pypi/pyinstaller-hooks-contrib'
)
license=('spdx:Apache-2.0 AND GPL-2.0-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-packaging")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://coloredlogs.readthedocs.io/'
msys2_repository_url="https://github.com/xolox/python-coloredlogs"
msys2_references=(
'purl: pkg:pypi/coloredlogs'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-humanfriendly")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://geoalchemy-2.readthedocs.io/'
msys2_repository_url='https://github.com/geoalchemy/geoalchemy2'
msys2_references=(
'purl: pkg:pypi/geoalchemy2'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-packaging"

View File

@ -11,6 +11,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://geographiclib.sourceforge.io/Python/doc/'
msys2_repository_url='https://github.com/geographiclib/geographiclib-python'
msys2_references=(
'purl: pkg:pypi/geographiclib'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"

View File

@ -9,6 +9,9 @@ pkgdesc='Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/Dav1dde/glad'
msys2_references=(
'purl: pkg:pypi/glad2'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-jinja")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://humanfriendly.readthedocs.io/'
msys2_repository_url="https://github.com/xolox/python-humanfriendly"
msys2_references=(
'purl: pkg:pypi/humanfriendly'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-pyreadline3")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://pypi.org/project/id/'
msys2_repository_url='https://github.com/di/id'
msys2_references=(
'purl: pkg:pypi/id'
)
license=('Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python-requests")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://nh3.readthedocs.io/'
msys2_repository_url='https://github.com/messense/nh3'
msys2_references=(
'purl: pkg:pypi/nh3'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-rust"

View File

@ -13,6 +13,7 @@ msys2_repository_url="https://github.com/apache/arrow"
msys2_references=(
'archlinux: arrow'
"cpe: cpe:/a:apache:arrow"
'purl: pkg:pypi/pyarrow'
)
license=('spdx:Apache-2.0')
depends=(

View File

@ -10,6 +10,9 @@ pkgdesc='Safely render long_description/README files in Warehouse (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/pypa/readme_renderer'
msys2_references=(
'purl: pkg:pypi/readme-renderer'
)
license=('Apache')
depends=("${MINGW_PACKAGE_PREFIX}-python-nh3"
"${MINGW_PACKAGE_PREFIX}-python-docutils"

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://setuptools-git-versioning.readthedocs.io'
msys2_repository_url="https://github.com/dolfinus/setuptools-git-versioning"
msys2_references=(
'purl: pkg:pypi/setuptools-git-versioning'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-packaging"

View File

@ -9,6 +9,9 @@ pkgdesc="Python bindings for the zxing-cpp barcode library (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/zxing-cpp/zxing-cpp'
msys2_references=(
'purl: pkg:pypi/zxing-cpp'
)
license=('spdx:Apache-2.0')
depends=(
"${MINGW_PACKAGE_PREFIX}-python"

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://twine.readthedocs.io/'
msys2_repository_url='https://github.com/pypa/twine'
msys2_references=(
'purl: pkg:pypi/twine'
)
license=('Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-id"

View File

@ -13,6 +13,7 @@ url='https://www.unicorn-engine.org'
msys2_repository_url="https://github.com/unicorn-engine/unicorn"
msys2_references=(
"cpe: cpe:/a:unicorn-engine:unicorn_engine"
"purl: pkg:pypi/unicorn"
)
license=('spdx:GPL-2.0-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"