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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon Mar 17 16:51:44 UTC 2014


    Date: Monday, March 17, 2014 @ 17:51:43
  Author: foutrelis
Revision: 107522

archrelease: copy trunk to community-staging-any

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

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

Copied: python-virtualenvwrapper/repos/community-staging-any/LICENSE (from rev 107521, python-virtualenvwrapper/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE	                        (rev 0)
+++ community-staging-any/LICENSE	2014-03-17 16:51:43 UTC (rev 107522)
@@ -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.

Copied: python-virtualenvwrapper/repos/community-staging-any/PKGBUILD (from rev 107521, python-virtualenvwrapper/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-17 16:51:43 UTC (rev 107522)
@@ -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=2
+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