summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-02-23 21:46:58 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-02-23 21:46:58 (GMT)
commit49720fac934dfedd81c2b5d269aa5fd8d5523b41 (patch)
treebc6601160e7fbdc275d5095705201065511d3e75
parent21f6e3ae122aeafee741a796bb949dc96188babe (diff)
downloadlinhes_pkgbuild-49720fac934dfedd81c2b5d269aa5fd8d5523b41.zip
linhes_pkgbuild-49720fac934dfedd81c2b5d269aa5fd8d5523b41.tar.gz
linhes_pkgbuild-49720fac934dfedd81c2b5d269aa5fd8d5523b41.tar.bz2
python-parsing: rebuild
-rw-r--r--abs/core/python_modules/python-pyparsing/PKGBUILD14
-rw-r--r--abs/core/python_modules/python-pyparsing/__changelog2
2 files changed, 7 insertions, 9 deletions
diff --git a/abs/core/python_modules/python-pyparsing/PKGBUILD b/abs/core/python_modules/python-pyparsing/PKGBUILD
index 510d8bf..97da919 100644
--- a/abs/core/python_modules/python-pyparsing/PKGBUILD
+++ b/abs/core/python_modules/python-pyparsing/PKGBUILD
@@ -7,13 +7,13 @@
# Contributor: Michael Krauss <hippodriver@gmx.net>
pkgname=python-pyparsing
-pkgname=('python2-pyparsing')
+pkgname=('python-pyparsing' 'python2-pyparsing')
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='General parsing module for Python'
arch=('any')
url='http://pyparsing.wikispaces.com/'
-makedepends=('python2-setuptools' 'subversion')
+makedepends=('python-setuptools' 'python2-setuptools' 'subversion')
license=('MIT')
source=("svn://svn.code.sf.net/p/pyparsing/code/tags/pyparsing_$pkgver")
sha256sums=('SKIP')
@@ -26,8 +26,8 @@ prepare() {
}
build() {
-# cd "$srcdir"/pyparsing_$pkgver/src
-# python setup.py build
+ cd "$srcdir"/pyparsing_$pkgver/src
+ python setup.py build
cd "$srcdir"/pyparsing_$pkgver-py2/src
python2 setup.py build
@@ -36,8 +36,8 @@ build() {
check() {
export LC_CTYPE=en_US.UTF-8
-# cd "$srcdir"/pyparsing_$pkgver/src
-# python unitTests.py
+ cd "$srcdir"/pyparsing_$pkgver/src
+ python unitTests.py
cd "$srcdir"/pyparsing_$pkgver-py2/src
python2 unitTests.py
diff --git a/abs/core/python_modules/python-pyparsing/__changelog b/abs/core/python_modules/python-pyparsing/__changelog
deleted file mode 100644
index 4f818ef..0000000
--- a/abs/core/python_modules/python-pyparsing/__changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-PKGBUILD: don't build py 3 stuff
-