[arch-commits] Commit in python-virtualenvwrapper/repos/community-any (4 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon Jan 13 16:16:54 UTC 2014


    Date: Monday, January 13, 2014 @ 17:16:54
  Author: foutrelis
Revision: 103905

archrelease: copy trunk to community-any

Added:
  python-virtualenvwrapper/repos/community-any/LICENSE
    (from rev 103904, python-virtualenvwrapper/trunk/LICENSE)
  python-virtualenvwrapper/repos/community-any/PKGBUILD
    (from rev 103904, python-virtualenvwrapper/trunk/PKGBUILD)
Deleted:
  python-virtualenvwrapper/repos/community-any/LICENSE
  python-virtualenvwrapper/repos/community-any/PKGBUILD

----------+
 LICENSE  |   30 +++++++++++++++---------------
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2014-01-13 16:16:47 UTC (rev 103904)
+++ LICENSE	2014-01-13 16:16:54 UTC (rev 103905)
@@ -1,15 +0,0 @@
-Copyright Doug Hellmann, All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of Doug Hellmann not be used in advertising or publicity pertaining
-to distribution of the software without specific, written prior permission.
-
-DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG
-HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: python-virtualenvwrapper/repos/community-any/LICENSE (from rev 103904, python-virtualenvwrapper/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2014-01-13 16:16:54 UTC (rev 103905)
@@ -0,0 +1,15 @@
+Copyright Doug Hellmann, All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of Doug Hellmann not be used in advertising or publicity pertaining
+to distribution of the software without specific, written prior permission.
+
+DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG
+HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-13 16:16:47 UTC (rev 103904)
+++ PKGBUILD	2014-01-13 16:16:54 UTC (rev 103905)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Sebastien Binet <binet at lblbox>
-
-pkgname=python-virtualenvwrapper
-pkgver=4.1.1
-pkgrel=1
-pkgdesc="Extensions to Ian Bicking's virtualenv tool"
-arch=('any')
-url="http://www.doughellmann.com/projects/virtualenvwrapper/"
-license=('MIT')
-depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
-         'python-stevedore')
-conflicts=('python2-virtualenvwrapper')
-replaces=('python2-virtualenvwrapper')
-source=(http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz
-        LICENSE)
-sha256sums=('47ab05af0bc7f146bdd4a77a978e02a1f4e1db6a0546e836e2442fa0990d7d77'
-            '5c595d48f16a4cd468f08f467b52b6b2e5e43336961176988b7e4f60cf1b651f')
-
-package() {
-  cd "$srcdir/virtualenvwrapper-$pkgver"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 "$srcdir/LICENSE" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 103904, python-virtualenvwrapper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-13 16:16:54 UTC (rev 103905)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Sebastien Binet <binet at lblbox>
+
+pkgname=python-virtualenvwrapper
+pkgver=4.2
+pkgrel=1
+pkgdesc="Extensions to Ian Bicking's virtualenv tool"
+arch=('any')
+url="http://www.doughellmann.com/projects/virtualenvwrapper/"
+license=('MIT')
+depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
+         'python-stevedore')
+conflicts=('python2-virtualenvwrapper')
+replaces=('python2-virtualenvwrapper')
+source=(http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz
+        LICENSE)
+sha256sums=('cbc7f3587d5c3f23ef4e75fba166c7d4b278dff044d915cb9070845d2a89033e'
+            '5c595d48f16a4cd468f08f467b52b6b2e5e43336961176988b7e4f60cf1b651f')
+
+package() {
+  cd "$srcdir/virtualenvwrapper-$pkgver"
+
+  python3 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 "$srcdir/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list