[arch-commits] Commit in python-virtualenvwrapper/repos/community-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 11 04:19:39 UTC 2019


    Date: Monday, February 11, 2019 @ 04:19:39
  Author: foutrelis
Revision: 431704

archrelease: copy trunk to community-any

Added:
  python-virtualenvwrapper/repos/community-any/PKGBUILD
    (from rev 431703, python-virtualenvwrapper/trunk/PKGBUILD)
Deleted:
  python-virtualenvwrapper/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 04:19:33 UTC (rev 431703)
+++ PKGBUILD	2019-02-11 04:19:39 UTC (rev 431704)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Sebastien Binet <binet at lblbox>
-
-pkgname=python-virtualenvwrapper
-pkgver=4.8.2
-pkgrel=2
-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.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('18d8e4c500c4c4ee794f704e050cf2bbb492537532a4521d1047e7dd1ee4e374')
-
-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 431703, python-virtualenvwrapper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-11 04:19:39 UTC (rev 431704)
@@ -0,0 +1,30 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Sebastien Binet <binet at lblbox>
+
+pkgname=python-virtualenvwrapper
+pkgver=4.8.4
+pkgrel=1
+pkgdesc="Extensions to Ian Bicking's virtualenv tool"
+arch=('any')
+url="https://virtualenvwrapper.readthedocs.io/"
+license=('MIT')
+depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
+         'python-stevedore')
+makedepends=('python-pbr')
+conflicts=('python2-virtualenvwrapper')
+replaces=('python2-virtualenvwrapper')
+source=(https://pypi.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
+sha256sums=('51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa')
+
+build() {
+  cd "$srcdir/virtualenvwrapper-$pkgver"
+  python3 setup.py build
+}
+
+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