2022-02-18 17:40:09 -05:00
|
|
|
# Description: python data analysis library, optimized for humans instead of machines
|
|
|
|
# URL: https://github.com/wireservice/agate/
|
|
|
|
# Maintainer: John McQuah, jmcquah at disroot dot org
|
2022-04-26 07:51:12 -04:00
|
|
|
# Depends on: python3-isodate python3-leather python3-parsedatetime python3-pyicu python3-pytimeparse python3-slugify
|
2022-02-18 17:40:09 -05:00
|
|
|
|
|
|
|
name=python3-agate
|
2024-05-11 13:38:13 -04:00
|
|
|
version=1.10.2
|
2022-02-18 17:40:09 -05:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz)
|
|
|
|
renames=($name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2023-10-21 19:43:56 -04:00
|
|
|
cd agate-$version
|
|
|
|
/usr/bin/pip3 install --isolate --root=$PKG --no-deps --ignore-installed .
|
2022-02-18 17:40:09 -05:00
|
|
|
|
2024-05-11 13:38:13 -04:00
|
|
|
rm $PKG/usr/lib/python3*/site-packages/agate*.dist-info/{INSTALLER,COPYING,REQUESTED,AUTHORS.rst}
|
2022-02-18 17:40:09 -05:00
|
|
|
}
|