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

Eli Schwartz eschwartz at archlinux.org
Tue Jun 2 17:14:27 UTC 2020


    Date: Tuesday, June 2, 2020 @ 17:14:26
  Author: eschwartz
Revision: 638107

upgpkg: python-dephell-specifier 0.2.2-1: upstream release

Modified:
  python-dephell-specifier/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 16:38:22 UTC (rev 638106)
+++ PKGBUILD	2020-06-02 17:14:26 UTC (rev 638107)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell_specifier
 pkgname=python-dephell-specifier
-pkgver=0.2.1
-pkgrel=3
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="Work with version specifiers"
 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=('c2ec7e62a2406960e19eb6db0f11918d82af64995ee1f26fe00d013791ae9758')
-b2sums=('8ede7f342e841f430c6ba58f8c43cae3b6c5e2607fcb71d8cdca1237009ed5022f83de419e59bfc1c94eaec6e8a7be59bd753fcda185bec70cc4f282303002c0')
+sha256sums=('b5ec6409a1916980c4861da2cb7538246555bff4b95bef2c952c56bd19eb2de6')
+b2sums=('eb7656c3c713fd842cc4b3f342d77d88efef773e03845a28244b4071a1db8d73051d4afc17301823878ddadd01c58be19a5fc6f8e5fed03ae73fb97b5c44ea83')
 
-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