Skip to content
Snippets Groups Projects
Commit f89d3c76 authored by Iztok Fister Jr.'s avatar Iztok Fister Jr. Committed by omni
Browse files

community/py3-bioframe: add -doc subpackage

parent 1aa05ae1
No related branches found
No related tags found
1 merge request!72836community/py3-bioframe: add -doc subpackage
Pipeline #262389 skipped
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-bioframe pkgname=py3-bioframe
pkgver=0.7.2 pkgver=0.7.2
pkgrel=0 pkgrel=1
pkgdesc="Pandas utilities for tab-delimited and other genomic data files" pkgdesc="Pandas utilities for tab-delimited and other genomic data files"
url="https://github.com/open2c/bioframe" url="https://github.com/open2c/bioframe"
arch="noarch !armhf !armv7 !x86 !riscv64" #assertion errors arch="noarch !armhf !armv7 !x86 !riscv64" #assertion errors
...@@ -11,7 +11,7 @@ license="MIT" ...@@ -11,7 +11,7 @@ license="MIT"
depends="py3-matplotlib py3-numpy py3-pandas py3-yaml py3-requests py3-typing-extensions py3-setuptools" depends="py3-matplotlib py3-numpy py3-pandas py3-yaml py3-requests py3-typing-extensions py3-setuptools"
checkdepends="py3-pytest-xdist" checkdepends="py3-pytest-xdist"
makedepends="py3-gpep517 py3-hatchling py3-setuptools py3-wheel" makedepends="py3-gpep517 py3-hatchling py3-setuptools py3-wheel"
subpackages="$pkgname-pyc" subpackages="$pkgname-doc $pkgname-pyc"
source="https://github.com/open2c/bioframe/archive/v$pkgver/bioframe-$pkgver.tar.gz" source="https://github.com/open2c/bioframe/archive/v$pkgver/bioframe-$pkgver.tar.gz"
builddir="$srcdir/bioframe-$pkgver" builddir="$srcdir/bioframe-$pkgver"
...@@ -32,6 +32,9 @@ package() { ...@@ -32,6 +32,9 @@ package() {
.dist/*.whl .dist/*.whl
rm -r "$pkgdir"/usr/lib/python3.*/site-packages/bioframe/io/data/ rm -r "$pkgdir"/usr/lib/python3.*/site-packages/bioframe/io/data/
install -Dm644 CITATION.cff -t "$pkgdir"/usr/share/doc/$pkgname
install -Dm644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
} }
sha512sums=" sha512sums="
......
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