mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
python-Twisted: update to 18.7.0
This commit is contained in:
parent
c04f91c820
commit
c048a98768
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Twisted'
|
# Template file for 'python-Twisted'
|
||||||
pkgname=python-Twisted
|
pkgname=python-Twisted
|
||||||
version=18.4.0
|
version=18.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Twisted-${version}"
|
wrksrc="Twisted-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -9,13 +9,14 @@ hostmakedepends="python-setuptools python3-setuptools
|
||||||
python-incremental python3-incremental"
|
python-incremental python3-incremental"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
depends="python-setuptools python-zope.interface python-service_identity
|
depends="python-setuptools python-zope.interface python-service_identity
|
||||||
python-constantly python-incremental python-automat python-hyperlink"
|
python-constantly python-incremental python-automat python-hyperlink
|
||||||
|
python-PyHamcrest"
|
||||||
short_desc="Asynchronous networking framework written in Python (Python2)"
|
short_desc="Asynchronous networking framework written in Python (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://twistedmatrix.com/"
|
homepage="https://twistedmatrix.com/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
|
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
|
||||||
checksum=a4cc164a781859c74de47f17f0e85f4bce8a3321a9d0892c015c8f80c4158ad9
|
checksum=95ae985716e8107816d8d0df249d558dbaabb677987cc2ace45272c166b267e4
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
twisted:cftp:/usr/bin/cftp2
|
twisted:cftp:/usr/bin/cftp2
|
||||||
|
@ -45,7 +46,8 @@ python3-Twisted_package() {
|
||||||
twisted:twistd:/usr/bin/twistd3"
|
twisted:twistd:/usr/bin/twistd3"
|
||||||
pycompile_module="twisted"
|
pycompile_module="twisted"
|
||||||
depends="python3-setuptools python3-zope.interface python3-service_identity
|
depends="python3-setuptools python3-zope.interface python3-service_identity
|
||||||
python3-constantly python3-incremental python3-automat python3-hyperlink"
|
python3-constantly python3-incremental python3-automat python3-hyperlink
|
||||||
|
python3-PyHamcrest"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/*3
|
vmove usr/bin/*3
|
||||||
|
|
Loading…
Add table
Reference in a new issue