[arch-commits] Commit in python-hglib/repos/community-staging-any (PKGBUILD PKGBUILD)

2020-11-19 Thread Felix Yan via arch-commits
Date: Thursday, November 19, 2020 @ 22:35:17
  Author: felixonmars
Revision: 757828

archrelease: copy trunk to community-staging-any

Added:
  python-hglib/repos/community-staging-any/PKGBUILD
(from rev 757827, python-hglib/trunk/PKGBUILD)
Deleted:
  python-hglib/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-19 22:35:01 UTC (rev 757827)
+++ PKGBUILD2020-11-19 22:35:17 UTC (rev 757828)
@@ -1,26 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Erik Johnson 
-# Contributor: Jelle van der Waa 
-
-pkgname=python-hglib
-pkgver=2.6.2
-pkgrel=2
-arch=('any')
-url="https://pypi.python.org/pypi/python-hglib;
-license=('MIT')
-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/fb/11/1cfa47d5e2aa45f6a803fcdf4484f8255383221ccb2f521d9010afca0d8d/$pkgname-$pkgver.tar.gz)
-sha256sums=('b18bd1ed53c90ee57d5714d66ad6bb72b64e930d4aeca9830892c08bb28da608')
-
-check() {
-  cd ${pkgname}-${pkgver}
-  python test.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-hglib/repos/community-staging-any/PKGBUILD (from rev 757827, 
python-hglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 22:35:17 UTC (rev 757828)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Erik Johnson 
+# Contributor: Jelle van der Waa 
+
+pkgname=python-hglib
+pkgver=2.6.2
+pkgrel=3
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib;
+license=('MIT')
+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/fb/11/1cfa47d5e2aa45f6a803fcdf4484f8255383221ccb2f521d9010afca0d8d/$pkgname-$pkgver.tar.gz)
+sha256sums=('b18bd1ed53c90ee57d5714d66ad6bb72b64e930d4aeca9830892c08bb28da608')
+
+check() {
+  cd ${pkgname}-${pkgver}
+  python test.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in python-hglib/repos/community-staging-any (PKGBUILD PKGBUILD)

2019-11-10 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 10, 2019 @ 10:31:31
  Author: foutrelis
Revision: 524979

archrelease: copy trunk to community-staging-any

Added:
  python-hglib/repos/community-staging-any/PKGBUILD
(from rev 524978, python-hglib/trunk/PKGBUILD)
Deleted:
  python-hglib/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   90 +
 1 file changed, 37 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-10 10:31:27 UTC (rev 524978)
+++ PKGBUILD2019-11-10 10:31:31 UTC (rev 524979)
@@ -1,53 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Erik Johnson 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-hglib
-pkgname=('python2-hglib' 'python-hglib')
-pkgver=2.6.1
-pkgrel=3
-arch=('any')
-url="https://pypi.python.org/pypi/python-hglib;
-license=('MIT')
-makedepends=('python2' 'mercurial' 'python')
-checkdepends=('python-nose' 'python2-nose')
-source=(https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc}
-
hglib-fix-obsolete-markers.patch::https://www.mercurial-scm.org/repo/python-hglib/raw-rev/12e6aaef0f6e)
-validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 
 v2.5
-# v2.4 validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew 
Mackall 
-sha256sums=('7c1fa0cb4d332dd6ec8409b04787ceba4623e97fb378656f7cab0b996c6ca3b2'
-'SKIP'
-'ea0d32a061746ebe621e070ddb4653bbb4f755503ed63489c100870e82b7f553')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # pass tests with recent mercurial versions
-  patch -p1 -i ../hglib-fix-obsolete-markers.patch
-
-  cd ../
-  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python test.py
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 test.py
-}
-
-package_python2-hglib() {
-  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
-  depends=('python2' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-hglib() {
-  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
-  depends=('python' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-hglib/repos/community-staging-any/PKGBUILD (from rev 524978, 
python-hglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-10 10:31:31 UTC (rev 524979)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Erik Johnson 
+# Contributor: Jelle van der Waa 
+
+pkgname=python-hglib
+pkgver=2.6.1
+pkgrel=3
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib;
+license=('MIT')
+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 
 v2.5
+# v2.4 validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew 
Mackall 
+sha256sums=('7c1fa0cb4d332dd6ec8409b04787ceba4623e97fb378656f7cab0b996c6ca3b2'
+'SKIP'
+'ea0d32a061746ebe621e070ddb4653bbb4f755503ed63489c100870e82b7f553')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # pass tests with recent mercurial versions
+  patch -p1 -i ../hglib-fix-obsolete-markers.patch
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python test.py
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}