mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'python-namedlist'
|
||||||
pkgname=python-namedlist
|
pkgname=python-namedlist
|
||||||
version=1.7
|
version=1.7
|
||||||
revision=4
|
revision=5
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="namedlist-${version}"
|
wrksrc="namedlist-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -18,7 +18,7 @@ checksum=190b39ceaf1d6b59999811259e61beb1b26aaa482fb8c95538294d551461c986
|
||||||
python3-namedlist_package() {
|
python3-namedlist_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="namedlist"
|
pycompile_module="namedlist.py"
|
||||||
replaces="python3.4-namedlist>=0"
|
replaces="python3.4-namedlist>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue