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

Eli Schwartz eschwartz at archlinux.org
Tue Dec 31 14:13:14 UTC 2019


    Date: Tuesday, December 31, 2019 @ 14:13:13
  Author: eschwartz
Revision: 545639

upgpkg: python-dephell-pythons 0.1.14-1: upstream release

Modified:
  python-dephell-pythons/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-31 13:37:05 UTC (rev 545638)
+++ PKGBUILD	2019-12-31 14:13:13 UTC (rev 545639)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell_pythons
 pkgname=python-dephell-pythons
-pkgver=0.1.12
-pkgrel=3
+pkgver=0.1.14
+pkgrel=1
 pkgdesc="Work with python versions"
 arch=('any')
 url="https://github.com/dephell/${_pkgname}"
@@ -12,16 +12,9 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('6831c41204d6487dc2a1042ea2dc4ae57dbf36cf58d24b247eb2bf31b310d8a5')
-b2sums=('4bf5f8fa9cf0201be9e09ae56fa196c2920959733f976e9cad5e02cb8f3b2638509caa9efdfea285424ee6e45243ff6c5dbdf85cea7d0f8d2eb94980feb33853')
+sha256sums=('a2da1ba905084f0935392be6e1fee019b98f45439429e45278a181174cff93a9')
+b2sums=('e705f239cea702690607409e45ab766c4766ea13c3c3b2854b3ccddb33a40f9cacf70a744dc8a2339f86070045eba12f9b4e3292eb39d4ad893550d841262151')
 
-prepare() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    # pycache slipped into release tarballs
-    find . -name \*.pyc -delete
-}
-
 build(){
     cd "${srcdir}"/${_pkgname}-${pkgver}
 



More information about the arch-commits mailing list