[new package] python-customtkinter 5.2.2
This commit is contained in:
parent
bd45520d53
commit
29c7cc4220
41
mingw-w64-python-customtkinter/PKGBUILD
Normal file
41
mingw-w64-python-customtkinter/PKGBUILD
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Maintainer: Konstantin Podsvirov <konstantin@podsvirov.su>
|
||||||
|
|
||||||
|
_realname=customtkinter
|
||||||
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
|
pkgver=5.2.2
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='A modern and customizable python UI-library based on Tkinter (mingw-w64)'
|
||||||
|
arch=('any')
|
||||||
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
|
url='https://customtkinter.tomschimansky.com/'
|
||||||
|
msys2_repository_url='https://github.com/TomSchimansky/CustomTkinter'
|
||||||
|
license=('spdx:MIT')
|
||||||
|
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-darkdetect"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-packaging"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-pillow"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-typing_extensions"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-tk")
|
||||||
|
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||||
|
options=('!strip')
|
||||||
|
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||||
|
sha256sums=('fd8db3bafa961c982ee6030dba80b4c2e25858630756b513986db19113d8d207')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||||
|
|
||||||
|
python -m build --wheel --skip-dependency-check --no-isolation
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "python-build-${MSYSTEM}"
|
||||||
|
|
||||||
|
MSYS2_ARG_CONV_EXCL="--prefix=" \
|
||||||
|
python -m installer --prefix=${MINGW_PREFIX} \
|
||||||
|
--destdir="${pkgdir}" dist/*.whl
|
||||||
|
|
||||||
|
install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user