mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
30 lines
835 B
Text
30 lines
835 B
Text
# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
|
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
|
pkgname=py3-pycircos
|
|
pkgver=0.3.0
|
|
pkgrel=0
|
|
pkgdesc="Circular genome visualization package"
|
|
url="https://github.com/ponnhide/pyCircos"
|
|
arch="noarch !s390x"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
python3
|
|
py3-biopython
|
|
py3-matplotlib
|
|
"
|
|
makedepends="py3-setuptools"
|
|
source="https://github.com/ponnhide/pyCircos/archive/v$pkgver/pycircos-$pkgver.tar.gz"
|
|
builddir="$srcdir/pyCircos-$pkgver"
|
|
options="!check" # no tests provided by the upstream
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
38489209594703589f55c1563416980a3462e94b3c0f805818536bd5b3eb2989d273a8b75e5d26fa37619c81ccec2bddb815ba63d3f4e6cc7eef4b1c56c4da22 pycircos-0.3.0.tar.gz
|
|
"
|