From 2d84dab97eb4f5f0505533663a8b410aa5ecfcb9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Nov 2016 06:50:23 +0000 Subject: testing/py3-ticket-auth: new aport Ticket authentication system https://github.com/gnarlychicken/ticket_auth --- testing/py3-ticket-auth/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/py3-ticket-auth/APKBUILD (limited to 'testing/py3-ticket-auth/APKBUILD') diff --git a/testing/py3-ticket-auth/APKBUILD b/testing/py3-ticket-auth/APKBUILD new file mode 100644 index 0000000000..b2dcc160a9 --- /dev/null +++ b/testing/py3-ticket-auth/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Fabian Affolter +# Maintainer: Fabian Affolter +pkgname=py3-ticket-auth +_pkgname=ticket_auth +pkgver=0.1.4 +pkgrel=0 +pkgdesc="Ticket authentication system" +url="https://github.com/gnarlychicken/ticket_auth" +arch="noarch" +license="MIT" +makedepends="python3-dev" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir"/$_pkgname-$pkgver + +build() { + cd "$builddir" + python3 setup.py build || return 1 +} + +package() { + cd "$builddir" + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +md5sums="294d338f09795fd24869dfc069f278aa ticket_auth-0.1.4.tar.gz" +sha256sums="cefb45ff461dac7fad34144f3f6dfd56c3a28ba5d0f4b5d00b0b063770a2e543 ticket_auth-0.1.4.tar.gz" +sha512sums="67af674a5061d72350bc683a8614151815a91b4bdb2b641ade4d171a631fe71e574f48b3535285ace18ac5ae101e32434efaba5ec72bed30a6f0fbe88124708b ticket_auth-0.1.4.tar.gz" -- cgit v1.2.3