diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 19:10:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 19:10:34 -0300 |
commit | 65c0ce105c264731489a78662298b0a0e26fc29f (patch) | |
tree | 79ce7bcc234cc4dc1687ed2191025f37c3327b70 /community/py3-pathlib2 | |
parent | 2881e377e7c7aa2e59b654b84c46d32452d29165 (diff) | |
download | aports-65c0ce105c264731489a78662298b0a0e26fc29f.tar.bz2 aports-65c0ce105c264731489a78662298b0a0e26fc29f.tar.xz |
community/py3-pathlib2: drop obsolete dependency on py3-scandir
py3-scandir is a backport of a module from python3 3.5 and above to
python3 3.4 and below and python2.
We are on python3 3.7
Diffstat (limited to 'community/py3-pathlib2')
-rw-r--r-- | community/py3-pathlib2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pathlib2/APKBUILD b/community/py3-pathlib2/APKBUILD index 0e2e57bb69..5381db51b3 100644 --- a/community/py3-pathlib2/APKBUILD +++ b/community/py3-pathlib2/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-pathlib2 pkgver=2.3.5 -pkgrel=0 +pkgrel=1 pkgdesc="Fork of pathlib aiming to support the full stdlib Python API" url="https://github.com/mcmtroffaes/pathlib2" arch="noarch" license="MIT" -depends="python3 py3-six py3-scandir" +depends="python3 py3-six" makedepends="py3-setuptools" source="pathlib2-$pkgver.tar.gz::https://github.com/mcmtroffaes/pathlib2/archive/$pkgver.tar.gz" builddir="$srcdir/pathlib2-$pkgver" |