[arch-commits] Commit in python-path/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Mon Apr 18 11:01:03 UTC 2016


    Date: Monday, April 18, 2016 @ 13:01:03
  Author: kkeen
Revision: 171329

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-18 11:00:47 UTC (rev 171328)
+++ PKGBUILD	2016-04-18 11:01:03 UTC (rev 171329)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgbase=python-path
-pkgname=(python-path python2-path)
-pkgver=8.1.2
-pkgrel=2
-pkgdesc="Aka path.py, implements path objects as first-class entities"
-arch=('any')
-url="http://ipython.org"
-license=('MIT')
-depends=('python' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/p/path.py/path.py-$pkgver.tar.gz")
-md5sums=('31d07ac861284f8148a9041064852371')
-
-
-prepare() {
-  cd "$srcdir"
-  cp -r path.py-$pkgver python2-path.py-$pkgver
-}
-
-package_python-path() {
-  depends=('python' 'python-setuptools')
-  cd "$srcdir/path.py-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -d "$pkgdir/usr/share/licenses/$pkgname/"
-  head -n 21 path.py > "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-package_python2-path() {
-  depends=('python2' 'python2-setuptools')
-  cd "$srcdir/python2-path.py-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -d "$pkgdir/usr/share/licenses/$pkgname/"
-  head -n 21 path.py > "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-

Copied: python-path/repos/community-any/PKGBUILD (from rev 171328, python-path/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-18 11:01:03 UTC (rev 171329)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgbase=python-path
+pkgname=(python-path python2-path)
+pkgver=8.2.1
+pkgrel=1
+pkgdesc="Aka path.py, implements path objects as first-class entities"
+arch=('any')
+url="http://ipython.org"
+license=('MIT')
+depends=('python' 'python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/p/path.py/path.py-$pkgver.tar.gz")
+md5sums=('7334796c9ed6036cb89bcd30d8409f91')
+
+
+prepare() {
+  cd "$srcdir"
+  cp -r path.py-$pkgver python2-path.py-$pkgver
+}
+
+package_python-path() {
+  depends=('python' 'python-setuptools')
+  cd "$srcdir/path.py-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -d "$pkgdir/usr/share/licenses/$pkgname/"
+  head -n 21 path.py > "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+package_python2-path() {
+  depends=('python2' 'python2-setuptools')
+  cd "$srcdir/python2-path.py-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -d "$pkgdir/usr/share/licenses/$pkgname/"
+  head -n 21 path.py > "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+



More information about the arch-commits mailing list