-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Description
问题类型 / Type of issues
- 其它 / other
受影响的软件包 / Affected packages
- feeluown-git
目前 feeluown-git 软件包仍在使用基于 setuptools 的旧版打包方式:
repo/archlinuxcn/feeluown-git/PKGBUILD
Lines 37 to 44 in bcce736
| build() { | |
| cd "$srcdir/$_pkgname" | |
| LANG=en_US.UTF-8 python setup.py build | |
| } | |
| package() { | |
| cd "$srcdir/$_pkgname" | |
| LANG=en_US.UTF-8 python setup.py install --root="$pkgdir/" --optimize=1 --skip-build |
该方式已经被弃用,见 feeluown/FeelUOwn#974。
尽管目前仍向后支持这种打包方式,但应当尽快迁移到 基于 PEP 517 的现代打包系统,构建时依赖 python-build、python-installer 等。
Metadata
Metadata
Assignees
Labels
No labels