[arch-commits] Commit in python-dephell/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Dec 15 08:08:39 UTC 2019


    Date: Sunday, December 15, 2019 @ 08:08:38
  Author: eschwartz
Revision: 537719

upgpkg: python-dephell 0.7.9-1: upstream release

Modified:
  python-dephell/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 07:15:42 UTC (rev 537718)
+++ PKGBUILD	2019-12-15 08:08:38 UTC (rev 537719)
@@ -2,14 +2,14 @@
 
 _pkgname=dephell
 pkgname=python-dephell
-pkgver=0.7.8
-pkgrel=2
+pkgver=0.7.9
+pkgrel=1
 pkgdesc="universal Python project management: convert between formats, build, manage venvs"
 arch=('any')
 url="https://github.com/dephell/${_pkgname}"
 license=('ISC')
 _deps=('aiohttp' 'appdirs' 'attrs' 'bowler' 'cerberus' 'dephell-archive' 'dephell-discover'
-       'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons'
+       'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons' 'dephell-setuptools'
        'dephell-shells' 'dephell-specifier' 'dephell-venvs' 'dephell-versioning'
        'docker' 'dockerpty' 'flatdict' 'html5lib' 'jinja' 'packaging'
        'pip' 'pygments' 'requests' 'ruamel-yaml' 'setuptools' 'tabulate' 'tomlkit' 'yaspin')
@@ -16,13 +16,10 @@
 depends=("${_deps[@]/#/python-}" 'm2r')
 checkdepends=('git' 'python-pytest' 'python-aioresponses' 'python-requests-mock')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
-        "https://github.com/dephell/dephell/commit/d9b3c96472ef95df9cbc1959e1a9dd87a0a9a9bc.patch"
         "0001-Do-not-override-the-system-SSL-certificates-with-the.patch")
-sha256sums=('2d85e8788594994ed8403a70b049467682be61a6c2017c5f5c35c98efb836ebb'
-            '05d5146bf3fe26790b429ec539f7131bf07e3e36b5545597a5b9cae5db6715d3'
+sha256sums=('94c05cc9f5f16a63d796d57bcd608f73c44c3e62da7ee8dd719310c48cb82096'
             '4dc2412354c0d96956f88b2e5474652e4a87108588905510d96674ddf939b4c1')
-b2sums=('427b35f58553bfe895d2cbc03fd9e4fa22b9e33ecc527b150f757eb0fa21cb8f37c792a2cf1e429a4fa49eb5b41c8edf58180e0741d8e6d6aa82a97f4c20ff56'
-        '56971049c6a1c0231334845bbc3cd0949f00fd7c0c8ccd86922d4abce686af2186f1e1e24246359f5f8e394084229b5ddd8900e9001fde4eb2a73b7f0f7c5536'
+b2sums=('6717ad383313cf8108c51a359f0ff0a8dc422efea27776f0303d89e67c8977bd062aec70395e6e3aa2be3178b0a2dad58df42749deeb6b91f8a01be959663b30'
         'f379265aecef50dd45026f777f68725348083c8fb8aa57e14733883067d52aa1ea39e1affc2f4b84e7574e64695bb84a1c13ca5a0f691e089ae5a9438eedab07')
 
 prepare() {
@@ -30,8 +27,6 @@
 
     # bad certifi
     patch -p1 -i ../0001-Do-not-override-the-system-SSL-certificates-with-the.patch
-    # backport fix for https://github.com/dephell/dephell/issues/257
-    patch -p1 -i ../d9b3c96472ef95df9cbc1959e1a9dd87a0a9a9bc.patch
 
     # pycache slipped into release tarballs
     find . -name \*.pyc -delete



More information about the arch-commits mailing list