[arch-commits] Commit in python-virtualenvwrapper/trunk (LICENSE PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Jan 4 23:37:14 UTC 2015
Date: Monday, January 5, 2015 @ 00:37:14
Author: foutrelis
Revision: 125368
upgpkg: python-virtualenvwrapper 4.3.2-1
New upstream release.
Modified:
python-virtualenvwrapper/trunk/PKGBUILD
Deleted:
python-virtualenvwrapper/trunk/LICENSE
----------+
LICENSE | 15 ---------------
PKGBUILD | 13 +++++--------
2 files changed, 5 insertions(+), 23 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2015-01-04 23:03:41 UTC (rev 125367)
+++ LICENSE 2015-01-04 23:37:14 UTC (rev 125368)
@@ -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.
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-04 23:03:41 UTC (rev 125367)
+++ PKGBUILD 2015-01-04 23:37:14 UTC (rev 125368)
@@ -3,20 +3,18 @@
# Contributor: Sebastien Binet <binet at lblbox>
pkgname=python-virtualenvwrapper
-pkgver=4.3.1
+pkgver=4.3.2
pkgrel=1
pkgdesc="Extensions to Ian Bicking's virtualenv tool"
arch=('any')
-url="http://www.doughellmann.com/projects/virtualenvwrapper/"
+url="https://bitbucket.org/dhellmann/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=('e6228aea4e76ba6a628455313eff4a6e2cf003010b23399c3a7dabd8798beb08'
- '5c595d48f16a4cd468f08f467b52b6b2e5e43336961176988b7e4f60cf1b651f')
+source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
+sha256sums=('ee545ade2e6bc5433284388afde6ec6417a4d819ba7b0d65d0ce8c4d3fcc11fd')
package() {
cd "$srcdir/virtualenvwrapper-$pkgver"
@@ -23,8 +21,7 @@
python3 setup.py install --root="$pkgdir" -O1
- install -Dm644 "$srcdir/LICENSE" \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list