Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rasmus Thomsen
aports
Commits
46d0595f
Commit
46d0595f
authored
Apr 06, 2016
by
Francesco Colista
Browse files
testing/py-raven: new aport
parent
64c9395a
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/py-raven/APKBUILD
0 → 100644
View file @
46d0595f
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
py-raven
_pkgname
=
raven-python
pkgver
=
5.12.0
pkgrel
=
0
pkgdesc
=
"Python client for Sentry"
url
=
"http://pypi.python.org/pypi/raven"
arch
=
"noarch"
license
=
"BSD"
depends
=
"python3"
depends_dev
=
""
makedepends
=
"
$depends_dev
py-setuptools pytest"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/getsentry/
$_pkgname
/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
python3 setup.py build
||
return
1
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--root
=
"
$pkgdir
"
--optimize
=
1
install
-Dm664
LICENSE
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
}
md5sums
=
"f539dc5fdc9fff1a26017e7010194f3a py-raven-5.12.0.tar.gz"
sha256sums
=
"dfdaa2873c414793d386c7bdfcaa204e9faa5b6b0dce894961b405975ad3f0a5 py-raven-5.12.0.tar.gz"
sha512sums
=
"4ecfe442f89ac1376a48859d6d83f7d3672c60329af580ec7885c93d5d02bee9d2b81a27a52bf252f3319c80e95c0bdba3a9fbccf2918041f1f7ae4b8ff8dbfa py-raven-5.12.0.tar.gz"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment