[arch-commits] Commit in (python-dogpile.core)

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:47:24
  Author: felixonmars
Revision: 181585

remove python-dogpile.core as it's merged into dogpile.cache and deprecated 
upstream

Deleted:
  python-dogpile.core/


[arch-commits] Commit in python-dogpile.core/repos (2 files)

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 17:17:10
  Author: fyan
Revision: 140896

archrelease: copy trunk to community-staging-any

Added:
  python-dogpile.core/repos/community-staging-any/
  python-dogpile.core/repos/community-staging-any/PKGBUILD
(from rev 140895, python-dogpile.core/trunk/PKGBUILD)

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

Copied: python-dogpile.core/repos/community-staging-any/PKGBUILD (from rev 
140895, python-dogpile.core/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-19 15:17:10 UTC (rev 140896)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sibren Vasse 
+# Contributor: Quentin Stievenart 
+
+pkgbase=python-dogpile.core
+pkgname=(python-dogpile.core python2-dogpile.core)
+_pypiname=dogpile.core
+pkgver=0.4.1
+pkgrel=4
+pkgdesc="A 'dogpile' lock, typically used as a component of a larger caching 
solution"
+arch=('any')
+url="http://pypi.python.org/pypi/dogpile.core;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=("http://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-$pkgver.tar.gz;)
+md5sums=('01cb19f52bba3e95c9b560f39341f045')
+
+prepare() {
+  cp -a "$_pypiname-$pkgver"{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  nosetests3
+
+  cd ../$_pypiname-$pkgver-py2
+  nosetests2
+}
+
+package_python-dogpile.core() {
+  depends=('python')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-dogpile.core() {
+  depends=('python2')
+
+  cd "$srcdir/$_pypiname-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-dogpile.core/trunk (PKGBUILD)

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 17:16:43
  Author: fyan
Revision: 140895

upgpkg: python-dogpile.core 0.4.1-4

rebuild for python 3.5

Modified:
  python-dogpile.core/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 15:13:18 UTC (rev 140894)
+++ PKGBUILD2015-09-19 15:16:43 UTC (rev 140895)
@@ -7,7 +7,7 @@
 pkgname=(python-dogpile.core python2-dogpile.core)
 _pypiname=dogpile.core
 pkgver=0.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A 'dogpile' lock, typically used as a component of a larger caching 
solution"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.core;


[arch-commits] Commit in python-dogpile.core/repos (2 files)

2015-08-27 Thread Felix Yan
Date: Thursday, August 27, 2015 @ 10:24:42
  Author: fyan
Revision: 138809

archrelease: copy trunk to community-any

Added:
  python-dogpile.core/repos/community-any/
  python-dogpile.core/repos/community-any/PKGBUILD
(from rev 138808, python-dogpile.core/trunk/PKGBUILD)

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

Copied: python-dogpile.core/repos/community-any/PKGBUILD (from rev 138808, 
python-dogpile.core/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-08-27 08:24:42 UTC (rev 138809)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sibren Vasse arch at sibrenvasse.nl
+# Contributor: Quentin Stievenart acier...@awesom.eu
+
+pkgbase=python-dogpile.core
+pkgname=(python-dogpile.core python2-dogpile.core)
+_pypiname=dogpile.core
+pkgver=0.4.1
+pkgrel=3
+pkgdesc=A 'dogpile' lock, typically used as a component of a larger caching 
solution
+arch=('any')
+url=http://pypi.python.org/pypi/dogpile.core;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-$pkgver.tar.gz;)
+md5sums=('01cb19f52bba3e95c9b560f39341f045')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  nosetests3
+
+  cd ../$_pypiname-$pkgver-py2
+  nosetests2
+}
+
+package_python-dogpile.core() {
+  depends=('python')
+
+  cd $srcdir/$_pypiname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dogpile.core() {
+  depends=('python2')
+
+  cd $srcdir/$_pypiname-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: