diff options
Diffstat (limited to 'abs/core/python_modules')
-rw-r--r-- | abs/core/python_modules/python-path/PKGBUILD | 10 | ||||
-rw-r--r-- | abs/core/python_modules/python-path/__changelog | 2 |
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 - |