Add license and fix dependencies
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
name: python-setuptools
|
name: python-setuptools
|
||||||
description: Easily download, build, install, upgrade, and uninstall Python packages
|
description: Easily download, build, install, upgrade, and uninstall Python packages
|
||||||
version: 69.1.0
|
version: 69.1.0
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://pypi.org/project/setuptools/
|
url: https://pypi.org/project/setuptools/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["python3"]
|
depends: ["python3","python-wheel"]
|
||||||
make_depends: ["python3","python-wheel"]
|
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -22,4 +22,6 @@ build() {
|
|||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
pip3 install --root="$BPM_OUTPUT" --ignore-installed --no-index --find-links dist setuptools
|
pip3 install --root="$BPM_OUTPUT" --ignore-installed --no-index --find-links dist setuptools
|
||||||
|
|
||||||
|
install -Dm644 LICENSE "$BPM_OUTPUT"/usr/share/licenses/python-setuptools/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user