Search Criteria
Package Details: python-workalendar 14.1.0-1
Git Clone URL: | https://aur.archlinux.org/python-workalendar.git (read-only, click to copy) |
---|---|
Package Base: | python-workalendar |
Description: | Worldwide holidays and working days helper and toolkit |
Upstream URL: | https://github.com/novafloss/workalendar |
Licenses: | |
Submitter: | pozar87 |
Maintainer: | pozar87 |
Last Packager: | pozar87 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-09 11:04 |
Last Updated: | 2021-01-07 09:37 |
Latest Comments
pozar87 commented on 2016-03-03 15:53
Hello Giniu,
Thanks for all valuable comments! I've just made adjustments according to them. It should be fine now - namcap dosn't return any issues.
Best Regards,
giniu commented on 2016-03-03 15:44
Hi, thanks for quick fix. There is one more missing dependency I've added to comment later on (python-pyephem). You might want to add it as well.
giniu commented on 2016-03-03 14:57
Hello, by mistake you added python line in python2 and python2 line in python. Also, run your package trough namcap:
PKGBUILD (python-workalendar) W: Variable source is not an array.
PKGBUILD (python-workalendar) E: Split PKGBUILD needs additional makedepends ['python2', 'python2-lunardate', 'python2-pycalverter'] to work properly
and try to fix those. Also, web page gives github as its homepage not pypi. Package is also out of date (0.4.3 is out). Finally, python-pyephem, python-pytz and python-dateutil dependencies are missing (see https://github.com/novafloss/workalendar/blob/master/workalendar/core.py#L8). Instead, you can skip dependency on python, because it is dependency of any other python-"something" you depend on.
Thanks for maintaining this.