Date: Thursday, November 19, 2020 @ 22:29:20 Author: jlichtblau Revision: 757823
upgpkg: python-hglib 2.6.2-1 - new upstream release Modified: python-hglib/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-19 22:07:15 UTC (rev 757822) +++ PKGBUILD 2020-11-19 22:29:20 UTC (rev 757823) @@ -3,8 +3,8 @@ # Contributor: Jelle van der Waa <[email protected]> pkgname=python-hglib -pkgver=2.6.1 -pkgrel=3 +pkgver=2.6.2 +pkgrel=1 arch=('any') url="https://pypi.python.org/pypi/python-hglib" license=('MIT') @@ -11,20 +11,9 @@ pkgdesc="A library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg." depends=('python' 'mercurial') checkdepends=('python-nose') -source=(https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc} - hglib-fix-obsolete-markers.patch::https://www.mercurial-scm.org/repo/python-hglib/raw-rev/12e6aaef0f6e) -validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler <[email protected]> v2.5 -# v2.4 validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew Mackall <[email protected]> -sha256sums=('7c1fa0cb4d332dd6ec8409b04787ceba4623e97fb378656f7cab0b996c6ca3b2' - 'SKIP' - 'ea0d32a061746ebe621e070ddb4653bbb4f755503ed63489c100870e82b7f553') +source=(https://files.pythonhosted.org/packages/fb/11/1cfa47d5e2aa45f6a803fcdf4484f8255383221ccb2f521d9010afca0d8d/$pkgname-$pkgver.tar.gz) +sha256sums=('b18bd1ed53c90ee57d5714d66ad6bb72b64e930d4aeca9830892c08bb28da608') -prepare() { - cd ${pkgname}-${pkgver} - # pass tests with recent mercurial versions - patch -p1 -i ../hglib-fix-obsolete-markers.patch -} - check() { cd ${pkgname}-${pkgver} python test.py
