Skip to content
Snippets Groups Projects
Commit ef7e5b85 authored by Natanael Copa's avatar Natanael Copa
Browse files

testing/py3-ticket-auth: rebuild against python 3.7

parent 57e96fa6
No related branches found
No related tags found
No related merge requests found
...@@ -3,18 +3,18 @@ ...@@ -3,18 +3,18 @@
pkgname=py3-ticket-auth pkgname=py3-ticket-auth
_pkgname=ticket_auth _pkgname=ticket_auth
pkgver=0.1.4 pkgver=0.1.4
pkgrel=1 pkgrel=2
pkgdesc="Ticket authentication system" pkgdesc="Ticket authentication system"
url="https://github.com/gnarlychicken/ticket_auth" url="https://github.com/gnarlychicken/ticket_auth"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
makedepends="python3-dev" makedepends="python3-dev py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver builddir="$srcdir"/$_pkgname-$pkgver
build() { build() {
cd "$builddir" cd "$builddir"
python3 setup.py build || return 1 python3 setup.py build
} }
package() { package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment