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