From 441da21f82481c0a8ab76a0a2479a40b33871e4d Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 11 Apr 2018 20:24:51 +0000 Subject: python-path: update to 10.4 --- abs/core/python_modules/python-path/PKGBUILD | 10 +++++----- abs/core/python_modules/python-path/__changelog | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 abs/core/python_modules/python-path/__changelog 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 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 - -- cgit v0.12