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')
|
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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue