mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
python3-namedlist: fix pycompile_module.
This commit is contained in:
parent
34a0797271
commit
edc763af17
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-namedlist'
|
||||
pkgname=python-namedlist
|
||||
version=1.7
|
||||
revision=4
|
||||
revision=5
|
||||
noarch=yes
|
||||
wrksrc="namedlist-${version}"
|
||||
build_style=python-module
|
||||
|
@ -18,7 +18,7 @@ checksum=190b39ceaf1d6b59999811259e61beb1b26aaa482fb8c95538294d551461c986
|
|||
python3-namedlist_package() {
|
||||
noarch=yes
|
||||
depends="python3"
|
||||
pycompile_module="namedlist"
|
||||
pycompile_module="namedlist.py"
|
||||
replaces="python3.4-namedlist>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue