[arch-commits] Commit in python-virtualenvwrapper/repos/community-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Apr 12 10:18:25 UTC 2015
Date: Sunday, April 12, 2015 @ 12:18:25
Author: foutrelis
Revision: 131233
archrelease: copy trunk to community-any
Added:
python-virtualenvwrapper/repos/community-any/PKGBUILD
(from rev 131232, python-virtualenvwrapper/trunk/PKGBUILD)
Deleted:
python-virtualenvwrapper/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-12 10:18:18 UTC (rev 131232)
+++ PKGBUILD 2015-04-12 10:18:25 UTC (rev 131233)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Sebastien Binet <binet at lblbox>
-
-pkgname=python-virtualenvwrapper
-pkgver=4.3.2
-pkgrel=1
-pkgdesc="Extensions to Ian Bicking's virtualenv tool"
-arch=('any')
-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=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('ee545ade2e6bc5433284388afde6ec6417a4d819ba7b0d65d0ce8c4d3fcc11fd')
-
-package() {
- cd "$srcdir/virtualenvwrapper-$pkgver"
-
- python3 setup.py install --root="$pkgdir" -O1
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 131232, python-virtualenvwrapper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-12 10:18:25 UTC (rev 131233)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Sebastien Binet <binet at lblbox>
+
+pkgname=python-virtualenvwrapper
+pkgver=4.4.1
+pkgrel=1
+pkgdesc="Extensions to Ian Bicking's virtualenv tool"
+arch=('any')
+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=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
+sha256sums=('b6ad867c02ef0858cf8c23fe37418f9fb5df134842472c24304700fbcb164220')
+
+package() {
+ cd "$srcdir/virtualenvwrapper-$pkgver"
+
+ python3 setup.py install --root="$pkgdir" -O1
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list