diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-11 20:24:51 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-11 20:24:51 (GMT) |
commit | 441da21f82481c0a8ab76a0a2479a40b33871e4d (patch) | |
tree | b11a8339f52278cab712e528d108b5f5e3eb8455 /abs/core/python_modules/python-path | |
parent | 5a0a68e520ecff3604f460b38f680ead10586c92 (diff) | |
download | linhes_pkgbuild-441da21f82481c0a8ab76a0a2479a40b33871e4d.zip linhes_pkgbuild-441da21f82481c0a8ab76a0a2479a40b33871e4d.tar.gz linhes_pkgbuild-441da21f82481c0a8ab76a0a2479a40b33871e4d.tar.bz2 |
python-path: update to 10.4
Diffstat (limited to 'abs/core/python_modules/python-path')
-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 - |