summaryrefslogtreecommitdiff
path: root/python3-dephell
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-05-28 14:52:31 +0200
committerTim Biermann <tbier@posteo.de>2022-05-28 14:52:31 +0200
commit8e774a8bcd96c4f0c0e096c3bcefb0a80c365665 (patch)
tree9189dc1e0a351dc3643663162f2c3b217938d439 /python3-dephell
parent1e49a2c804b127e2131f35bca4afa4f366658607 (diff)
parent0c3059726f08457418f91d68efe368fe87b7138e (diff)
downloadcontrib-8e774a8bcd96c4f0c0e096c3bcefb0a80c365665.tar.gz
contrib-8e774a8bcd96c4f0c0e096c3bcefb0a80c365665.tar.xz
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'python3-dephell')
-rw-r--r--python3-dephell/Pkgfile.orig20
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
-}

Generated by cgit