mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
python-wikipedia: add missing pycompile_module
This commit is contained in:
parent
ca227b3b50
commit
e8e8ae281e
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'python-wikipedia'
|
# Template file for 'python-wikipedia'
|
||||||
pkgname=python-wikipedia
|
pkgname=python-wikipedia
|
||||||
version=1.4.0
|
version=1.4.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="wikipedia-${version}"
|
wrksrc="wikipedia-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="wikipedia"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-BeautifulSoup4 python-requests"
|
depends="python-BeautifulSoup4 python-requests"
|
||||||
short_desc="Python library to access and parse data from Wikipedia"
|
short_desc="Python2 library to access and parse data from Wikipedia"
|
||||||
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/goldsmith/Wikipedia"
|
homepage="https://github.com/goldsmith/Wikipedia"
|
||||||
|
@ -19,10 +20,10 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-wikipedia_package() {
|
python3-wikipedia_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="wikipedia"
|
pycompile_module="wikipedia"
|
||||||
depends="python3-BeautifulSoup4 python3-requests"
|
depends="python3-BeautifulSoup4 python3-requests"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue