python-rfc6555: remove package
Inessential python2 remnant
This commit is contained in:
parent
f053754751
commit
c637676e3a
|
@ -1,23 +0,0 @@
|
|||
# Template file for 'python-rfc6555'
|
||||
pkgname=python-rfc6555
|
||||
version=0.0.0
|
||||
revision=5
|
||||
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() {
|
||||
pycompile_module="rfc6555"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-rfc6555
|
|
@ -358,6 +358,7 @@ replaces="
|
|||
python-rdflib<=4.2.2_6
|
||||
python-reportlab<=3.5.42_3
|
||||
python-requests<=2.26.0_2
|
||||
python-rfc6555<=0.0.0_5
|
||||
python-selectors2<=2.0.2_2
|
||||
python-spambayes<=1.1b3_3
|
||||
python-sqlite<=2.8.3_1
|
||||
|
|
Loading…
Reference in New Issue