Merge pull request #8100 from naveen521kk/update

python packages update
This commit is contained in:
Christoph Reiter
2021-03-09 19:07:27 +01:00
committed by GitHub
4 changed files with 10 additions and 12 deletions

View File

@@ -3,24 +3,22 @@
_realname=build
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.2.1
pkgver=0.3.1
pkgrel=1
pkgdesc="A simple, correct PEP517 package builder (mingw-w64)"
arch=('any')
url='https://github.com/pypa/build'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python-toml"
depends=("${MINGW_PACKAGE_PREFIX}-python-packaging"
"${MINGW_PACKAGE_PREFIX}-python-pep517"
"${MINGW_PACKAGE_PREFIX}-python-packaging"
#standard python venv doesn't work good with this. So virtualenv is required.
"${MINGW_PACKAGE_PREFIX}-python-virtualenv")
"${MINGW_PACKAGE_PREFIX}-python-toml")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-mock"
"${MINGW_PACKAGE_PREFIX}-python-filelock"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("${_realname}-$pkgver.tar.gz"::"https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"0001-pass-ignore_errors-to-shutil.patch")
sha512sums=('986e1a62c7a2b40f9d1e2338955f8a8754bf85e8c0650ce340c6beddbd91bcb13835daed24ca17e94ab62bb5675527cce75ad22eba5909a325b310e2eeee1c15'
sha512sums=('8fa759302272dc9375169852350c079aa8e8d49939b47f06517eef0dfda91d745eb874ada51939735c43c91a7933193f4becc78101eeb170690ef42c7eec492e'
'80fb412e0e33e25de1e4b470321316b193a457ce6f89244999ab4ae70ea5cc49f64f34c8666456548af720017f13c61123009a8c8628b5e0627fa7023eea73fb')

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.5.0
pkgver=6.5.2
pkgrel=1
pkgdesc="Faker generates fake data for you (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-ukpostcodeparser"
install=${_realname}3-${CARCH}.install
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/joke2k/faker/archive/v${pkgver}.tar.gz")
sha512sums=('c81b68a212c97efc729a2cc36d6d119ead4881350d90344924d33600d7b0b8d2b6ea05e1e0dd25a39afdcf50f21bf8e9fa28eea8468be22072f3e616edeeb55c')
sha512sums=('3b6f10434c40de32d9fb2b826c31e01b7e8a1fe203f89bd85f100614c176b37130707109483f956029940f015ff758890e6cdae72fdf78def259ae9114e2852b')
prepare() {
cd "${srcdir}"

View File

@@ -3,7 +3,7 @@
_realname=importlib-metadata
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.7.0
pkgver=3.7.2
pkgrel=1
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
@@ -20,7 +20,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pip"
"${MINGW_PACKAGE_PREFIX}-python-pytest-runner"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("${_realname}-${pkgver}.tar.gz"::"https://files.pythonhosted.org/packages/source/${_realname::1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz")
sha256sums=('24499ffde1b80be08284100393955842be4a59c7c16bbf2738aad0e464a8e0aa')
sha256sums=('18d5ff601069f98d5d605b6a4b50c18a34811d655c55548adc833e687289acde')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=20.8
pkgver=20.9
pkgrel=1
pkgdesc="Core utilities for Python packages (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner"
"${MINGW_PACKAGE_PREFIX}-python-pretend"
"${MINGW_PACKAGE_PREFIX}-python-coverage")
source=(https://pypi.io/packages/source/p/packaging/${_realname}-${pkgver}.tar.gz)
sha256sums=('78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093')
sha256sums=('5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5')
prepare() {
cd "${srcdir}"