mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Add missing deps
This commit is contained in:
parent
6ed8b90862
commit
3ceda50bc4
3 changed files with 10 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,12 +1,14 @@
|
|||
pkgbase = python-typing-inspect
|
||||
pkgdesc = Runtime inspection utilities for Python typing module
|
||||
pkgver = 0.6.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/ilevkivskyi/typing_inspect
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
depends = python-mypy_extensions
|
||||
depends = python-typing_extensions
|
||||
source = https://files.pythonhosted.org/packages/source/t/typing_inspect/typing_inspect-0.6.0.tar.gz
|
||||
md5sums = 987fa620fd0ac7b6be9c8f6d71eeea2e
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,11 +4,13 @@ pkgbase='python-typing-inspect'
|
|||
pkgname=('python-typing-inspect')
|
||||
_module='typing_inspect'
|
||||
pkgver='0.6.0'
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Runtime inspection utilities for Python typing module'
|
||||
url='https://github.com/ilevkivskyi/typing_inspect'
|
||||
depends=(
|
||||
'python'
|
||||
'python-mypy_extensions'
|
||||
'python-typing_extensions'
|
||||
)
|
||||
optdepends=()
|
||||
makedepends=(
|
||||
|
|
|
|||
|
|
@ -4,7 +4,10 @@ AUR_NAME=python-typing-inspect
|
|||
PROJ_NAME=typing_inspect
|
||||
DESCRIPTION="Runtime inspection utilities for Python typing module"
|
||||
URL=https://github.com/ilevkivskyi/typing_inspect
|
||||
DEPENDS=()
|
||||
DEPENDS=(
|
||||
python-mypy_extensions
|
||||
python-typing_extensions
|
||||
)
|
||||
LICENSE='MIT'
|
||||
ADDITIONAL=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue