aboutsummaryrefslogtreecommitdiffstats
path: root/main/py3-packaging/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-01-12 16:32:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-01-12 16:32:55 -0300
commit6c7404cb32ac69f7beeec716eb6d6a8aff50f3a7 (patch)
tree685539282cea56e4e1b9b33346208666e9e3dc1b /main/py3-packaging/APKBUILD
parentf99daebeb1ee92dc024a7341026f7251b8c653e3 (diff)
main/*: drop maintainership
Maintainer confirmed not being capable to take care of the packages
Diffstat (limited to 'main/py3-packaging/APKBUILD')
-rw-r--r--main/py3-packaging/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/py3-packaging/APKBUILD b/main/py3-packaging/APKBUILD
index cf5870c09f7..cfe77a3febd 100644
--- a/main/py3-packaging/APKBUILD
+++ b/main/py3-packaging/APKBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Breno Leitao <breno.leitao@gmail.com>
+# Contributor: Breno Leitao <breno.leitao@gmail.com>
+# Maintainer:
pkgname=py3-packaging
_pkgname=packaging
pkgver=20.8
-pkgrel=0
+pkgrel=1
pkgdesc="Core utilities for Python3 packages"
options="!check" # Requires py3-pytest which requires py3-setuptools
url="https://pypi.python.org/pypi/packaging"