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

Felix Yan fyan at archlinux.org
Tue Sep 22 15:25:50 UTC 2015


    Date: Tuesday, September 22, 2015 @ 17:25:49
  Author: fyan
Revision: 141469

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-22 15:25:25 UTC (rev 141468)
+++ PKGBUILD	2015-09-22 15:25:49 UTC (rev 141469)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-pluggy
-pkgname=(python-pluggy python2-pluggy)
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="Plugin and hook calling mechanisms for python"
-arch=('any')
-url="https://www.pluggypayments.com/docs/python"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.python.org/packages/source/p/pluggy/pluggy-$pkgver.tar.gz")
-sha512sums=('0c4deb74f8d5d5584cd347fcfdb694e54e4beb17dba153e4cdd9da56ae1626211c08e1d4452034a1adf5b4f9fea5f3908a0bf8eaa661cf98fb5a4d61f16e4c18')
-
-prepare() {
-  cp -a pluggy-$pkgver{,-py2}
-}
-
-build() {
-  cd pluggy-$pkgver
-  python setup.py build
-
-  cd ../pluggy-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd pluggy-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-
-  cd ../pluggy-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
-}
-
-package_python-pluggy() {
-  depends=('python')
-
-  cd pluggy-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pluggy() {
-  depends=('python2')
-
-  cd pluggy-$pkgver-py2
-  python2 setup.py install -O1 --root "${pkgdir}"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pluggy/repos/community-staging-any/PKGBUILD (from rev 141468, python-pluggy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-09-22 15:25:49 UTC (rev 141469)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-pluggy
+pkgname=(python-pluggy python2-pluggy)
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Plugin and hook calling mechanisms for python"
+arch=('any')
+url="https://www.pluggypayments.com/docs/python"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.python.org/packages/source/p/pluggy/pluggy-$pkgver.tar.gz")
+sha512sums=('ebff28ef6d5eb78d8043fcf3860e43dd80bd800c12f6f744ae2a8757815f94034c858dbd6f4ab35dd4c609d4446aeb1783ace4f54ea6c3de6ec295ec06c7abb8')
+
+prepare() {
+  cp -a pluggy-$pkgver{,-py2}
+}
+
+build() {
+  cd pluggy-$pkgver
+  python setup.py build
+
+  cd ../pluggy-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd pluggy-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+
+  cd ../pluggy-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
+}
+
+package_python-pluggy() {
+  depends=('python')
+
+  cd pluggy-$pkgver
+  python setup.py install -O1 --root "${pkgdir}"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pluggy() {
+  depends=('python2')
+
+  cd pluggy-$pkgver-py2
+  python2 setup.py install -O1 --root "${pkgdir}"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list