Merge pull request #5772 from pulux/python-Pyro4
python-Pyro4 use selectors2
This commit is contained in:
commit
a2ad83b3a3
2 changed files with 22 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-Pyro4'
|
# Template file for 'python-Pyro4'
|
||||||
pkgname=python-Pyro4
|
pkgname=python-Pyro4
|
||||||
version=4.54
|
version=4.55
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="Pyro4"
|
pycompile_module="Pyro4"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-serpent python-selectors34"
|
depends="python-setuptools python-serpent python-selectors2"
|
||||||
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pythonhosted.org/Pyro4/"
|
homepage="https://pythonhosted.org/Pyro4/"
|
||||||
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
||||||
checksum=aede879916c0f6e84e560b38af421c24cb5089b66c8f632aa5ac48b20ecde93a
|
checksum=49a7a142542d87dde1cecc8d3ee048ec9481ba861d61234d219fadd06e6ced96
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
pyro4:pyro4-check-config:/usr/bin/pyro4-check-config2
|
pyro4:pyro4-check-config:/usr/bin/pyro4-check-config2
|
||||||
|
|
19
srcpkgs/python-selectors2/template
Normal file
19
srcpkgs/python-selectors2/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python-selectors2'
|
||||||
|
pkgname=python-selectors2
|
||||||
|
version=1.1.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="selectors2-${version}"
|
||||||
|
build_style=python2-module
|
||||||
|
pycompile_module="selectors2.py"
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
short_desc="Drop-in replacement of the selectors module for Python 2.6+"
|
||||||
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/SethMichaelLarson/selectors2"
|
||||||
|
distfiles="${PYPI_SITE}/s/selectors2/selectors2-${version}.tar.gz"
|
||||||
|
checksum=ef1eb63968155bc3bfb5bedf291374d058c3b0839b3b16604c6bdfd370e0c474
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue