python-mechanize: add python3 subpackage
This commit is contained in:
parent
5d4eb49f4e
commit
f950c72f72
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python-mechanize'
|
||||
pkgname=python-mechanize
|
||||
version=0.4.3
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="mechanize-${version}"
|
||||
build_style=python2-module
|
||||
build_style=python-module
|
||||
pycompile_module="mechanize"
|
||||
hostmakedepends="python-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python python-html5lib"
|
||||
short_desc="Stateful programmatic web browsing in Python"
|
||||
short_desc="Stateful programmatic web browsing (Python2)"
|
||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/python-mechanize/mechanize"
|
||||
|
@ -18,3 +18,14 @@ checksum=7c452a3eed7f83a13674027a58a4afe57ca67630d252a789ac1c15dcd55d310c
|
|||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-mechanize_package() {
|
||||
archs=noarch
|
||||
depends="python3 python3-html5lib"
|
||||
pycompile_module="mechanize"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-mechanize
|
Loading…
Reference in New Issue