Use pypi PURLs instead of plain pypi names
This allows us to include a version and we already use PURL for other things, so might as well remove the pypi special case. Normalize the names, since that is required for PURLs.
This commit is contained in:
parent
4a535a9890
commit
bd08ada171
@ -11,7 +11,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/asciidoc-py/asciidoc-py"
|
url="https://github.com/asciidoc-py/asciidoc-py"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: asciidoc'
|
'purl: pkg:pypi/asciidoc'
|
||||||
)
|
)
|
||||||
license=("spdx:GPL-2.0-or-later")
|
license=("spdx:GPL-2.0-or-later")
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -13,7 +13,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/google/brotli'
|
url='https://github.com/google/brotli'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"pypi: brotli"
|
"purl: pkg:pypi/brotli"
|
||||||
"cpe: cpe:/a:google:brotli"
|
"cpe: cpe:/a:google:brotli"
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
|
|||||||
@ -12,7 +12,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://cython.org/"
|
url="https://cython.org/"
|
||||||
msys2_repository_url="https://github.com/cython/cython"
|
msys2_repository_url="https://github.com/cython/cython"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"pypi: Cython"
|
"purl: pkg:pypi/cython"
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -13,7 +13,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://cython.org/"
|
url="https://cython.org/"
|
||||||
msys2_repository_url="https://github.com/cython/cython"
|
msys2_repository_url="https://github.com/cython/cython"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"pypi: Cython"
|
"purl: pkg:pypi/cython"
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/gdabah/distorm"
|
url="https://github.com/gdabah/distorm"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: distorm3'
|
'purl: pkg:pypi/distorm3'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_repository_url='https://github.com/davisking/dlib/'
|
msys2_repository_url='https://github.com/davisking/dlib/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: dlib'
|
'purl: pkg:pypi/dlib'
|
||||||
)
|
)
|
||||||
url='http://dlib.net/'
|
url='http://dlib.net/'
|
||||||
license=('spdx:BSL-1.0')
|
license=('spdx:BSL-1.0')
|
||||||
|
|||||||
@ -14,7 +14,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://github.com/kkroening/ffmpeg-python"
|
url="https://github.com/kkroening/ffmpeg-python"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'aur: python-ffmpeg'
|
'aur: python-ffmpeg'
|
||||||
'pypi: ffmpeg-python'
|
'purl: pkg:pypi/ffmpeg-python'
|
||||||
)
|
)
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python-future" "${MINGW_PACKAGE_PREFIX}-ffmpeg")
|
depends=("${MINGW_PACKAGE_PREFIX}-python-future" "${MINGW_PACKAGE_PREFIX}-ffmpeg")
|
||||||
|
|||||||
@ -12,7 +12,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://google.github.io/flatbuffers/'
|
url='https://google.github.io/flatbuffers/'
|
||||||
msys2_repository_url="https://github.com/google/flatbuffers"
|
msys2_repository_url="https://github.com/google/flatbuffers"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: flatbuffers'
|
'purl: pkg:pypi/flatbuffers'
|
||||||
"cpe: cpe:2.3:a:google:flatbuffers"
|
"cpe: cpe:2.3:a:google:flatbuffers"
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
|
|||||||
@ -11,7 +11,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: gi-docgen'
|
'archlinux: gi-docgen'
|
||||||
'pypi: gi-docgen'
|
'purl: pkg:pypi/gi-docgen'
|
||||||
)
|
)
|
||||||
url="https://gitlab.gnome.org/GNOME/gi-docgen"
|
url="https://gitlab.gnome.org/GNOME/gi-docgen"
|
||||||
license=('spdx: Apache-2.0 OR GPL-3.0-or-later')
|
license=('spdx: Apache-2.0 OR GPL-3.0-or-later')
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://hypercorn.readthedocs.io/'
|
url='https://hypercorn.readthedocs.io/'
|
||||||
msys2_repository_url='https://github.com/pgjones/hypercorn'
|
msys2_repository_url='https://github.com/pgjones/hypercorn'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: Hypercorn'
|
'purl: pkg:pypi/hypercorn'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||||
url="https://github.com/google/jsonnet"
|
url="https://github.com/google/jsonnet"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: jsonnet'
|
'purl: pkg:pypi/jsonnet'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://junitparser.readthedocs.io/'
|
url='https://junitparser.readthedocs.io/'
|
||||||
msys2_repository_url='https://github.com/weiwei/junitparser'
|
msys2_repository_url='https://github.com/weiwei/junitparser'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: junitparser'
|
'purl: pkg:pypi/junitparser'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -12,7 +12,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://www.keystone-engine.org/"
|
url="https://www.keystone-engine.org/"
|
||||||
msys2_repository_url="https://github.com/keystone-engine/keystone"
|
msys2_repository_url="https://github.com/keystone-engine/keystone"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: keystone-engine'
|
'purl: pkg:pypi/keystone-engine'
|
||||||
)
|
)
|
||||||
license=('spdx:GPL-2.0-only' 'custom')
|
license=('spdx:GPL-2.0-only' 'custom')
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
|||||||
url='https://www.manim.community'
|
url='https://www.manim.community'
|
||||||
msys2_repository_url='https://github.com/ManimCommunity/manim'
|
msys2_repository_url='https://github.com/ManimCommunity/manim'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: manim'
|
'purl: pkg:pypi/manim'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=(
|
depends=(
|
||||||
|
|||||||
@ -12,7 +12,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://github.com/skogler/mapbox_earcut_python'
|
url='https://github.com/skogler/mapbox_earcut_python'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'aur: python-mapbox-earcut'
|
'aur: python-mapbox-earcut'
|
||||||
'pypi: mapbox-earcut'
|
'purl: pkg:pypi/mapbox-earcut'
|
||||||
)
|
)
|
||||||
license=('spdx:ISC')
|
license=('spdx:ISC')
|
||||||
depends=(
|
depends=(
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: meson-python'
|
'archlinux: meson-python'
|
||||||
'pypi: meson-python'
|
'purl: pkg:pypi/meson-python'
|
||||||
)
|
)
|
||||||
msys2_repository_url='https://github.com/mesonbuild/meson-python'
|
msys2_repository_url='https://github.com/mesonbuild/meson-python'
|
||||||
url='https://mesonbuild.com/meson-python/'
|
url='https://mesonbuild.com/meson-python/'
|
||||||
|
|||||||
@ -12,7 +12,7 @@ url="https://mesonbuild.com/"
|
|||||||
msys2_repository_url="https://github.com/mesonbuild/meson"
|
msys2_repository_url="https://github.com/mesonbuild/meson"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: meson'
|
'archlinux: meson'
|
||||||
'pypi: meson'
|
'purl: pkg:pypi/meson'
|
||||||
)
|
)
|
||||||
license=("spdx:Apache-2.0")
|
license=("spdx:Apache-2.0")
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://www.mypy-lang.org/"
|
url="https://www.mypy-lang.org/"
|
||||||
msys2_repository_url="https://github.com/python/mypy"
|
msys2_repository_url="https://github.com/python/mypy"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: mypy'
|
'purl: pkg:pypi/mypy'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=(
|
depends=(
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/wjakob/nanobind'
|
url='https://github.com/wjakob/nanobind'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: nanobind'
|
'purl: pkg:pypi/nanobind'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://www.openexr.com/"
|
url="https://www.openexr.com/"
|
||||||
msys2_repository_url='https://github.com/AcademySoftwareFoundation/openexr'
|
msys2_repository_url='https://github.com/AcademySoftwareFoundation/openexr'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"pypi: OpenEXR"
|
"purl: pkg:pypi/openexr"
|
||||||
"cpe: cpe:/a:ilm:openexr"
|
"cpe: cpe:/a:ilm:openexr"
|
||||||
"cpe: cpe:/a:openexr:openexr"
|
"cpe: cpe:/a:openexr:openexr"
|
||||||
)
|
)
|
||||||
|
|||||||
@ -12,7 +12,7 @@ url='https://getpelican.com/'
|
|||||||
msys2_repository_url="https://github.com/getpelican/pelican"
|
msys2_repository_url="https://github.com/getpelican/pelican"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: pelican'
|
'archlinux: pelican'
|
||||||
'pypi: pelican'
|
'purl: pkg:pypi/pelican'
|
||||||
)
|
)
|
||||||
license=('spdx:AGPL-3.0-or-later')
|
license=('spdx:AGPL-3.0-or-later')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/containers/podman-compose'
|
url='https://github.com/containers/podman-compose'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: podman-compose'
|
'purl: pkg:pypi/podman-compose'
|
||||||
)
|
)
|
||||||
license=(spdx:GPL-2.0-or-later)
|
license=(spdx:GPL-2.0-or-later)
|
||||||
depends=(
|
depends=(
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://pybind11.readthedocs.org/'
|
url='https://pybind11.readthedocs.org/'
|
||||||
msys2_repository_url="https://github.com/pybind/pybind11"
|
msys2_repository_url="https://github.com/pybind/pybind11"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: pybind11'
|
'purl: pkg:pypi/pybind11'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc="Python bindings for the cairo graphics library (mingw-w64)"
|
|||||||
url="https://pycairo.readthedocs.io"
|
url="https://pycairo.readthedocs.io"
|
||||||
msys2_repository_url="https://github.com/pygobject/pycairo"
|
msys2_repository_url="https://github.com/pygobject/pycairo"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: pycairo'
|
'purl: pkg:pypi/pycairo'
|
||||||
)
|
)
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://pygobject.gnome.org/"
|
url="https://pygobject.gnome.org/"
|
||||||
msys2_repository_url="https://gitlab.gnome.org/GNOME/pygobject"
|
msys2_repository_url="https://gitlab.gnome.org/GNOME/pygobject"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: pygobject'
|
'purl: pkg:pypi/pygobject'
|
||||||
)
|
)
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-glib2"
|
depends=("${MINGW_PACKAGE_PREFIX}-glib2"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
|||||||
url='https://pyinstaller.org/'
|
url='https://pyinstaller.org/'
|
||||||
msys2_repository_url='https://github.com/pyinstaller/pyinstaller'
|
msys2_repository_url='https://github.com/pyinstaller/pyinstaller'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: pyinstaller'
|
'purl: pkg:pypi/pyinstaller'
|
||||||
)
|
)
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-binutils"
|
depends=("${MINGW_PACKAGE_PREFIX}-binutils"
|
||||||
|
|||||||
@ -12,7 +12,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://github.com/Python-PyQt/PyQt-builder"
|
url="https://github.com/Python-PyQt/PyQt-builder"
|
||||||
msys2_documentation_url="https://pyqt-builder.readthedocs.io"
|
msys2_documentation_url="https://pyqt-builder.readthedocs.io"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: PyQt-builder'
|
'purl: pkg:pypi/pyqt-builder'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-2-Clause')
|
license=('spdx:BSD-2-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgdesc="Qt5 Qt3D bindings for Python (mingw-w64)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: PyQt3D'
|
'purl: pkg:pypi/pyqt3d'
|
||||||
)
|
)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://riverbankcomputing.com/software/pyqt3d"
|
url="https://riverbankcomputing.com/software/pyqt3d"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://github.com/Python-SIP/sip"
|
url="https://github.com/Python-SIP/sip"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-pyqt5-sip'
|
'archlinux: python-pyqt5-sip'
|
||||||
'pypi: PyQt5-sip'
|
'purl: pkg:pypi/pyqt5-sip'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-2-Clause')
|
license=('spdx:BSD-2-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://riverbankcomputing.com/software/pyqt"
|
url="https://riverbankcomputing.com/software/pyqt"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: pyqt5'
|
'archlinux: pyqt5'
|
||||||
'pypi: PyQt5'
|
'purl: pkg:pypi/pyqt5'
|
||||||
)
|
)
|
||||||
license=('spdx:GPL-3.0-or-later')
|
license=('spdx:GPL-3.0-or-later')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/Python-SIP/sip"
|
url="https://github.com/Python-SIP/sip"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: PyQt6-sip'
|
'purl: pkg:pypi/pyqt6-sip'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-2-Clause')
|
license=('spdx:BSD-2-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://riverbankcomputing.com/software/pyqt"
|
url="https://riverbankcomputing.com/software/pyqt"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: PyQt6'
|
'purl: pkg:pypi/pyqt6'
|
||||||
)
|
)
|
||||||
license=('spdx:GPL-3.0-or-later')
|
license=('spdx:GPL-3.0-or-later')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -13,7 +13,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://doc.qt.io/qtforpython-5/"
|
url="https://doc.qt.io/qtforpython-5/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: PySide2'
|
'purl: pkg:pypi/pyside2'
|
||||||
)
|
)
|
||||||
license=('spdx:LGPL-3.0-only OR GPL-3.0-or-later')
|
license=('spdx:LGPL-3.0-only OR GPL-3.0-or-later')
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||||
|
|||||||
@ -13,7 +13,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://doc.qt.io/qtforpython/"
|
url="https://doc.qt.io/qtforpython/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: pyside6'
|
'archlinux: pyside6'
|
||||||
'pypi: PySide6'
|
'purl: pkg:pypi/pyside6'
|
||||||
)
|
)
|
||||||
license=("spdx:LGPL-2.1-or-later")
|
license=("spdx:LGPL-2.1-or-later")
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/aafigure/aafigure'
|
url='https://github.com/aafigure/aafigure'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: aafigure'
|
'purl: pkg:pypi/aafigure'
|
||||||
)
|
)
|
||||||
license=('BSD-3-Clause')
|
license=('BSD-3-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://github.com/abseil/abseil-py"
|
url="https://github.com/abseil/abseil-py"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-absl'
|
'archlinux: python-absl'
|
||||||
'pypi: absl-py'
|
'purl: pkg:pypi/absl-py'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/Tinche/aiofiles'
|
url='https://github.com/Tinche/aiofiles'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: aiofiles'
|
'purl: pkg:pypi/aiofiles'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/aio-libs/aiohappyeyeballs"
|
url="https://github.com/aio-libs/aiohappyeyeballs"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: aiohappyeyeballs'
|
'purl: pkg:pypi/aiohappyeyeballs'
|
||||||
)
|
)
|
||||||
license=('spdx: PSF-2.0')
|
license=('spdx: PSF-2.0')
|
||||||
depends=(
|
depends=(
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/aio-libs/aiohttp-cors"
|
url="https://github.com/aio-libs/aiohttp-cors"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: aiohttp_cors'
|
'purl: pkg:pypi/aiohttp-cors'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-aiohttp'
|
'archlinux: python-aiohttp'
|
||||||
'pypi: aiohttp'
|
'purl: pkg:pypi/aiohttp'
|
||||||
"cpe: cpe:2.3:a:aio-libs_project:aiohttp"
|
"cpe: cpe:2.3:a:aio-libs_project:aiohttp"
|
||||||
"cpe: cpe:2.3:a:aiohttp:aiohttp"
|
"cpe: cpe:2.3:a:aiohttp:aiohttp"
|
||||||
"cpe: cpe:2.3:a:aiohttp_project:aiohttp"
|
"cpe: cpe:2.3:a:aiohttp_project:aiohttp"
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc="QUIC and HTTP/3 implementation in Python (mingw-w64)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: aioquic'
|
'purl: pkg:pypi/aioquic'
|
||||||
)
|
)
|
||||||
url='https://github.com/aiortc/aioquic'
|
url='https://github.com/aiortc/aioquic'
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-aioresponses'
|
'archlinux: python-aioresponses'
|
||||||
'pypi: aioresponses'
|
'purl: pkg:pypi/aioresponses'
|
||||||
)
|
)
|
||||||
url="https://github.com/pnuckowski/aioresponses"
|
url="https://github.com/pnuckowski/aioresponses"
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc="A list of registered asynchronous callbacks (mingw-w64)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: aiosignal'
|
'purl: pkg:pypi/aiosignal'
|
||||||
)
|
)
|
||||||
url='https://github.com/aio-libs/aiosignal'
|
url='https://github.com/aio-libs/aiosignal'
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
|
|||||||
@ -12,7 +12,7 @@ url='https://aiosmtpd.aio-libs.org/'
|
|||||||
msys2_repository_url='https://github.com/aio-libs/aiosmtpd'
|
msys2_repository_url='https://github.com/aio-libs/aiosmtpd'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-aiosmtpd'
|
'archlinux: python-aiosmtpd'
|
||||||
'pypi: aiosmtpd'
|
'purl: pkg:pypi/aiosmtpd'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://aiosqlite.omnilib.dev/'
|
url='https://aiosqlite.omnilib.dev/'
|
||||||
msys2_repository_url='https://github.com/omnilib/aiosqlite'
|
msys2_repository_url='https://github.com/omnilib/aiosqlite'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: aiosqlite'
|
'purl: pkg:pypi/aiosqlite'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -12,7 +12,7 @@ pkgdesc="Lightweight database migration tool for usage with SQLAlchemy (mingw-w6
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: alembic'
|
'purl: pkg:pypi/alembic'
|
||||||
)
|
)
|
||||||
url='https://github.com/sqlalchemy/alembic/'
|
url='https://github.com/sqlalchemy/alembic/'
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://altgraph.readthedocs.io/'
|
url='https://altgraph.readthedocs.io/'
|
||||||
msys2_repository_url='https://github.com/ronaldoussoren/altgraph'
|
msys2_repository_url='https://github.com/ronaldoussoren/altgraph'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: altgraph'
|
'purl: pkg:pypi/altgraph'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='Low-level AMQP client for Python (fork of amqplib) (mingw-w64)'
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: amqp'
|
'purl: pkg:pypi/amqp'
|
||||||
)
|
)
|
||||||
msys2_repository_url='https://github.com/celery/py-amqp'
|
msys2_repository_url='https://github.com/celery/py-amqp'
|
||||||
url='https://amqp.readthedocs.io'
|
url='https://amqp.readthedocs.io'
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://github.com/annotated-types/annotated-types'
|
url='https://github.com/annotated-types/annotated-types'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-annotated-types'
|
'archlinux: python-annotated-types'
|
||||||
'pypi: annotated-types'
|
'purl: pkg:pypi/annotated-types'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -12,7 +12,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
url='https://github.com/agronholm/anyio'
|
url='https://github.com/agronholm/anyio'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: anyio'
|
'purl: pkg:pypi/anyio'
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
${MINGW_PACKAGE_PREFIX}-python
|
${MINGW_PACKAGE_PREFIX}-python
|
||||||
|
|||||||
@ -12,7 +12,7 @@ pkgdesc="Namespace control and lazy-import mechanism (mingw-w64)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: apipkg'
|
'purl: pkg:pypi/apipkg'
|
||||||
)
|
)
|
||||||
url="https://github.com/pytest-dev/apipkg"
|
url="https://github.com/pytest-dev/apipkg"
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/ActiveState/appdirs"
|
url="https://github.com/ActiveState/appdirs"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: appdirs'
|
'purl: pkg:pypi/appdirs'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/angr/archinfo"
|
url="https://github.com/angr/archinfo"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: archinfo'
|
'purl: pkg:pypi/archinfo'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-2-Clause')
|
license=('spdx:BSD-2-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc="Easy, extensible command line tab completion of arguments for your Pyth
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: argcomplete'
|
'purl: pkg:pypi/argcomplete'
|
||||||
)
|
)
|
||||||
msys2_repository_url='https://github.com/kislyuk/argcomplete'
|
msys2_repository_url='https://github.com/kislyuk/argcomplete'
|
||||||
url='https://kislyuk.github.io/argcomplete/'
|
url='https://kislyuk.github.io/argcomplete/'
|
||||||
|
|||||||
@ -12,7 +12,7 @@ pkgdesc="An unobtrusive argparse wrapper with natural syntax (mingw-w64)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: argh'
|
'purl: pkg:pypi/argh'
|
||||||
)
|
)
|
||||||
url='https://github.com/neithere/argh/'
|
url='https://github.com/neithere/argh/'
|
||||||
license=('LGPL3')
|
license=('LGPL3')
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc="Low-level CFFI bindings for Argon2 (mingw-w64)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: argon2-cffi-bindings'
|
'purl: pkg:pypi/argon2-cffi-bindings'
|
||||||
)
|
)
|
||||||
url='https://github.com/hynek/argon2-cffi-bindings'
|
url='https://github.com/hynek/argon2-cffi-bindings'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/hynek/argon2_cffi'
|
url='https://github.com/hynek/argon2_cffi'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: argon2-cffi'
|
'purl: pkg:pypi/argon2-cffi'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://arrow.readthedocs.io/"
|
url="https://arrow.readthedocs.io/"
|
||||||
msys2_repository_url="https://github.com/arrow-py/arrow"
|
msys2_repository_url="https://github.com/arrow-py/arrow"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: arrow'
|
'purl: pkg:pypi/arrow'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=(
|
depends=(
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc="Reference ASGI adapters and channel layers (mingw-w64)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: asgiref'
|
'purl: pkg:pypi/asgiref'
|
||||||
)
|
)
|
||||||
url='https://github.com/django/asgiref'
|
url='https://github.com/django/asgiref'
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/wbond/asn1crypto'
|
url='https://github.com/wbond/asn1crypto'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: asn1crypto'
|
'purl: pkg:pypi/asn1crypto'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://astor.rtfd.org/"
|
url="https://astor.rtfd.org/"
|
||||||
msys2_repository_url="https://github.com/berkerpeksag/astor"
|
msys2_repository_url="https://github.com/berkerpeksag/astor"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: astor'
|
'purl: pkg:pypi/astor'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -12,7 +12,7 @@ url='https://github.com/pylint-dev/astroid'
|
|||||||
msys2_documentation_url='https://pylint.readthedocs.io/projects/astroid/en/latest/'
|
msys2_documentation_url='https://pylint.readthedocs.io/projects/astroid/en/latest/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-astroid'
|
'archlinux: python-astroid'
|
||||||
'pypi: astroid'
|
'purl: pkg:pypi/astroid'
|
||||||
)
|
)
|
||||||
license=('spdx:LGPL-2.1-or-later')
|
license=('spdx:LGPL-2.1-or-later')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-asttokens'
|
'archlinux: python-asttokens'
|
||||||
'pypi: asttokens'
|
'purl: pkg:pypi/asttokens'
|
||||||
)
|
)
|
||||||
url='https://github.com/gristlabs/asttokens'
|
url='https://github.com/gristlabs/asttokens'
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/simonpercivall/astunparse"
|
url="https://github.com/simonpercivall/astunparse"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: astunparse'
|
'purl: pkg:pypi/astunparse'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-3-Clause AND PSF-2.0')
|
license=('spdx:BSD-3-Clause AND PSF-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/aio-libs/async-lru'
|
url='https://github.com/aio-libs/async-lru'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: async-lru'
|
'purl: pkg:pypi/async-lru'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/aio-libs/async-timeout"
|
url="https://github.com/aio-libs/async-timeout"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: async-timeout'
|
'purl: pkg:pypi/async-timeout'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/python-trio/async_generator"
|
url="https://github.com/python-trio/async_generator"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: async_generator'
|
'purl: pkg:pypi/async-generator'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/MagicStack/asyncpg'
|
url='https://github.com/MagicStack/asyncpg'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: asyncpg'
|
'purl: pkg:pypi/asyncpg'
|
||||||
"cpe: cpe:/a:magic:asyncpg"
|
"cpe: cpe:/a:magic:asyncpg"
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://asyncssh.readthedocs.io/'
|
url='https://asyncssh.readthedocs.io/'
|
||||||
msys2_repository_url='https://github.com/ronf/asyncssh'
|
msys2_repository_url='https://github.com/ronf/asyncssh'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: asyncssh'
|
'purl: pkg:pypi/asyncssh'
|
||||||
)
|
)
|
||||||
license=('spdx:EPL-2.0')
|
license=('spdx:EPL-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/Martiusweb/asynctest"
|
url="https://github.com/Martiusweb/asynctest"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: asynctest'
|
'purl: pkg:pypi/asynctest'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/untitaker/python-atomicwrites"
|
url="https://github.com/untitaker/python-atomicwrites"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: atomicwrites'
|
'purl: pkg:pypi/atomicwrites'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-atpublic'
|
'archlinux: python-atpublic'
|
||||||
'pypi: atpublic'
|
'purl: pkg:pypi/atpublic'
|
||||||
)
|
)
|
||||||
url='https://public.readthedocs.io/'
|
url='https://public.readthedocs.io/'
|
||||||
msys2_repository_url='https://gitlab.com/warsaw/public'
|
msys2_repository_url='https://gitlab.com/warsaw/public'
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/pirofti/AttrDict3'
|
url='https://github.com/pirofti/AttrDict3'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: attrdict3'
|
'purl: pkg:pypi/attrdict3'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://www.attrs.org/'
|
url='https://www.attrs.org/'
|
||||||
msys2_repository_url='https://github.com/python-attrs/attrs'
|
msys2_repository_url='https://github.com/python-attrs/attrs'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: attrs'
|
'purl: pkg:pypi/attrs'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding fo
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: audioread'
|
'purl: pkg:pypi/audioread'
|
||||||
)
|
)
|
||||||
url="https://github.com/beetbox/audioread"
|
url="https://github.com/beetbox/audioread"
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='Self-service finite-state machines for the programmer on the go (mingw-
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: Automat'
|
'purl: pkg:pypi/automat'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
url='https://github.com/glyph/Automat'
|
url='https://github.com/glyph/Automat'
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-autopage'
|
'archlinux: python-autopage'
|
||||||
'pypi: autopage'
|
'purl: pkg:pypi/autopage'
|
||||||
)
|
)
|
||||||
url='https://github.com/zaneb/autopage'
|
url='https://github.com/zaneb/autopage'
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='A tool that automatically formats Python code to conform to the PEP 8 s
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: autopep8'
|
'purl: pkg:pypi/autopep8'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
url='https://github.com/hhatto/autopep8'
|
url='https://github.com/hhatto/autopep8'
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/elijahr/python-autopxd2"
|
url="https://github.com/elijahr/python-autopxd2"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: autopxd2'
|
'purl: pkg:pypi/autopxd2'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-awesomeversion'
|
'archlinux: python-awesomeversion'
|
||||||
'pypi: awesomeversion'
|
'purl: pkg:pypi/awesomeversion'
|
||||||
)
|
)
|
||||||
msys2_repository_url='https://github.com/ludeeus/awesomeversion'
|
msys2_repository_url='https://github.com/ludeeus/awesomeversion'
|
||||||
url='https://ludeeus.github.io/awesomeversion/'
|
url='https://ludeeus.github.io/awesomeversion/'
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc="Internationalization utilities (mingw-w64)"
|
|||||||
url="https://babel.pocoo.org/"
|
url="https://babel.pocoo.org/"
|
||||||
msys2_repository_url='https://github.com/python-babel/babel'
|
msys2_repository_url='https://github.com/python-babel/babel'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: Babel'
|
'purl: pkg:pypi/babel'
|
||||||
"cpe: cpe:/a:pocoo:babel"
|
"cpe: cpe:/a:pocoo:babel"
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/takluyver/backcall'
|
url='https://github.com/takluyver/backcall'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: backcall'
|
'purl: pkg:pypi/backcall'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/pyca/bcrypt/'
|
url='https://github.com/pyca/bcrypt/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: bcrypt'
|
'purl: pkg:pypi/bcrypt'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -18,7 +18,7 @@ url="https://beaker.readthedocs.io/"
|
|||||||
msys2_references=(
|
msys2_references=(
|
||||||
"archlinux: python-beaker"
|
"archlinux: python-beaker"
|
||||||
"cpe: cpe:/a:python:beaker"
|
"cpe: cpe:/a:python:beaker"
|
||||||
"pypi: Beaker"
|
"purl: pkg:pypi/beaker"
|
||||||
)
|
)
|
||||||
msys2_repository_url='https://github.com/bbangert/beaker'
|
msys2_repository_url='https://github.com/bbangert/beaker'
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://www.crummy.com/software/BeautifulSoup/index.html"
|
url="https://www.crummy.com/software/BeautifulSoup/index.html"
|
||||||
msys2_repository_url='https://git.launchpad.net/beautifulsoup'
|
msys2_repository_url='https://git.launchpad.net/beautifulsoup'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: beautifulsoup4'
|
'purl: pkg:pypi/beautifulsoup4'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc="A static analyzer for Python code (mingw-w64)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: beniget'
|
'purl: pkg:pypi/beniget'
|
||||||
)
|
)
|
||||||
url="https://github.com/serge-sans-paille/beniget"
|
url="https://github.com/serge-sans-paille/beniget"
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='Python multiprocessing fork with improvements and bugfixes (mingw-w64)'
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: billiard'
|
'purl: pkg:pypi/billiard'
|
||||||
)
|
)
|
||||||
msys2_repository_url='https://github.com/celery/billiard'
|
msys2_repository_url='https://github.com/celery/billiard'
|
||||||
url='https://billiard.readthedocs.io'
|
url='https://billiard.readthedocs.io'
|
||||||
|
|||||||
@ -10,7 +10,7 @@ pkgdesc='Ultra-lightweight pure Python package to check if a file is binary or t
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: binaryornot'
|
'purl: pkg:pypi/binaryornot'
|
||||||
)
|
)
|
||||||
url="https://github.com/audreyr/binaryornot"
|
url="https://github.com/audreyr/binaryornot"
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
|
|||||||
@ -14,7 +14,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://biopython.org/"
|
url="https://biopython.org/"
|
||||||
msys2_repository_url="https://github.com/biopython/biopython"
|
msys2_repository_url="https://github.com/biopython/biopython"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: biopython'
|
'purl: pkg:pypi/biopython'
|
||||||
)
|
)
|
||||||
license=('custom:Biopython')
|
license=('custom:Biopython')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='Fast and tasty cookies handling (mingw-w64)'
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: biscuits'
|
'purl: pkg:pypi/biscuits'
|
||||||
)
|
)
|
||||||
url="https://github.com/pyrates/biscuits"
|
url="https://github.com/pyrates/biscuits"
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://black.readthedocs.io/"
|
url="https://black.readthedocs.io/"
|
||||||
msys2_repository_url="https://github.com/psf/black"
|
msys2_repository_url="https://github.com/psf/black"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: black'
|
'purl: pkg:pypi/black'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://bleach.readthedocs.io/"
|
url="https://bleach.readthedocs.io/"
|
||||||
msys2_repository_url="https://github.com/mozilla/bleach/"
|
msys2_repository_url="https://github.com/mozilla/bleach/"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: bleach'
|
'purl: pkg:pypi/bleach'
|
||||||
"cpe: cpe:/a:mozilla:bleach"
|
"cpe: cpe:/a:mozilla:bleach"
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-blinker'
|
'archlinux: python-blinker'
|
||||||
'pypi: blinker'
|
'purl: pkg:pypi/blinker'
|
||||||
)
|
)
|
||||||
msys2_repository_url='https://github.com/pallets-eco/blinker'
|
msys2_repository_url='https://github.com/pallets-eco/blinker'
|
||||||
url='https://blinker.readthedocs.io/'
|
url='https://blinker.readthedocs.io/'
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/bastikr/boolean.py'
|
url='https://github.com/bastikr/boolean.py'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: boolean.py'
|
'purl: pkg:pypi/boolean-py'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-2-Clause')
|
license=('spdx:BSD-2-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -13,7 +13,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://bootstrap-flask.readthedocs.io/'
|
url='https://bootstrap-flask.readthedocs.io/'
|
||||||
msys2_repository_url='https://github.com/helloflask/bootstrap-flask'
|
msys2_repository_url='https://github.com/helloflask/bootstrap-flask'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: Bootstrap-Flask'
|
'purl: pkg:pypi/bootstrap-flask'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python-flask"
|
depends=("${MINGW_PACKAGE_PREFIX}-python-flask"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/boto/boto/'
|
url='https://github.com/boto/boto/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: boto'
|
'purl: pkg:pypi/boto'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='The AWS SDK for Python (mingw-w64)'
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: boto3'
|
'purl: pkg:pypi/boto3'
|
||||||
)
|
)
|
||||||
url="https://github.com/boto/boto3"
|
url="https://github.com/boto/boto3"
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
|
|||||||
@ -9,7 +9,7 @@ pkgdesc='A low-level interface to a growing number of Amazon Web Services (mingw
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: botocore'
|
'purl: pkg:pypi/botocore'
|
||||||
)
|
)
|
||||||
url="https://github.com/boto/botocore"
|
url="https://github.com/boto/botocore"
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
|
|||||||
@ -10,7 +10,7 @@ arch=('any')
|
|||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-bottle'
|
'archlinux: python-bottle'
|
||||||
'pypi: bottle'
|
'purl: pkg:pypi/bottle'
|
||||||
"cpe: cpe:/a:bottlepy:bottle"
|
"cpe: cpe:/a:bottlepy:bottle"
|
||||||
)
|
)
|
||||||
msys2_repository_url='https://github.com/bottlepy/bottle'
|
msys2_repository_url='https://github.com/bottlepy/bottle'
|
||||||
|
|||||||
@ -14,7 +14,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url="https://breathe.readthedocs.org/en/latest/"
|
url="https://breathe.readthedocs.org/en/latest/"
|
||||||
msys2_repository_url="https://github.com/breathe-doc/breathe"
|
msys2_repository_url="https://github.com/breathe-doc/breathe"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'pypi: breathe'
|
'purl: pkg:pypi/breathe'
|
||||||
)
|
)
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user