More pypi links
This commit is contained in:
parent
f5c305dea3
commit
c0332e033e
@ -12,6 +12,9 @@ pkgdesc="AsciiDoc is a text document format for writing notes, documentation, ar
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/asciidoc-py/asciidoc-py"
|
||||
msys2_references=(
|
||||
'pypi: asciidoc'
|
||||
)
|
||||
license=("GPL")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-libxslt"
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="Powerful disassembler library for x86/AMD64 (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url="https://github.com/gdabah/distorm"
|
||||
msys2_references=(
|
||||
'pypi: distorm3'
|
||||
)
|
||||
license=('GPL3')
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="A toolkit for making real world machine learning and data analysis appl
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
msys2_repository_url='https://github.com/davisking/dlib/'
|
||||
msys2_references=(
|
||||
'pypi: dlib'
|
||||
)
|
||||
url='http://dlib.net/'
|
||||
license=('spdx:BSL-1.0')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-giflib"
|
||||
|
||||
@ -14,6 +14,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://github.com/kkroening/ffmpeg-python"
|
||||
msys2_references=(
|
||||
'aur: python-ffmpeg'
|
||||
'pypi: ffmpeg-python'
|
||||
)
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-future" "${MINGW_PACKAGE_PREFIX}-ffmpeg")
|
||||
|
||||
@ -10,6 +10,9 @@ pkgdesc="The data templating language (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||
url="https://github.com/google/jsonnet"
|
||||
msys2_references=(
|
||||
'pypi: jsonnet'
|
||||
)
|
||||
license=('spdx:Apache-2.0')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||
|
||||
@ -16,6 +16,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
license=('spdx:GPL-2.0-only' 'custom')
|
||||
url="https://www.keystone-engine.org/"
|
||||
msys2_references=(
|
||||
'pypi: keystone-engine'
|
||||
)
|
||||
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/keystone-engine/keystone/archive/${pkgver}.tar.gz"
|
||||
"0001-cmake-install-dir.patch"
|
||||
"0002-kstool-win-msys2.patch"
|
||||
|
||||
@ -12,6 +12,9 @@ pkgrel=3
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://doc.qt.io/qtforpython-5/"
|
||||
msys2_references=(
|
||||
'pypi: PySide2'
|
||||
)
|
||||
license=('spdx:LGPL-3.0-only OR GPL-3.0-or-later')
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||
"${MINGW_PACKAGE_PREFIX}-cmake"
|
||||
|
||||
@ -10,6 +10,9 @@ pkgver=1.5.1
|
||||
pkgrel=3
|
||||
pkgdesc="Python ASN.1 library with a focus on performance and a pythonic API (mingw-w64)"
|
||||
url='https://github.com/wbond/asn1crypto'
|
||||
msys2_references=(
|
||||
'pypi: asn1crypto'
|
||||
)
|
||||
license=('MIT')
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='An AST unparser for Python (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url="https://github.com/simonpercivall/astunparse"
|
||||
msys2_references=(
|
||||
'pypi: astunparse'
|
||||
)
|
||||
license=('python')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-six")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Asyncio-compatible timeout class (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/aio-libs/async-timeout"
|
||||
msys2_references=(
|
||||
'pypi: async-timeout'
|
||||
)
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-docutils")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Making it easy to write async iterators (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url="https://github.com/python-trio/async_generator"
|
||||
msys2_references=(
|
||||
'pypi: async_generator'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
|
||||
|
||||
@ -4,11 +4,14 @@ _realname=asynctest
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=0.13.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='Enhance the standard unittest package with features for testing asyncio libraries (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url="https://aiohttp.readthedocs.io/"
|
||||
url="https://github.com/Martiusweb/asynctest"
|
||||
msys2_references=(
|
||||
'pypi: asynctest'
|
||||
)
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -16,6 +16,7 @@ license=('custom')
|
||||
url="https://beaker.readthedocs.org/"
|
||||
msys2_references=(
|
||||
"cpe: cpe:/a:python:beaker"
|
||||
"pypi: beaker"
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='A decorator for caching properties in classes (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url='https://github.com/pydanny/cached-property'
|
||||
msys2_references=(
|
||||
'pypi: cached-property'
|
||||
)
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Extra features for standard library's cmd module (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/python-cmd2/cmd2'
|
||||
msys2_references=(
|
||||
'pypi: cmd2'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-attrs"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pyperclip"
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Python library for doing colorspace conversions (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://github.com/njsmith/colorspacious"
|
||||
msys2_references=(
|
||||
'pypi: colorspacious'
|
||||
)
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-numpy")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="A collection of Python deprecation patterns and strategies that help yo
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://docs.openstack.org/developer/debtcollector'
|
||||
msys2_references=(
|
||||
'pypi: debtcollector'
|
||||
)
|
||||
license=('Apache')
|
||||
options=('staticlibs' 'strip' '!debug')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-wrapt")
|
||||
|
||||
@ -13,6 +13,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
license=('GPL')
|
||||
url="https://launchpad.net/python-distutils-extra"
|
||||
msys2_references=(
|
||||
'pypi: distutils-extra-python'
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python>=3.3"
|
||||
"intltool")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Python Fire is a library for automatically generating command line inte
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url="https://github.com/google/python-fire"
|
||||
msys2_references=(
|
||||
'pypi: fire'
|
||||
)
|
||||
license=('spdx:Apache-2.0')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-six"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-termcolor")
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('spdx:MIT')
|
||||
url='https://github.com/xflr6/graphviz'
|
||||
msys2_references=(
|
||||
'pypi: graphviz'
|
||||
)
|
||||
depends=(
|
||||
${MINGW_PACKAGE_PREFIX}-python
|
||||
${MINGW_PACKAGE_PREFIX}-graphviz)
|
||||
|
||||
@ -11,7 +11,10 @@ pkgrel=1
|
||||
pkgdesc="A python interface to RFC 2743/2744 (plus common extensions) (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
url='https://github.com/pythongssapi/${_realname}'
|
||||
url='https://github.com/pythongssapi/python-gssapi'
|
||||
msys2_references=(
|
||||
'pypi: gssapi'
|
||||
)
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-decorator"
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
license=('MIT')
|
||||
url='https://github.com/python-hyper/h2'
|
||||
msys2_references=(
|
||||
'pypi: h2'
|
||||
)
|
||||
depends=(
|
||||
${MINGW_PACKAGE_PREFIX}-python
|
||||
${MINGW_PACKAGE_PREFIX}-python-hyperframe
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
license=('MIT')
|
||||
url='https://github.com/python-hyper/hyperframe'
|
||||
msys2_references=(
|
||||
'pypi: hyperframe'
|
||||
)
|
||||
depends=(${MINGW_PACKAGE_PREFIX}-python)
|
||||
makedepends=(${MINGW_PACKAGE_PREFIX}-python-setuptools)
|
||||
source=(https://github.com/python-hyper/${_realname}/archive/v${pkgver}.tar.gz)
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
license=('MIT')
|
||||
url='https://github.com/python-hyper/hyperlink'
|
||||
msys2_references=(
|
||||
'pypi: hyperlink'
|
||||
)
|
||||
depends=(${MINGW_PACKAGE_PREFIX}-python
|
||||
${MINGW_PACKAGE_PREFIX}-python-idna)
|
||||
makedepends=(${MINGW_PACKAGE_PREFIX}-python-setuptools)
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Enumerates all IP addresses on all network adapters of the system. (min
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/pydron/ifaddr'
|
||||
msys2_references=(
|
||||
'pypi: ifaddr'
|
||||
)
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Library providing a mutable, self-balancing interval tree for Python (m
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/chaimleib/intervaltree"
|
||||
msys2_references=(
|
||||
'pypi: intervaltree'
|
||||
)
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-sortedcontainers")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Capture stdout, stderr easily (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url='https://github.com/oinume/iocapture'
|
||||
msys2_references=(
|
||||
'pypi: iocapture'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="Construct isolines/isosurfaces over a 2D/3D scalar field defined by a f
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/jared-hughes/isosurfaces'
|
||||
msys2_references=(
|
||||
'pypi: isosurfaces'
|
||||
)
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-numpy")
|
||||
|
||||
@ -14,6 +14,7 @@ url='https://jinja.palletsprojects.com/'
|
||||
msys2_repository_url='https://github.com/pallets/jinja'
|
||||
msys2_references=(
|
||||
"cpe: cpe:/a:palletsprojects:jinja"
|
||||
"pypi: jinja2"
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-markupsafe")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -13,6 +13,7 @@ arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
msys2_references=(
|
||||
'archlinux: python-keras-applications'
|
||||
'pypi: keras-applications'
|
||||
)
|
||||
url="https://github.com/keras-team/keras-applications"
|
||||
license=('MIT')
|
||||
|
||||
@ -14,6 +14,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://github.com/keras-team/keras-preprocessing"
|
||||
msys2_references=(
|
||||
'archlinux: python-keras-preprocessing'
|
||||
'pypi: keras-preprocessing'
|
||||
)
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="A fast implementation of the Cassowary constraint solver (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/nucleic/kiwi'
|
||||
msys2_references=(
|
||||
'pypi: kiwisolver'
|
||||
)
|
||||
license=('spdx:BSD-3-Clause')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="a strictly RFC 4510 conforming LDAP V3 pure Python client (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url='https://github.com/cannatag/ldap3'
|
||||
msys2_references=(
|
||||
'pypi: ldap3'
|
||||
)
|
||||
license=('LICENSE')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pyasn1")
|
||||
|
||||
@ -12,7 +12,10 @@ pkgdesc="LHA module for Python (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('BSD')
|
||||
url="https://fengestad.no/python-lhafile"
|
||||
url="https://github.com/FrodeSolheim/python-lhafile"
|
||||
msys2_references=(
|
||||
'pypi: lhafile'
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Python library for music and audio analysis (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64')
|
||||
url="https://librosa.org/"
|
||||
msys2_references=(
|
||||
'pypi: librosa'
|
||||
)
|
||||
license=('spdx:ISC')
|
||||
depends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python-audioread"
|
||||
|
||||
@ -13,6 +13,7 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
msys2_references=(
|
||||
'archlinux: mallard-ducktype'
|
||||
'pypi: mallard-ducktype'
|
||||
)
|
||||
url='http://projectmallard.org/'
|
||||
license=('MIT')
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="Debugging manhole for python applications (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/ionelmc/python-manhole'
|
||||
msys2_references=(
|
||||
'pypi: manhole'
|
||||
)
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="Bindings for Pango for using with Manim. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url='https://github.com/ManimCommunity/ManimPango'
|
||||
msys2_references=(
|
||||
'pypi: manimpango'
|
||||
)
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-pango")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="McCabe complexity checker for Python (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/flintwork/mccabe'
|
||||
msys2_references=(
|
||||
'pypi: mccabe'
|
||||
)
|
||||
license=('custom:Expat')
|
||||
validpgpkeys=('gpg_KEY')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Module of basic functions for parsing mime-type names and matching them
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url="https://github.com/dbtsai/python-mimeparse"
|
||||
msys2_references=(
|
||||
'pypi: python-mimeparse'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Python library for arbitrary-precision floating-point arithmetic (mingw
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url='https://www.mpmath.org/'
|
||||
msys2_references=(
|
||||
'pypi: mpmath'
|
||||
)
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-gmpy2")
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('spdx:MIT')
|
||||
url="https://github.com/podhmo/python-node-semver"
|
||||
msys2_references=(
|
||||
'pypi: node-semver'
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
source=("${_realname}-${pkgver}.tar.gz::https://github.com/podhmo/python-${_realname}/archive/${pkgver}.tar.gz")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='A client library for OAuth 2.0 (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/google/oauth2client"
|
||||
msys2_references=(
|
||||
'pypi: oauth2client'
|
||||
)
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-httplib2" "${MINGW_PACKAGE_PREFIX}-python-pyasn1" "${MINGW_PACKAGE_PREFIX}-python-pyasn1-modules" "${MINGW_PACKAGE_PREFIX}-python-rsa" "${MINGW_PACKAGE_PREFIX}-python-six")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,7 @@ pkgdesc="A python library to read/write Excel 2007 xlsx/xlsm file (mingw-w64)"
|
||||
url="https://openpyxl.readthedocs.io/"
|
||||
msys2_references=(
|
||||
"cpe: cpe:/a:python:openpyxl"
|
||||
"pypi: openpyxl"
|
||||
)
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
|
||||
@ -15,6 +15,9 @@ pkgdesc="OpenStack Sphinx Extensions and Theme (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/openstack/oslosphinx'
|
||||
msys2_references=(
|
||||
'pypi: oslosphinx'
|
||||
)
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-six"
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Oslo test framework (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/openstack/oslotest'
|
||||
msys2_references=(
|
||||
'pypi: oslotest'
|
||||
)
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-fixtures"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-subunit"
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('BSD')
|
||||
url='https://github.com/pallets/pallets-sphinx-themes'
|
||||
msys2_references=(
|
||||
'pypi: Pallets-Sphinx-Themes'
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-sphinx")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -7,11 +7,14 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgver=0.8.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Python parser that supports error recovery and round-trip parsing for different Python versions (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://www.parso.org/'
|
||||
url='https://github.com/davidhalter/parso'
|
||||
msys2_references=(
|
||||
'pypi: parso'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('spdx:MIT')
|
||||
url="https://github.com/conan-io/python-patch-ng"
|
||||
msys2_references=(
|
||||
'pypi: patch-ng'
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
source=("${_realname}-${pkgver}.tar.gz::https://github.com/conan-io/python-${_realname}/archive/${pkgver}.tar.gz")
|
||||
|
||||
@ -10,6 +10,9 @@ pkgver=0.7.5
|
||||
pkgrel=4
|
||||
pkgdesc="File system based database that uses python pickles (mingw-w64)"
|
||||
url="https://github.com/pickleshare/pickleshare"
|
||||
msys2_references=(
|
||||
'pypi: pickleshare'
|
||||
)
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('MIT')
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
license=('MIT')
|
||||
url='https://github.com/python-hyper/priority'
|
||||
msys2_references=(
|
||||
'pypi: priority'
|
||||
)
|
||||
depends=(${MINGW_PACKAGE_PREFIX}-python)
|
||||
makedepends=(${MINGW_PACKAGE_PREFIX}-python-setuptools)
|
||||
source=(https://github.com/python-hyper/${_realname}/archive/v${pkgver}.tar.gz)
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Easy to use progress bars for Python (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url="https://github.com/verigak/progress"
|
||||
msys2_references=(
|
||||
'pypi: progress'
|
||||
)
|
||||
license=('spdx:ISC')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='An immutable URL class for easy URL-building and manipulation (mingw-w6
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/codeinthehole/purl"
|
||||
msys2_references=(
|
||||
'pypi: purl'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-six")
|
||||
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-nose")
|
||||
|
||||
@ -4,16 +4,17 @@ _realname=py
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=1.11.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}")
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgdesc='library with cross-python path, ini-parsing, io, code, log facilities (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://pylib.readthedocs.io/'
|
||||
url='https://github.com/pytest-dev/py'
|
||||
msys2_references=(
|
||||
"cpe: cpe:/a:pytest:py"
|
||||
"pypi: py"
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc='Complete parser of the C language, written in pure Python (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/eliben/pycparser'
|
||||
msys2_references=(
|
||||
'pypi: pycparser'
|
||||
)
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-ply")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="Manipulate audio with an simple and easy high level interface (mingw-w6
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://pydub.com/"
|
||||
msys2_references=(
|
||||
'pypi: pydub'
|
||||
)
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-ffmpeg")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Python library for analyzing ELF files and DWARF debugging information
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/eliben/pyelftools"
|
||||
msys2_references=(
|
||||
'pypi: pyelftools'
|
||||
)
|
||||
license=('custom:Public Domain')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -13,6 +13,7 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
msys2_references=(
|
||||
'archlinux: python-fs'
|
||||
'pypi: fs'
|
||||
)
|
||||
url='https://github.com/PyFilesystem/pyfilesystem2'
|
||||
license=('MIT')
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Scientific Graphics and GUI Library for Python.'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://www.pyqtgraph.org/"
|
||||
msys2_references=(
|
||||
'pypi: pyqtgraph'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-numpy")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="Make scrolling games with animated maps in pygame (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||
url="https://github.com/bitcraft/pyscroll"
|
||||
msys2_references=(
|
||||
'pypi: pyscroll'
|
||||
)
|
||||
license=('spdx:GPL-3.0-or-later')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pygame")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Multiplatform Serial Port Module for Python (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/pyserial/pyserial/'
|
||||
msys2_references=(
|
||||
'pypi: pyserial'
|
||||
)
|
||||
license=('custom:PYTHON')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="A py.test fixture for benchmarking code (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/ionelmc/pytest-benchmark'
|
||||
msys2_references=(
|
||||
'pypi: pytest-benchmark'
|
||||
)
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-py-cpuinfo"
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='pytest plugin to check FLAKE8 requirements (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/tholo/pytest-flake8"
|
||||
msys2_references=(
|
||||
'pypi: pytest-flake8'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-flake8")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="Python library to read Tiled Map Editor's TMX maps (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/bitcraft/pytmx"
|
||||
msys2_references=(
|
||||
'pypi: pytmx'
|
||||
)
|
||||
license=('LGPL')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="pyu2f is a python based U2F host library for Linux, Windows, and MacOS.
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/google/pyu2f/'
|
||||
msys2_references=(
|
||||
'pypi: pyu2f'
|
||||
)
|
||||
license=('spdx:Apache-2.0')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-six")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="Python bindings for zeromq, written in Cython (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://www.zeromq.org/languages/python"
|
||||
msys2_references=(
|
||||
'pypi: pyzmq'
|
||||
)
|
||||
license=('spdx:LGPL-3.0-or-later' 'spdx:BSD-3-Clause')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-zeromq")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Provides a helper class to make assertions of regexes simpler (mingw-w6
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://github.com/asottile/re-assert"
|
||||
msys2_references=(
|
||||
'pypi: re-assert'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-regex")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="A kerberos of useful classes and functions to be used with python-reque
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/requests/requests-kerberos'
|
||||
msys2_references=(
|
||||
'pypi: requests-kerberos'
|
||||
)
|
||||
license=('spdx:ISC')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-cryptography"
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='"First-class OAuth library support for Requests (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://github.com/requests/requests-oauthlib"
|
||||
msys2_references=(
|
||||
'pypi: requests-oauthlib'
|
||||
)
|
||||
license=('spdx:ISC')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-oauthlib"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-requests")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Efficient sample rate conversion in python (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://github.com/bmcfee/resampy"
|
||||
msys2_references=(
|
||||
'pypi: resampy'
|
||||
)
|
||||
license=('spdx:ISC')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-numba"
|
||||
|
||||
@ -10,6 +10,9 @@ pkgver=1.10.0
|
||||
pkgrel=5
|
||||
pkgdesc="A better directory iterator and faster os.walk() (mingw-w64)"
|
||||
url="https://github.com/benhoyt/scandir"
|
||||
msys2_references=(
|
||||
'pypi: scandir'
|
||||
)
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('BSD')
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="A Python module to customize the process title (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/dvarrazzo/py-setproctitle'
|
||||
msys2_references=(
|
||||
'pypi: setproctitle'
|
||||
)
|
||||
license=('LICENSE')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='Python access to operations on paths using the Skia library (mingw-w64)
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||
url="https://github.com/fonttools/skia-pathops"
|
||||
msys2_references=(
|
||||
'pypi: skia-pathops'
|
||||
)
|
||||
license=('spdx:BSD-3-Clause')
|
||||
depends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python"
|
||||
|
||||
@ -4,11 +4,14 @@ _realname=smartypants
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=2.0.1
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Python with the SmartyPants (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://bitbucket.org/livibetter/smartypants.py'
|
||||
url='https://github.com/leohemsted/smartypants.py'
|
||||
msys2_references=(
|
||||
'pypi: smartypants'
|
||||
)
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
|
||||
@ -11,6 +11,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('MIT')
|
||||
url='https://github.com/python-trio/sniffio'
|
||||
msys2_references=(
|
||||
'pypi: sniffio'
|
||||
)
|
||||
depends=(
|
||||
${MINGW_PACKAGE_PREFIX}-python)
|
||||
makedepends=(
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('BSD')
|
||||
url='https://github.com/davidism/sphinxcontrib-log-cabinet'
|
||||
msys2_references=(
|
||||
'pypi: sphinxcontrib-log-cabinet'
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-sphinx")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -12,6 +12,9 @@ pkgdesc="The most basic Text::Unidecode port (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/kmike/text-unidecode"
|
||||
msys2_references=(
|
||||
'pypi: text-unidecode'
|
||||
)
|
||||
license=('PerlArtistic')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -10,6 +10,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
license=('BSD')
|
||||
url='https://github.com/spyder-ide/three-merge'
|
||||
msys2_references=(
|
||||
'pypi: three-merge'
|
||||
)
|
||||
depends=(
|
||||
${MINGW_PACKAGE_PREFIX}-python-diff-match-patch)
|
||||
makedepends=(
|
||||
|
||||
@ -14,6 +14,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
msys2_references=(
|
||||
'archlinux: python-typed-ast'
|
||||
"cpe: cpe:/a:python:typed_ast"
|
||||
'pypi: typed-ast'
|
||||
)
|
||||
url='https://github.com/python/typed_ast'
|
||||
license=('spdx:Apache-2.0')
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc='ASCII transliterations of Unicode text (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url='https://github.com/avian2/unidecode'
|
||||
msys2_references=(
|
||||
'pypi: unidecode'
|
||||
)
|
||||
license=('GPL')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@ -9,6 +9,9 @@ pkgdesc="Library for computing contrast ratios, as required by WCAG 2.0 (mingw-w
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/gsnedders/wcag-contrast-ratio'
|
||||
msys2_references=(
|
||||
'pypi: wcag-contrast-ratio'
|
||||
)
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
|
||||
@ -10,6 +10,9 @@ pkgver=2.7.4
|
||||
pkgrel=5
|
||||
pkgdesc="Fast, pure-Python full text indexing, search, and spell checking library (mingw-w64)"
|
||||
url='https://github.com/mchaput/whoosh'
|
||||
msys2_references=(
|
||||
'pypi: whoosh'
|
||||
)
|
||||
license=('BSD')
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
|
||||
@ -18,6 +18,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
url='https://freedesktop.org/Software/pyxdg'
|
||||
msys2_references=(
|
||||
"cpe: cpe:/a:python:pyxdg"
|
||||
"pypi: pyxdg"
|
||||
)
|
||||
license=('LGPL')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
|
||||
@ -13,6 +13,9 @@ arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
license=('custom')
|
||||
url="https://github.com/python-excel/xlrd"
|
||||
msys2_references=(
|
||||
'pypi: xlrd'
|
||||
)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
source=(${_realname}-${pkgver}.tar.gz::https://github.com/python-excel/xlrd/archive/${pkgver}.tar.gz)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user