[arch-commits] Commit in python-packaging/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Jan 20 01:10:35 UTC 2016


    Date: Wednesday, January 20, 2016 @ 02:10:35
  Author: fyan
Revision: 258424

upgpkg: python-packaging 16.0-1

Modified:
  python-packaging/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-19 23:33:51 UTC (rev 258423)
+++ PKGBUILD	2016-01-20 01:10:35 UTC (rev 258424)
@@ -4,15 +4,16 @@
 pkgbase=python-packaging
 pkgname=(python-packaging python2-packaging)
 _pkgname=packaging
-pkgver=15.3
-pkgrel=2
+pkgver=16.0
+_commit=fd6c1d301a5162d4c78620444c55bd56aa2670a0
+pkgrel=1
 pkgdesc="Core utilities for Python packages"
 arch=('any')
 url="https://github.com/pypa/packaging"
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 'python2-pyparsing' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 'python2-pretend' 'python-coverage' 'python2-coverage')
-source=("git+https://github.com/pypa/packaging.git#tag=$pkgver")
+source=("git+https://github.com/pypa/packaging.git#commit=$_commit")
 md5sums=('SKIP')
 
 prepare() {
@@ -36,7 +37,7 @@
 }
 
 package_python-packaging() {
-  depends=('python')
+  depends=('python-pyparsing')
 
   cd "${srcdir}/${_pkgname}"
   python setup.py install --root "$pkgdir"
@@ -43,7 +44,7 @@
 }
 
 package_python2-packaging() {
-  depends=('python2')
+  depends=('python2-pyparsing')
 
   cd "${srcdir}/${_pkgname}-py2"
   python2 setup.py install --root "$pkgdir"



More information about the arch-commits mailing list