[arch-commits] Commit in python-path/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Thu Dec 3 05:01:42 UTC 2015
Date: Thursday, December 3, 2015 @ 06:01:42
Author: kkeen
Revision: 148130
upgpkg: python-path 8.1.2-2 FS#47243
Modified:
python-path/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-03 04:03:57 UTC (rev 148129)
+++ PKGBUILD 2015-12-03 05:01:42 UTC (rev 148130)
@@ -4,12 +4,12 @@
pkgbase=python-path
pkgname=(python-path python2-path)
pkgver=8.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Aka path.py, implements path objects as first-class entities"
arch=('any')
url="http://ipython.org"
license=('MIT')
-depends=('python')
+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')
@@ -21,6 +21,7 @@
}
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/"
@@ -28,7 +29,7 @@
}
package_python2-path() {
- depends=('python2')
+ 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/"
More information about the arch-commits
mailing list