New package: python-rfc6555-0.0.0

Required by offlineimap-7.3.0.
This commit is contained in:
Peter Bui 2019-09-04 09:53:54 -04:00 committed by Piraty
parent 65e87e718d
commit 191d1bb459
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,25 @@
# Template file for 'python-rfc6555'
pkgname=python-rfc6555
version=0.0.0
revision=1
archs=noarch
wrksrc="rfc6555-${version}"
build_style=python-module
pycompile_module="rfc6555"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-selectors2"
short_desc="Python2 implementation of the Happy Eyeballs Algorithm"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="Apache-2.0"
homepage="https://github.com/sethmlarson/rfc6555"
distfiles="${PYPI_SITE}/r/rfc6555/rfc6555-${version}.tar.gz"
checksum=191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217
python3-rfc6555_package() {
archs=noarch
pycompile_module="rfc6555"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-rfc6555 Symbolic link
View file

@ -0,0 +1 @@
python-rfc6555