diff options
author | Tim Biermann <tbier@posteo.de> | 2022-05-27 14:02:43 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-05-27 14:04:27 +0200 |
commit | 950bd72faf2d1fe623d2e80b4a03f3b340e6a44e (patch) | |
tree | 056f82b23ee1720644a264a0358363fea3c31d14 /python3-dephell | |
parent | 7bc40d5f5c25b902d75d3a192a1247e3be9ebbe8 (diff) | |
download | contrib-950bd72faf2d1fe623d2e80b4a03f3b340e6a44e.tar.gz contrib-950bd72faf2d1fe623d2e80b4a03f3b340e6a44e.tar.xz |
python3-dephell: cleaning up
Diffstat (limited to 'python3-dephell')
-rw-r--r-- | python3-dephell/Pkgfile.orig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/python3-dephell/Pkgfile.orig b/python3-dephell/Pkgfile.orig deleted file mode 100644 index 2b4f78a9f..000000000 --- a/python3-dephell/Pkgfile.orig +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} |