19 lines
531 B
Plaintext
19 lines
531 B
Plaintext
# Description: Work with python versions
|
|
# URL: https://github.com/dephell/dephell_pythons
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: python3-attrs python3-dephell-specifier
|
|
|
|
name=python3-dephell-pythons
|
|
version=0.1.15
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/d/dephell_pythons/dephell_pythons-$version.tar.gz)
|
|
|
|
build() {
|
|
cd dephell_pythons-$version
|
|
/usr/bin/python3 setup.py build
|
|
/usr/bin/python3 setup.py install --prefix=/usr \
|
|
--root=$PKG \
|
|
-O1 \
|
|
--skip-build
|
|
}
|