diff options
author | Tim Biermann <tbier@posteo.de> | 2022-02-13 00:32:36 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-02-13 00:32:36 +0100 |
commit | 9261aa9fda8fdd81103dd04a53c3172922382cab (patch) | |
tree | d89f222a06fac1109db16dede489e472d4daa35c /python3-dephell | |
parent | ad5031d0ed58738b3e26a14f242f0c3896d488c5 (diff) | |
parent | 727a186afd93df7032ef66538e8a0be9edaf1343 (diff) | |
download | contrib-9261aa9fda8fdd81103dd04a53c3172922382cab.tar.gz contrib-9261aa9fda8fdd81103dd04a53c3172922382cab.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
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 c293070f5..a0043c8a9 100644 --- a/python3-dephell/.signature +++ b/python3-dephell/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3968w40xduu7MlulYNPiCkQCpz7jpgiTAKkQaXrCxr1OmQACYZ+V9Rbp8StUQWJswD0RxXjPGHAVyIyl/t/z7wc= -SHA256 (Pkgfile) = a1731aca75554b219b2a7194aefa74c6e380a4d48dc5b99c04fc280a0f1f77d3 +RWSagIOpLGJF3/wjYTNsWGjCZVxFmdgnHuAjk2f/BXigsf2NnxPguKXwBlZlE6G+/OKIkwRB4+H+L8dMzEd92y1DzxQqagH3Ywg= +SHA256 (Pkgfile) = bfd1abed9339a42a6e074955855e50128ea2fafaf911c829611f861ecaf51cb2 SHA256 (.footprint) = 710d14232af3091a93042bb2ea66158afd50f445596e8bd2881c5196c55d0b42 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 +} |