[arch-commits] Commit in python-wrapt/repos (4 files)
Felix Yan
fyan at archlinux.org
Thu Mar 31 07:16:22 UTC 2016
Date: Thursday, March 31, 2016 @ 09:16:21
Author: fyan
Revision: 169035
archrelease: copy trunk to community-i686, community-x86_64
Added:
python-wrapt/repos/community-i686/PKGBUILD
(from rev 169034, python-wrapt/trunk/PKGBUILD)
python-wrapt/repos/community-x86_64/PKGBUILD
(from rev 169034, python-wrapt/trunk/PKGBUILD)
Deleted:
python-wrapt/repos/community-i686/PKGBUILD
python-wrapt/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 104 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 52 ----------------------
community-x86_64/PKGBUILD | 52 ----------------------
3 files changed, 104 insertions(+), 104 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-03-31 07:15:35 UTC (rev 169034)
+++ community-i686/PKGBUILD 2016-03-31 07:16:21 UTC (rev 169035)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.6
-pkgrel=1
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("i686" "x86_64")
-url="https://pypi.python.org/pypi/wrapt"
-license=("BSD")
-makedepends=('python' 'python2' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- cp -a wrapt{,-py2}
-}
-
-build() {
- cd "$srcdir/wrapt"
- python3 setup.py build
-
- cd "$srcdir/wrapt-py2"
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir/wrapt"
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-
- cd "$srcdir/wrapt-py2"
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-wrapt() {
- depends=('python')
-
- cd wrapt
- python3 setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-wrapt() {
- depends=('python2')
-
- cd wrapt
- python2 setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-wrapt/repos/community-i686/PKGBUILD (from rev 169034, python-wrapt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 07:16:21 UTC (rev 169035)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Troy C < rstrox -ta yahoo -tod com >
+
+pkgbase=python-wrapt
+pkgname=(python-wrapt python2-wrapt)
+pkgver=1.10.7
+pkgrel=1
+pkgdesc="A Python module for decorators, wrappers and monkey patching"
+arch=("i686" "x86_64")
+url="https://pypi.python.org/pypi/wrapt"
+license=("BSD")
+makedepends=('python' 'python2' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cp -a wrapt{,-py2}
+}
+
+build() {
+ cd "$srcdir"/wrapt
+ python3 setup.py build
+
+ cd "$srcdir"/wrapt-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/wrapt
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+
+ cd "$srcdir"/wrapt-py2
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-wrapt() {
+ depends=('python')
+
+ cd wrapt
+ python3 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-wrapt() {
+ depends=('python2')
+
+ cd wrapt
+ python2 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-03-31 07:15:35 UTC (rev 169034)
+++ community-x86_64/PKGBUILD 2016-03-31 07:16:21 UTC (rev 169035)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.6
-pkgrel=1
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("i686" "x86_64")
-url="https://pypi.python.org/pypi/wrapt"
-license=("BSD")
-makedepends=('python' 'python2' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- cp -a wrapt{,-py2}
-}
-
-build() {
- cd "$srcdir/wrapt"
- python3 setup.py build
-
- cd "$srcdir/wrapt-py2"
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir/wrapt"
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-
- cd "$srcdir/wrapt-py2"
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-wrapt() {
- depends=('python')
-
- cd wrapt
- python3 setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-wrapt() {
- depends=('python2')
-
- cd wrapt
- python2 setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-wrapt/repos/community-x86_64/PKGBUILD (from rev 169034, python-wrapt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-03-31 07:16:21 UTC (rev 169035)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Troy C < rstrox -ta yahoo -tod com >
+
+pkgbase=python-wrapt
+pkgname=(python-wrapt python2-wrapt)
+pkgver=1.10.7
+pkgrel=1
+pkgdesc="A Python module for decorators, wrappers and monkey patching"
+arch=("i686" "x86_64")
+url="https://pypi.python.org/pypi/wrapt"
+license=("BSD")
+makedepends=('python' 'python2' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cp -a wrapt{,-py2}
+}
+
+build() {
+ cd "$srcdir"/wrapt
+ python3 setup.py build
+
+ cd "$srcdir"/wrapt-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/wrapt
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+
+ cd "$srcdir"/wrapt-py2
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-wrapt() {
+ depends=('python')
+
+ cd wrapt
+ python3 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-wrapt() {
+ depends=('python2')
+
+ cd wrapt
+ python2 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list