Skip to content

Commit

Permalink
python-traitlets: update to 5.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Jun 15, 2024
1 parent 2fd2f6c commit c94095b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mingw-w64-python-traitlets/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ 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=5.14.1
pkgver=5.14.3
pkgrel=1
pkgdesc="A lightweight Traits like module (mingw-w64)"
url="https://github.com/ipython/traitlets"
url='https://traitlets.readthedocs.io/'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_repository_url='https://github.com/ipython/traitlets'
msys2_references=(
'archlinux: python-traitlets'
'pypi: traitlets'
Expand All @@ -23,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('8585105b371a04b8316a43d5ce29c098575c2e477850b62b848b964f1444527e')
sha256sums=('9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit c94095b

Please sign in to comment.