[arch-commits] Commit in python-virtualenv/trunk (LICENSE.txt PKGBUILD)
Dan McGee
dan at archlinux.org
Wed Mar 16 14:25:04 UTC 2011
Date: Wednesday, March 16, 2011 @ 10:25:04
Author: dan
Revision: 115042
upgpkg: python-virtualenv 1.5.2-1
version bump 1.5.2
Added:
python-virtualenv/trunk/LICENSE.txt
Modified:
python-virtualenv/trunk/PKGBUILD
-------------+
LICENSE.txt | 22 ++++++++++++++++++++++
PKGBUILD | 17 +++++++++++------
2 files changed, 33 insertions(+), 6 deletions(-)
Added: LICENSE.txt
===================================================================
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2011-03-16 14:25:04 UTC (rev 115042)
@@ -0,0 +1,22 @@
+Copyright (c) 2007 Ian Bicking and Contributors
+Copyright (c) 2009 Ian Bicking, The Open Planning Project
+Copyright (c) 2011 The virtualenv developers
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-16 14:20:17 UTC (rev 115041)
+++ PKGBUILD 2011-03-16 14:25:04 UTC (rev 115042)
@@ -2,8 +2,8 @@
# Contributor: Daniele Paolella <dp at mcrservice.it>
pkgname=python-virtualenv
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
pkgdesc="Virtual Python Environment builder"
arch=('any')
url="http://pypi.python.org/pypi/virtualenv"
@@ -11,9 +11,8 @@
depends=('python2' 'setuptools')
replaces=('virtualenv')
conflicts=('virtualenv')
-source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz")
-md5sums=('3daa1f449d5d2ee03099484cecb1c2b7')
-sha256sums=('e2bbc4e80164e1ad83afba698559c2923f4bb7e61197b885c0a0befb29533438')
+source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz"
+ LICENSE.txt)
build() {
cd "$srcdir/virtualenv-$pkgver"
@@ -23,5 +22,11 @@
sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- install -D -m644 docs/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -D -m644 "$srcdir/LICENSE.txt" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+
+md5sums=('fbcefbd8520bb64bc24a560c6019a73c'
+ '4409588baf5837a2ce0215dc08b30305')
+sha256sums=('54b2e9c4fcb5d30e6d0a35b938f0d962412b38433921de33a476b203e72834d7'
+ '941229fb2bd6273917359d557e69ad10cda2901c7288781ca23baae9b7b8848a')
More information about the arch-commits
mailing list