[arch-commits] Commit in python-pyperclip/repos/community-testing-any (4 files)
Felix Yan
fyan at archlinux.org
Tue Sep 29 07:05:36 UTC 2015
Date: Tuesday, September 29, 2015 @ 09:05:36
Author: fyan
Revision: 142202
archrelease: copy trunk to community-testing-any
Added:
python-pyperclip/repos/community-testing-any/LICENSE.txt
(from rev 142201, python-pyperclip/trunk/LICENSE.txt)
python-pyperclip/repos/community-testing-any/PKGBUILD
(from rev 142201, python-pyperclip/trunk/PKGBUILD)
Deleted:
python-pyperclip/repos/community-testing-any/LICENSE.txt
python-pyperclip/repos/community-testing-any/PKGBUILD
-------------+
LICENSE.txt | 54 +++++++++++++++----------------
PKGBUILD | 100 +++++++++++++++++++++++++++++-----------------------------
2 files changed, 77 insertions(+), 77 deletions(-)
Deleted: LICENSE.txt
===================================================================
--- LICENSE.txt 2015-09-29 07:05:12 UTC (rev 142201)
+++ LICENSE.txt 2015-09-29 07:05:36 UTC (rev 142202)
@@ -1,27 +0,0 @@
-Copyright (c) 2014, Al Sweigart
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-* Neither the name of the {organization} nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copied: python-pyperclip/repos/community-testing-any/LICENSE.txt (from rev 142201, python-pyperclip/trunk/LICENSE.txt)
===================================================================
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2015-09-29 07:05:36 UTC (rev 142202)
@@ -0,0 +1,27 @@
+Copyright (c) 2014, Al Sweigart
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of the {organization} nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-29 07:05:12 UTC (rev 142201)
+++ PKGBUILD 2015-09-29 07:05:36 UTC (rev 142202)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jim Bridgewater <jwbwater at gmail dot com>
-# Contributor: delta48 <dark.magician.48[at]gmail[dot]com>
-
-pkgbase=python-pyperclip
-pkgname=('python-pyperclip' 'python2-pyperclip')
-_pypiname=pyperclip
-pkgver=1.5.12
-pkgrel=1
-pkgdesc="A cross-platform clipboard module for Python"
-arch=('any')
-url="http://coffeeghost.net/2010/10/09/pyperclip-a-cross-platform-clipboard-module-for-python/"
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'xclip')
-checkdepends=('xorg-server-xvfb')
-source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.zip"
- LICENSE.txt)
-md5sums=('8be09a9d9991a02df5b71f6a27362a43'
- 'b6cd06fd72984ac1f8428337aec8cff7')
-
-prepare() {
- cp -a $_pypiname-$pkgver{,-py2}
-}
-
-check() {
- cd "$srcdir/$_pypiname-$pkgver"
- xvfb-run python tests/basicTests.py
-
- cd "$srcdir/$_pypiname-$pkgver-py2"
- xvfb-run python2 tests/basicTests.py
-}
-
-package_python-pyperclip() {
- depends=('python' 'xclip')
-
- cd "$srcdir/$_pypiname-$pkgver"
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-pyperclip() {
- depends=('python2' 'xclip')
-
- cd "$srcdir/$_pypiname-$pkgver-py2"
- python2 setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-pyperclip/repos/community-testing-any/PKGBUILD (from rev 142201, python-pyperclip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-29 07:05:36 UTC (rev 142202)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jim Bridgewater <jwbwater at gmail dot com>
+# Contributor: delta48 <dark.magician.48[at]gmail[dot]com>
+
+pkgbase=python-pyperclip
+pkgname=('python-pyperclip' 'python2-pyperclip')
+_pypiname=pyperclip
+pkgver=1.5.13
+pkgrel=1
+pkgdesc="A cross-platform clipboard module for Python"
+arch=('any')
+url="http://coffeeghost.net/2010/10/09/pyperclip-a-cross-platform-clipboard-module-for-python/"
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'xclip')
+checkdepends=('xorg-server-xvfb')
+source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.zip"
+ LICENSE.txt)
+md5sums=('ad66fbf747e9ccf68d7fb14390744242'
+ 'b6cd06fd72984ac1f8428337aec8cff7')
+
+prepare() {
+ cp -a $_pypiname-$pkgver{,-py2}
+}
+
+check() {
+ cd "$srcdir/$_pypiname-$pkgver"
+ xvfb-run python tests/basicTests.py
+
+ cd "$srcdir/$_pypiname-$pkgver-py2"
+ xvfb-run python2 tests/basicTests.py
+}
+
+package_python-pyperclip() {
+ depends=('python' 'xclip')
+
+ cd "$srcdir/$_pypiname-$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-pyperclip() {
+ depends=('python2' 'xclip')
+
+ cd "$srcdir/$_pypiname-$pkgver-py2"
+ python2 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list