2023-12-07 11:48:37 +01:00
|
|
|
# Description: Compatibility shim to ease adoption of importlib_metadata 3.6
|
|
|
|
# URL: https://github.com/jaraco/backports.entry_points_selectable
|
2021-07-14 23:20:06 +02:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2021-10-14 14:36:04 +02:00
|
|
|
# Depends on: python3-setuptools-scm
|
2021-07-14 23:20:06 +02:00
|
|
|
|
|
|
|
name=python3-backports_entry-points-selectable
|
2023-12-07 11:48:37 +01:00
|
|
|
version=1.3.0
|
2021-07-14 23:20:06 +02:00
|
|
|
release=1
|
|
|
|
source=(https://pypi.python.org/packages/source/b/backports.entry_points_selectable/backports.entry_points_selectable-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd backports.entry_points_selectable-$version
|
2022-12-20 14:45:44 +00:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2021-07-14 23:20:06 +02:00
|
|
|
}
|