void-packages/srcpkgs/python-Twisted/template
2020-03-26 20:51:36 +01:00

56 lines
1.8 KiB
Bash

# Template file for 'python-Twisted'
pkgname=python-Twisted
version=20.3.0
revision=1
wrksrc="Twisted-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools
python-incremental python3-incremental"
makedepends="python-devel python3-devel"
depends="python-setuptools python-zope.interface python-openssl
python-service_identity python-constantly python-incremental python-automat
python-hyperlink python-PyHamcrest"
short_desc="Asynchronous networking framework written in Python (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"
homepage="https://twistedmatrix.com/"
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
checksum=d72c55b5d56e176563b91d11952d13b01af8725c623e498db5507b6614fc1e10
alternatives="
twisted:cftp:/usr/bin/cftp2
twisted:ckeygen:/usr/bin/ckeygen2
twisted:conch:/usr/bin/conch2
twisted:mailmail:/usr/bin/mailmail2
twisted:pyhtmlizer:/usr/bin/pyhtmlizer2
twisted:tkconch:/usr/bin/tkconch2
twisted:trial:/usr/bin/trial2
twisted:twist:/usr/bin/twist2
twisted:twistd:/usr/bin/twistd2"
post_install() {
vlicense LICENSE
}
python3-Twisted_package() {
alternatives="
twisted:cftp:/usr/bin/cftp3
twisted:ckeygen:/usr/bin/ckeygen3
twisted:conch:/usr/bin/conch3
twisted:mailmail:/usr/bin/mailmail3
twisted:pyhtmlizer:/usr/bin/pyhtmlizer3
twisted:tkconch:/usr/bin/tkconch3
twisted:trial:/usr/bin/trial3
twisted:twist:/usr/bin/twist3
twisted:twistd:/usr/bin/twistd3"
depends="python3-setuptools python3-zope.interface python3-openssl
python3-service_identity python3-constantly python3-incremental
python3-automat python3-hyperlink python3-PyHamcrest"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/bin/*3
vmove usr/lib/python3*
vlicense LICENSE
}
}