mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
buildbot-slave: Twisted -> python-Twisted
This commit is contained in:
parent
8178d5a257
commit
f701cda864
1 changed files with 4 additions and 5 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'buildbot-slave'
|
# Template file for 'buildbot-slave'
|
||||||
pkgname=buildbot-slave
|
pkgname=buildbot-slave
|
||||||
version=0.8.14
|
version=0.8.14
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python"
|
|
||||||
makedepends="python Twisted"
|
|
||||||
depends="${makedepends}"
|
|
||||||
pycompile_module="buildslave"
|
pycompile_module="buildslave"
|
||||||
|
hostmakedepends="python"
|
||||||
|
depends="python-Twisted"
|
||||||
short_desc="BuildBot Slave Daemon"
|
short_desc="BuildBot Slave Daemon"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://buildbot.net/"
|
homepage="https://buildbot.net/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=7db02738c02d34c4d32508ac200e5f089ba73549315b127a9d8c0808d1a6d7a9
|
checksum=7db02738c02d34c4d32508ac200e5f089ba73549315b127a9d8c0808d1a6d7a9
|
||||||
|
|
Loading…
Add table
Reference in a new issue