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')
depends=('python')
makedepends=('python-pip'
'python-wheel'
'python-watchdog'
'flake8'
'python-flake8-black'
'python-tox'
'python-coverage'
'python-sphinx'
'twine'
'python-black'
'python-pytest'
'python-types-setuptools'
'python-build'
'python-pip'
'python-setuptools'
'python-installer'
'python-trio'
'python-tqdm'
'git')
'python-wheel'
'python-watchdog'
'flake8'
'python-flake8-black'
'python-tox'
'python-coverage'
'python-sphinx'
'twine'
'python-black'
'python-pytest'
'python-types-setuptools'
'python-build'
'python-pip'
'python-setuptools'
'python-installer'
'python-trio'
'python-tqdm'
'git'
)
_tag=v${pkgver}
source=("${_pkg}::git+https://github.com/smoofra/mslex.git#tag=${_tag}")
sha256sums=('e60752c7f2229bf551890ee017feb3949a6a32e93cc114e045c55330fe849c44')
build() {
#cd "$_name-$pkgver"
cd ${_pkg}
python -m build --wheel --no-isolation
}

View file

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