diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 23:01:06 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 23:02:56 +0100 |
commit | 4c8232d0c089f3fe959bcffd2fe49db52b86163b (patch) | |
tree | 4216210235e305c1e5e37fbddc3c1ba227a04984 | |
parent | e21c9e2f89789c17676babc74b77e5b3806c8fe5 (diff) | |
download | aports-4c8232d0c089f3fe959bcffd2fe49db52b86163b.tar.bz2 aports-4c8232d0c089f3fe959bcffd2fe49db52b86163b.tar.xz |
testing/py3-path: rename from py3-path.py
-rw-r--r-- | testing/py3-path/APKBUILD (renamed from testing/py3-path.py/APKBUILD) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-path.py/APKBUILD b/testing/py3-path/APKBUILD index efa9598480..00da6923d3 100644 --- a/testing/py3-path.py/APKBUILD +++ b/testing/py3-path/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> -pkgname=py3-path.py +pkgname=py3-path pkgver=13.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Module wrapper for os.path" options="!check" # Requires unpackaged 'pytest-checkdocs' url="https://github.com/jaraco/path" |