summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-path
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-09-06 16:35:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-09-06 16:35:27 (GMT)
commit5669815ec3a539cf7b5ac7d8da2cbba3aeff44be (patch)
treef13051093a52f47f5954c2ee2a783bc2f0f62f96 /abs/core/python_modules/python-path
parent8d35f28049488f2585ef765bf48e7a58958fd587 (diff)
parent04697136037cb5341ee6c051f8aaa265c0400c82 (diff)
downloadlinhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.zip
linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.gz
linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.bz2
Merge branch 'testing'
Diffstat (limited to 'abs/core/python_modules/python-path')
-rw-r--r--abs/core/python_modules/python-path/PKGBUILD10
-rw-r--r--abs/core/python_modules/python-path/__changelog2
2 files changed, 5 insertions, 7 deletions
diff --git a/abs/core/python_modules/python-path/PKGBUILD b/abs/core/python_modules/python-path/PKGBUILD
index 2b7dcbc..d387ee7 100644
--- a/abs/core/python_modules/python-path/PKGBUILD
+++ b/abs/core/python_modules/python-path/PKGBUILD
@@ -2,18 +2,18 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgbase=python-path
-pkgname=(python2-path)
-pkgver=10.1
+pkgname=(python-path python2-path)
+pkgver=10.4
pkgrel=1
pkgdesc="Aka path.py, implements path objects as first-class entities"
arch=('any')
url="https://pypi.python.org/pypi/path.py"
license=('MIT')
-depends=('python2' 'python2-setuptools')
-makedepends=('python2-setuptools')
+depends=('python' 'python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
#source=("https://pypi.python.org/packages/source/p/path.py/path.py-$pkgver.tar.gz")
source=("https://files.pythonhosted.org/packages/source/p/path.py/path.py-$pkgver.tar.gz")
-md5sums=('f9d31317ceeb798f6b5eac8d3b8e5988')
+md5sums=('84ed5ec53c113554662194bb8cdfc04e')
# formerly a dependency of python-pickleshare
# now used by nothing so back to the AUR
diff --git a/abs/core/python_modules/python-path/__changelog b/abs/core/python_modules/python-path/__changelog
deleted file mode 100644
index 4f818ef..0000000
--- a/abs/core/python_modules/python-path/__changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-PKGBUILD: don't build py 3 stuff
-