mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pyrodigal: python-archspec is runtime dependency per upstream
This commit is contained in:
parent
cdb21aa6cb
commit
9bd96d99d3
2 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,7 @@ url="https://github.com/althonos/pyrodigal"
|
||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
license=("LGPL3")
|
license=("LGPL3")
|
||||||
makedepends=('python-setuptools' 'cython' 'python-build' 'python-installer' 'python-wheel')
|
makedepends=('python-setuptools' 'cython' 'python-build' 'python-installer' 'python-wheel')
|
||||||
checkdepends=('python-archspec')
|
depends=('python' 'glibc' 'python-isal' 'python-archspec')
|
||||||
depends=('python' 'glibc' 'python-isal')
|
|
||||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
|
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
|
||||||
noextract=()
|
noextract=()
|
||||||
sha256sums=('a4c07baa2ceebb052d8b65749c30b41fec998bb7f3600da1979fb0b5f328a34e')
|
sha256sums=('a4c07baa2ceebb052d8b65749c30b41fec998bb7f3600da1979fb0b5f328a34e')
|
||||||
|
|
|
@ -9,8 +9,7 @@ post_build_script: |
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
repo_depends:
|
repo_depends:
|
||||||
- python-isal
|
- python-isal
|
||||||
repo_makedepends:
|
- python-archspec
|
||||||
- python-archspec
|
|
||||||
update_on:
|
update_on:
|
||||||
- source: pypi
|
- source: pypi
|
||||||
pypi: pyrodigal
|
pypi: pyrodigal
|
||||||
|
|
Loading…
Add table
Reference in a new issue