python-mslex: fix lilac

This commit is contained in:
kbipinkumar 2024-12-28 19:53:31 +05:30
parent 35386ee63e
commit fcfcebe763
No known key found for this signature in database
GPG key ID: C67233497C15E476
2 changed files with 20 additions and 20 deletions

View file

@ -10,31 +10,31 @@ url="https://github.com/smoofra/mslex"
license=('Apache-2.0') license=('Apache-2.0')
depends=('python') depends=('python')
makedepends=('python-pip' makedepends=('python-pip'
'python-wheel' 'python-wheel'
'python-watchdog' 'python-watchdog'
'flake8' 'flake8'
'python-flake8-black' 'python-flake8-black'
'python-tox' 'python-tox'
'python-coverage' 'python-coverage'
'python-sphinx' 'python-sphinx'
'twine' 'twine'
'python-black' 'python-black'
'python-pytest' 'python-pytest'
'python-types-setuptools' 'python-types-setuptools'
'python-build' 'python-build'
'python-pip' 'python-pip'
'python-setuptools' 'python-setuptools'
'python-installer' 'python-installer'
'python-trio' 'python-trio'
'python-tqdm' 'python-tqdm'
'git') 'git'
)
_tag=v${pkgver} _tag=v${pkgver}
source=("${_pkg}::git+https://github.com/smoofra/mslex.git#tag=${_tag}") source=("${_pkg}::git+https://github.com/smoofra/mslex.git#tag=${_tag}")
sha256sums=('e60752c7f2229bf551890ee017feb3949a6a32e93cc114e045c55330fe849c44') sha256sums=('e60752c7f2229bf551890ee017feb3949a6a32e93cc114e045c55330fe849c44')
build() { build() {
#cd "$_name-$pkgver"
cd ${_pkg} cd ${_pkg}
python -m build --wheel --no-isolation python -m build --wheel --no-isolation
} }

View file

@ -7,7 +7,7 @@ pre_build_script: |
post_build_script: | post_build_script: |
git_pkgbuild_commit() git_pkgbuild_commit()
update_aur_repo() update_aur_repo()
repo_depends: repo_makedepends:
- python-types-setuptools - python-types-setuptools
update_on: update_on:
- source: github - source: github