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

David Runge dvzrv at archlinux.org
Wed Oct 3 13:36:04 UTC 2018


    Date: Wednesday, October 3, 2018 @ 13:36:03
  Author: dvzrv
Revision: 389216

upgpkg: python-furl 2.0.0-1

Upgrading to 2.0.0. Switching back to pypi sources (tests are added back).

Modified:
  python-furl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 13:33:42 UTC (rev 389215)
+++ PKGBUILD	2018-10-03 13:36:03 UTC (rev 389216)
@@ -4,7 +4,7 @@
 _name=furl
 pkgbase=python-furl
 pkgname=('python-furl' 'python2-furl')
-pkgver=1.2.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="A small Python library that makes parsing and manipulating URLs easy"
 url="https://github.com/gruns/furl"
@@ -12,10 +12,8 @@
 checkdepends=('flake8' 'python-pycodestyle' 'python-pyflakes' 'python2-flake8' 'python2-pycodestyle' 'python2-pyflakes')
 license=('custom:Unlicense')
 arch=('any')
-# pypi upstream lost the tests temporarily: https://github.com/gruns/furl/issues/105
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gruns/${_name}/archive/${pkgver}.tar.gz")
-#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('0c62cca8bbffcaaa5d2144aad6072a6e3e88c0ce7e04d33999a46c894edacc43be61ca46f4e4e5b009f9c957dc878208ebde289046c321b005d40f5e5d59f135')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('748ab52ee6745aec6c3dfe203f2ce73ef64ffa2f43d05df43c3d8fde58964bdabf8d690869f65696d934e2e78a7d10c4021ea33ea3d02a0e58e5119426d6b47c')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgbase}-${pkgver}"



More information about the arch-commits mailing list