aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-markdown
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2019-04-27 16:16:25 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-10 19:35:47 +0000
commitfc502b21e99eb7124bc2e7a2e81573c6862228ea (patch)
tree91ad65fd7092b1ef0e98203da7dc4ae2d7e5f35c /community/py-markdown
parent4e4cc1c5e9ff356e88cee193c3ce3d25368a0995 (diff)
downloadaports-fc502b21e99eb7124bc2e7a2e81573c6862228ea.tar.bz2
aports-fc502b21e99eb7124bc2e7a2e81573c6862228ea.tar.xz
community/py-markdown: update license
Diffstat (limited to 'community/py-markdown')
-rw-r--r--community/py-markdown/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/py-markdown/APKBUILD b/community/py-markdown/APKBUILD
index 8c93fe6378..45b0d87e0c 100644
--- a/community/py-markdown/APKBUILD
+++ b/community/py-markdown/APKBUILD
@@ -5,10 +5,9 @@ _pkgname=Markdown
pkgver=3.1
pkgrel=0
pkgdesc="A Python implementation of Markdown"
-url="http://pythonhosted.org/Markdown/"
+url="https://python-markdown.github.io/"
arch="noarch"
-license="BSD"
-depends=""
+license="BSD-3-Clause"
makedepends="python2-dev py-setuptools python3-dev"
subpackages="py3-${pkgname#py-}:_py3 py2-${pkgname#py-}:_py2"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"