diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-02 19:03:31 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-02 19:18:22 +0300 |
commit | 3da16a2153378438b5e256d29cdd65f0f1bfc38e (patch) | |
tree | 5c3fe87c92d4d57314163749af1e5a98afa19c47 /testing/py3-tzlocal | |
parent | 1a3b5fd141ed87f6c4053976304f23c72b4a7bd9 (diff) | |
download | aports-3da16a2153378438b5e256d29cdd65f0f1bfc38e.tar.bz2 aports-3da16a2153378438b5e256d29cdd65f0f1bfc38e.tar.xz |
testing/py3-tzlocal: claim maintainership
Diffstat (limited to 'testing/py3-tzlocal')
-rw-r--r-- | testing/py3-tzlocal/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-tzlocal/APKBUILD b/testing/py3-tzlocal/APKBUILD index c794e4d375..6afb5ac503 100644 --- a/testing/py3-tzlocal/APKBUILD +++ b/testing/py3-tzlocal/APKBUILD @@ -1,14 +1,14 @@ -# Maintainer: +# Maintainer: prspkt <prspkt@protonmail.com> pkgname=py3-tzlocal _pkgname=tzlocal pkgver=1.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python tzinfo object for the local timezone" url="https://github.com/regebro/tzlocal" arch="noarch" license="MIT" -provides="py-tzlocal" # for backwards compatibility -replaces="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-tzlocal" # for backwards compatibility +provides="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility depends="python3 py3-tz" makedepends="python3-dev py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |