Merge pull request #8073 from naveen521kk/update
Update Python packages
This commit is contained in:
@@ -7,20 +7,19 @@ 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=2.0.0
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A simple Python library for easily displaying tabular data (mingw-w64)"
|
||||
arch=('any')
|
||||
url="https://pypi.python.org/pypi/PrettyTable"
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-wcwidth")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-wcwidth")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
|
||||
options=('staticlibs' 'strip' '!debug')
|
||||
_dtoken=dc2e9370bf3be766302dbd6cd9729e258e875d31a7a21c9f760aaa5b5b5e
|
||||
source=("${_realname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/P/PrettyTable/${_realname}-${pkgver}.tar.gz"
|
||||
"0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch")
|
||||
sha256sums=('e37acd91976fe6119172771520e58d1742c8479703489321dc1d9c85e7259922'
|
||||
sha256sums=('5882ed9092b391bb8f6e91f59bcdbd748924ff556bb7c634089d5519be87baa0'
|
||||
'81d3d904b6a692121bc5f96bc3e3b47e000660c146a093d46529cbde43395c9e')
|
||||
|
||||
prepare() {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
_realname=tqdm
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=4.58.0
|
||||
pkgver=4.59.0
|
||||
pkgrel=1
|
||||
pkgdesc='Fast, Extensible Progress Meter (mingw-w64)'
|
||||
arch=('any')
|
||||
@@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pandas" "${MINGW_PACKAGE_PREFIX}-python-numpy")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
|
||||
source=("${_realname}-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('76fac1e1c838e5b040e2db70483189ec16de98a91cbaa816d59a0aa12392851d')
|
||||
sha256sums=('a4239d147bb6d2f6480e33619ba4f04136934d9df006b5401bea8deb49ab4e87')
|
||||
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
_realname=youtube-dl
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=2021.02.22
|
||||
pkgver=2021.03.03
|
||||
pkgrel=1
|
||||
pkgdesc="A command-line program to download videos from YouTube.com and a few more sites (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -16,7 +16,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-ffmpeg: for video post-processing")
|
||||
#'atomicparsley: for embedding thumbnails into m4a files'
|
||||
#'python-pycryptodome: for hlsnative downloader'
|
||||
source=("https://github.com/ytdl-org/${_realname}/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz"{,.sig})
|
||||
sha256sums=('fd605dd76b6e46179bd2eed6905537bebffdc72732b578db21d3074bb19b44a6'
|
||||
sha256sums=('eee0cc1d9644f1c166f4bd41b2fe9ba001f41f34ac828246a00bc4d82adae287'
|
||||
'SKIP')
|
||||
validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. <dstftw@gmail.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user