aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-deprecation/APKBUILD
blob: 0de5786fd711c5a46b3d324a1272ab38b77d62b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Krassy Boykinov <kboykinov@teamcentrixx.com>
pkgname=py3-deprecation
pkgver=2.1.0
pkgrel=7
pkgdesc="Library to handle automated deprecations"
options="!check" # Requires unittest2
url="https://deprecation.readthedocs.io/en/latest/"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-packaging"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/briancurtin/deprecation/archive/$pkgver.tar.gz"
builddir="$srcdir/deprecation-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --skip-build --root="$pkgdir"
}

sha512sums="
55d39c7955d4b325a46d55f3600c02cf87d2ccfce550bbd500a6596a5af195a08cf4f74487bc85808d58140cc2d5aa5324967b7900850c6df13680e3ccca296c  py3-deprecation-2.1.0.tar.gz
"