[notify] python3-dephell: new dependencies: python3-bowler

This commit is contained in:
Tim Biermann 2022-02-12 16:20:17 +01:00
parent c7c1fb6375
commit 89b6f30c02
3 changed files with 23 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yKQF7d4ub/HnO0P8k3d9D6jIa6oQqFDgrmbtFNoFwfZgBypAM/JCcIbApyiY0pFofmOmfE7+PX5j7hzGFz5OQQ=
SHA256 (Pkgfile) = a1731aca75554b219b2a7194aefa74c6e380a4d48dc5b99c04fc280a0f1f77d3
RWSagIOpLGJF30nFT4Y3wgF/7EINJsCHWgBWRIpsA8HQGzqvj0hW/6O4HTB0PsAUvXsm3x3YTTwI7TGHjlvoLbrbRLtCFbs4wgc=
SHA256 (Pkgfile) = bfd1abed9339a42a6e074955855e50128ea2fafaf911c829611f861ecaf51cb2
SHA256 (.footprint) = 99cafd49385ce0a6f88d595fcdc023011adcbeecefa2531f6fdba165a13bd053
SHA256 (dephell-0.8.3.tar.gz) = a9fcc528a0c6f9f5d721292bdf846e5338e4dca7cd6fef1551fbe71564dfe61e
SHA256 (0001-Do-not-override-the-system-SSL-certificates-with-the.patch) = acbe38854daef23a6cb752bfa98323ae5c7f85cca8562cb070d59e11e05991b0

View File

@ -1,7 +1,7 @@
# Description: Python project management
# URL: https://github.com/dephell/dephell
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-aiohttp python3-appdirs python3-cerberus python3-colorama python3-dephell-archive python3-dephell-argparse python3-dephell-changelogs python3-dephell-discover python3-dephell-licenses python3-dephell-links python3-dephell-markers python3-dephell-setuptools python3-dephell-shells python3-dephell-venvs python3-dephell-versioning python3-html5lib python3-jinja2 python3-m2r python3-pip python3-pygments python3-ruamel-yaml python3-tabulate python3-tomlkit python3-yaspin
# Depends on: python3-aiohttp python3-bowler python3-cerberus python3-colorama python3-dephell-archive python3-dephell-argparse python3-dephell-changelogs python3-dephell-discover python3-dephell-licenses python3-dephell-links python3-dephell-markers python3-dephell-setuptools python3-dephell-shells python3-dephell-venvs python3-dephell-versioning python3-html5lib python3-jinja2 python3-m2r python3-pygments python3-ruamel-yaml python3-tabulate python3-tomlkit python3-yaspin
name=python3-dephell
version=0.8.3

View File

@ -0,0 +1,20 @@
# Description: Python project management
# URL: https://github.com/dephell/dephell
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-aiohttp python3-appdirs python3-attrs python3-bowler python3-cerberus python3-colorama python3-dephell-archive python3-dephell-argparse python3-dephell-changelogs python3-dephell-discover python3-dephell-licenses python3-dephell-links python3-dephell-markers python3-dephell-pythons python3-dephell-setuptools python3-dephell-shells python3-dephell-specifier python3-dephell-venvs python3-dephell-versioning python3-html5lib python3-jinja2 python3-packaging python3-pip python3-pygments python3-requests python3-ruamel-yaml python3-tabulate python3-tomlkit python3-yaspin python3-m2r
name=python3-dephell
version=0.8.3
release=2
source=(https://files.pythonhosted.org/packages/source/d/dephell/dephell-$version.tar.gz
0001-Do-not-override-the-system-SSL-certificates-with-the.patch)
build() {
cd dephell-$version
patch -p1 -i $SRC/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
sed -i 's/pip<=19.3.1,>=18.0/pip/' setup.py
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}