Date: Friday, March 20, 2020 @ 19:16:51
  Author: eschwartz
Revision: 602035

simplify handling of internal dephell dependencies

Same basic idea as _deps, one level deeper, provides more concise overview.

Modified:
  python-dephell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-03-20 18:54:16 UTC (rev 602034)
+++ PKGBUILD    2020-03-20 19:16:51 UTC (rev 602035)
@@ -8,9 +8,9 @@
 arch=('any')
 url="https://github.com/dephell/${_pkgname}";
 license=('ISC')
-_deps=('aiohttp' 'appdirs' 'attrs' 'bowler' 'cerberus' 'dephell-archive' 
'dephell-argparse' 'dephell-discover'
-       'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons' 
'dephell-setuptools'
-       'dephell-shells' 'dephell-specifier' 'dephell-venvs' 
'dephell-versioning'
+_d_deps=('archive' 'argparse' 'discover' 'licenses' 'links' 'markers'
+         'pythons' 'setuptools' 'shells' 'specifier' 'venvs' 'versioning')
+_deps=('aiohttp' 'appdirs' 'attrs' 'bowler' 'cerberus' 
"${_d_deps[@]/#/dephell-}"
        'docker' 'dockerpty' 'flatdict' 'html5lib' 'jinja' 'packaging'
        'pip' 'pygments' 'requests' 'ruamel-yaml' 'setuptools' 'tabulate' 
'tomlkit' 'yaspin')
 depends=("${_deps[@]/#/python-}" 'm2r')

Reply via email to