2021-06-14 19:51:48 +00:00
|
|
|
# Description: Work with version specifiers
|
|
|
|
# URL: https://github.com/dephell/dephell_specifier
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-08-20 22:44:15 +02:00
|
|
|
# Depends on: python3-build python3-flit-core python3-installer python3-wheel
|
2021-06-14 19:51:48 +00:00
|
|
|
|
|
|
|
name=python3-dephell-specifier
|
2022-12-17 15:31:56 +00:00
|
|
|
version=0.3.0
|
2021-06-14 19:51:48 +00:00
|
|
|
release=1
|
2022-12-17 15:31:56 +00:00
|
|
|
source=(https://pypi.org/packages/source/d/dephell-specifier/dephell-specifier-$version.tar.gz)
|
2021-06-14 19:51:48 +00:00
|
|
|
|
|
|
|
build() {
|
2022-12-17 15:31:56 +00:00
|
|
|
cd dephell-specifier-$version
|
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2021-06-14 19:51:48 +00:00
|
|
|
}
|