mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-mslex: fix lilac
This commit is contained in:
parent
35386ee63e
commit
fcfcebe763
2 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue