commit 55b75fa83997b7a158d719d7dca8860ef6f2f855 Author: Danny Rawlins <contact@romster.me> Date: Tue Jun 15 19:08:08 2021 +1000 [notify] python3-dephell: add missing dependency python3-yaspin diff --git a/python3-dephell/.signature b/python3-dephell/.signature index e8babc1e6..ee4dc96ab 100644 --- a/python3-dephell/.signature +++ b/python3-dephell/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3y9jqWkM9k01zsp7fsfQPJOidfE8pMr7bA7G4qpKUM6OYVa938AD0j9VtFryGIt2O5lcHMWBerKx7fUjhRQV0gQ= -SHA256 (Pkgfile) = 21a05421a372be1160e6d27ac48b5efba3dfdaef794d1e1706f032bb02ede1d3 +RWSagIOpLGJF33K/5+IZk0psjo7oCd3xn6cPJJed1HmsvHNA3SQw2pzjtatmzgkhZ/7GTT6th5tDMiovOl20i+SzcFsxED1k5ws= +SHA256 (Pkgfile) = a56cf5087a0bcf51b2b6dcf012e8b375642699ed763715eed0a87d9675db3121 SHA256 (.footprint) = 99cafd49385ce0a6f88d595fcdc023011adcbeecefa2531f6fdba165a13bd053 SHA256 (dephell-0.8.3.tar.gz) = a9fcc528a0c6f9f5d721292bdf846e5338e4dca7cd6fef1551fbe71564dfe61e +SHA256 (0001-Do-not-override-the-system-SSL-certificates-with-the.patch) = acbe38854daef23a6cb752bfa98323ae5c7f85cca8562cb070d59e11e05991b0 diff --git a/python3-dephell/Pkgfile b/python3-dephell/Pkgfile index 9d14e670c..27493a67b 100644 --- a/python3-dephell/Pkgfile +++ b/python3-dephell/Pkgfile @@ -1,15 +1,18 @@ -# Description: +# Description: Python project management # URL: https://github.com/dephell/dephell -# Maintainer: -# Depends on: python3-aiohttp python3-appdirs 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-jinja python3-m2r python3-pip python3-pygments python3-ruamel-yaml python3-tabulate python3-tomlkit +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-aiohttp python3-appdirs 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-jinja python3-m2r python3-pip python3-pygments python3-ruamel-yaml python3-tabulate python3-tomlkit python3-yaspin name=python3-dephell version=0.8.3 -release=1 -source=(https://files.pythonhosted.org/packages/source/d/dephell/dephell-$version.ta...) +release=2 +source=(https://files.pythonhosted.org/packages/source/d/dephell/dephell-$version.ta... + 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 \