58 lines
1.8 KiB
Bash
58 lines
1.8 KiB
Bash
# Template file for 'python-Twisted'
|
|
pkgname=python-Twisted
|
|
version=18.9.0
|
|
revision=1
|
|
wrksrc="Twisted-${version}"
|
|
build_style=python-module
|
|
pycompile_module="twisted"
|
|
hostmakedepends="python-setuptools python3-setuptools
|
|
python-incremental python3-incremental"
|
|
makedepends="python-devel python3-devel"
|
|
depends="python-setuptools python-zope.interface 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>"
|
|
homepage="https://twistedmatrix.com/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
|
|
checksum=294be2c6bf84ae776df2fc98e7af7d6537e1c5e60a46d33c3ce2a197677da395
|
|
|
|
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"
|
|
pycompile_module="twisted"
|
|
depends="python3-setuptools python3-zope.interface 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
|
|
}
|
|
}
|