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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sun Mar 24 05:25:46 UTC 2013


    Date: Sunday, March 24, 2013 @ 06:25:45
  Author: foutrelis
Revision: 86898

archrelease: copy trunk to community-any

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

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

Copied: python-virtualenvwrapper/repos/community-any/LICENSE (from rev 86897, python-virtualenvwrapper/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2013-03-24 05:25:45 UTC (rev 86898)
@@ -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	2013-03-24 05:25:38 UTC (rev 86897)
+++ PKGBUILD	2013-03-24 05:25:45 UTC (rev 86898)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Sebastien Binet <binet at lblbox>
-
-pkgname=python-virtualenvwrapper
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="Extensions to Ian Bicking's virtualenv tool"
-arch=('any')
-url="http://www.doughellmann.com/projects/virtualenvwrapper/"
-license=('BSD')
-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)
-sha256sums=('755fbf14e86a9c61252a9f2d5788460cf2523bb08402282151978a33d5a09a7d')
-
-package() {
-  cd "$srcdir/virtualenvwrapper-$pkgver"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  # Extract the license from README.txt
-  sed -n '/Copyright/,$ p' README.txt \
-    >"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 86897, python-virtualenvwrapper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-24 05:25:45 UTC (rev 86898)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Sebastien Binet <binet at lblbox>
+
+pkgname=python-virtualenvwrapper
+pkgver=3.7
+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=('90385bc8e060f23ab2c83fd07f967dfe0e22c4d474f4aa788348002a4d1f1953'
+            '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