From 4c3e9c89a3c46713c33b06e1a83a87638e725eef Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 2 Jun 2019 19:54:31 +0000 Subject: testing/py3-python-gssapi: move from community New packages should start in testing. This has been accidentally committed in community. Ref: GH-8400 --- testing/py3-python-gssapi/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testing/py3-python-gssapi/APKBUILD (limited to 'testing/py3-python-gssapi/APKBUILD') diff --git a/testing/py3-python-gssapi/APKBUILD b/testing/py3-python-gssapi/APKBUILD new file mode 100644 index 0000000000..d4252e7a4e --- /dev/null +++ b/testing/py3-python-gssapi/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Dmitry Romanenko +# Maintainer: Dmitry Romanenko +pkgname=py3-python-gssapi +_pkgname=gssapi +pkgver=1.5.1 +pkgrel=0 +pkgdesc="A Python interface to RFC 2743/2744 (plus common extensions)" +url="https://github.com/pythongssapi/python-gssapi" +arch="all" +license="ISC" +depends="python3" +#checkdepends="py-nose py-shouldbe py-k5test" # Tests are missing alpine packages +makedepends="python3-dev krb5-dev py-setuptools" +source="https://files.pythonhosted.org/packages/source/g/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir"/$_pkgname-$pkgver + +build() { + python3 setup.py build +} + +#check() { +# python3 setup.py test +#} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="d0c27360e1f54a322f311f102ad498a3794e5f22aa9e07f917fa074d02f1643932ba34d630761c62500e5f780a5c6b207ee4662507ca88f99fcfd4563d7241b0 gssapi-1.5.1.tar.gz" -- cgit v1.2.3