[arch-commits] Commit in python-resumable-urlretrieve/repos/community-any (2 files)

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:16:23
  Author: anthraxx
Revision: 416829

archrelease: copy trunk to community-any

Added:
  python-resumable-urlretrieve/repos/community-any/PKGBUILD
(from rev 416828, python-resumable-urlretrieve/trunk/PKGBUILD)
Deleted:
  python-resumable-urlretrieve/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 00:16:14 UTC (rev 416828)
+++ PKGBUILD2018-12-20 00:16:23 UTC (rev 416829)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pyname='resumable-urlretrieve'
-pkgname='python-resumable-urlretrieve'
-pkgver=0.1.5
-pkgrel=3
-pkgdesc='Small library to fetch files over HTTP and resuming their download'
-url='https://github.com/berdario/resumable-urlretrieve'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-rangehttpserver')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/resumable-urlretrieve/archive/${pkgver}.tar.gz)
-sha256sums=('32755a77dac3a8f59a3439df9eb38291f1801cdfa398befe5a15dacc637552a4')
-sha512sums=('55833a8a4725316289b62dda071b579a9e5b636a1747b1d555388ddba5c125233b46c71e726ac8d5a1fa9572ebcefab1492f24530c85f905e8e21d133574')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  PYTHONPATH=. py.test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-resumable-urlretrieve/repos/community-any/PKGBUILD (from rev 
416828, python-resumable-urlretrieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 00:16:23 UTC (rev 416829)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+_pyname='resumable-urlretrieve'
+pkgname='python-resumable-urlretrieve'
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Small library to fetch files over HTTP and resuming their download'
+url='https://github.com/berdario/resumable-urlretrieve'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-rangehttpserver')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/resumable-urlretrieve/archive/${pkgver}.tar.gz)
+sha256sums=('a7c390b826e8bd76611a39b6f0e8af73c55871767c674fcd8373a25b2bcdd1c2')
+sha512sums=('2bff31f0635754e1a6a703ad2fc619a7b047b5f4cc32a9c5d613d570cdec349a9d026238f971509c7a0086593a88b0cdfd1e90c85ad2f54935cd3883fd785d18')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-resumable-urlretrieve/repos/community-any (PKGBUILD)

2017-09-21 Thread Levente Polyak
Date: Thursday, September 21, 2017 @ 13:15:23
  Author: anthraxx
Revision: 259159

archrelease: copy trunk to community-any

Added:
  python-resumable-urlretrieve/repos/community-any/PKGBUILD
(from rev 259158, python-resumable-urlretrieve/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: python-resumable-urlretrieve/repos/community-any/PKGBUILD (from rev 
259158, python-resumable-urlretrieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-21 13:15:23 UTC (rev 259159)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+_pyname='resumable-urlretrieve'
+pkgname='python-resumable-urlretrieve'
+pkgver=0.1.5
+pkgrel=2
+pkgdesc='Small library to fetch files over HTTP and resuming their download'
+url='https://github.com/berdario/resumable-urlretrieve'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-rangehttpserver')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/resumable-urlretrieve/archive/${pkgver}.tar.gz)
+sha256sums=('32755a77dac3a8f59a3439df9eb38291f1801cdfa398befe5a15dacc637552a4')
+sha512sums=('55833a8a4725316289b62dda071b579a9e5b636a1747b1d555388ddba5c125233b46c71e726ac8d5a1fa9572ebcefab1492f24530c85f905e8e21d133574')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-resumable-urlretrieve/repos (community-any)

2017-09-21 Thread Levente Polyak
Date: Thursday, September 21, 2017 @ 13:10:08
  Author: anthraxx
Revision: 259157

archrelease: copy trunk to community-any

Added:
  python-resumable-urlretrieve/repos/community-any/