nyx: use PYPI_SITE
This commit is contained in:
parent
b37f15a70f
commit
fdd9b435ce
|
@ -4,13 +4,12 @@ version=2.0.4
|
|||
revision=2
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-stem"
|
||||
depends="python3-stem tor python3-setuptools"
|
||||
pycompile_module="nyx"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-stem tor"
|
||||
short_desc="Command-line status monitor for tor"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-3"
|
||||
homepage="https://nyx.torproject.org/"
|
||||
distfiles="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/n/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=38db634789c2d72e485522a490397eb5f77c0bd7c689453efe57808c99dba75e
|
||||
|
|
Loading…
Reference in New Issue