[arch-commits] Commit in python-virtualenvwrapper/trunk (LICENSE PKGBUILD)

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


    Date: Sunday, March 24, 2013 @ 06:25:38
  Author: foutrelis
Revision: 86897

upgpkg: python-virtualenvwrapper 3.7-1

New upstream release.

Added:
  python-virtualenvwrapper/trunk/LICENSE
Modified:
  python-virtualenvwrapper/trunk/PKGBUILD

----------+
 LICENSE  |   15 +++++++++++++++
 PKGBUILD |   16 ++++++++--------
 2 files changed, 23 insertions(+), 8 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2013-03-24 05:25:38 UTC (rev 86897)
@@ -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.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-24 05:18:26 UTC (rev 86896)
+++ PKGBUILD	2013-03-24 05:25:38 UTC (rev 86897)
@@ -3,28 +3,28 @@
 # Contributor: Sebastien Binet <binet at lblbox>
 
 pkgname=python-virtualenvwrapper
-pkgver=3.6.1
+pkgver=3.7
 pkgrel=1
 pkgdesc="Extensions to Ian Bicking's virtualenv tool"
 arch=('any')
 url="http://www.doughellmann.com/projects/virtualenvwrapper/"
-license=('BSD')
+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)
-sha256sums=('755fbf14e86a9c61252a9f2d5788460cf2523bb08402282151978a33d5a09a7d')
+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 -d "$pkgdir/usr/share/licenses/$pkgname"
-  # Extract the license from README.txt
-  sed -n '/Copyright/,$ p' README.txt \
-    >"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  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