diff options
author | Tim Biermann <tbier@posteo.de> | 2022-02-12 16:20:17 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-02-12 16:46:47 +0100 |
commit | 89b6f30c02adcf1dd0182403dcced6ae1a636ff0 (patch) | |
tree | 76c6a389e5e0d7f229a352d812519450771dfc64 /python3-dephell | |
parent | c7c1fb6375ca03fe9b034a7aacf0694bc2b17ead (diff) | |
download | contrib-89b6f30c02adcf1dd0182403dcced6ae1a636ff0.tar.gz contrib-89b6f30c02adcf1dd0182403dcced6ae1a636ff0.tar.xz |
[notify] python3-dephell: new dependencies: python3-bowler
Diffstat (limited to 'python3-dephell')
-rw-r--r-- | python3-dephell/.signature | 4 | ||||
-rw-r--r-- | python3-dephell/Pkgfile | 2 | ||||
-rw-r--r-- | python3-dephell/Pkgfile.orig | 20 |
3 files changed, 23 insertions, 3 deletions
diff --git a/python3-dephell/.signature b/python3-dephell/.signature index 7b2a713bd..6875d8be7 100644 --- a/python3-dephell/.signature +++ b/python3-dephell/.signature @@ -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 diff --git a/python3-dephell/Pkgfile b/python3-dephell/Pkgfile index 028021c6e..c3cea841f 100644 --- a/python3-dephell/Pkgfile +++ b/python3-dephell/Pkgfile @@ -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 diff --git a/python3-dephell/Pkgfile.orig b/python3-dephell/Pkgfile.orig new file mode 100644 index 000000000..2b4f78a9f --- /dev/null +++ b/python3-dephell/Pkgfile.orig @@ -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 +} |