aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIztok Fister Jr <iztok@iztok-jr-fister.eu>2023-09-27 10:54:56 +0000
committerJ0WI <1715-J0WI@users.gitlab.alpinelinux.org>2023-09-27 20:27:07 +0000
commitb440b2f7e9fdf7162434d5c94ba69f823d90ba99 (patch)
tree17c1258b373765cb86645d629f2767c14401dccd
parent1360a4417a2f0cd35b680b0cf51bf8247eea3c5b (diff)
community/py3-ipdb: use SPDX license identifier
-rw-r--r--community/py3-ipdb/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-ipdb/APKBUILD b/community/py3-ipdb/APKBUILD
index eb95a0f568d..b5223909f16 100644
--- a/community/py3-ipdb/APKBUILD
+++ b/community/py3-ipdb/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=py3-ipdb
pkgver=0.13.13
-pkgrel=1
+pkgrel=2
pkgdesc="IPython debugger"
url="https://github.com/gotcha/ipdb"
arch="all"
-license="BSD"
+license="BSD-3-Clause"
depends="ipython"
makedepends="py3-setuptools py3-toml"
checkdepends="py3-mock"