aboutsummaryrefslogtreecommitdiff
path: root/lang/python/pytz
Commit message (Collapse)AuthorAge
* python-pytz: add Python3 versionKarel Kočí2019-03-11
| | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* pytz: Update to 2018.9Rosen Penev2019-01-13
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pytz: fix host-compile dependencyEneas U de Queiroz2018-12-05
| | | | | | Add HOST_BUILD_DEPENDS=python/host Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* pytz: Add python/host to BUILD_DEPENDS Rosen Penev2018-11-27
| | | | | Buildbots occasionally fail because of this. Travis also seems to try to build this before python. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pytz: Update to 2018.7 and add host buildRosen Penev2018-11-10
| | | | | | | | | | Django 1.11 and above needs pytz to run properly. This was causing issues with seahub, whose Makefile uses django-admin to compile locales. Also removed InstallDev. It tried to accomplish the same thing but ended up installing to the same directories anyways. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pytz: add package/InstallDevEneas U de Queiroz2018-10-31
| | | | | | | | Building would not work for packages that depended on this when the build directory was deleted after compiled, so they failed when BUILDBOT=y. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* pytz: Update to 2018.6Rosen Penev2018-10-28
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pytz: Update to 2018.5Rosen Penev2018-09-16
| | | | | Switched to standard pythonhosted URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pytz: update to version 2018.3Gergely Kiss2018-02-23
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* pytz: update to 2017.2Gergely Kiss2017-10-29
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* python packages: move all things python under lang/pythonAlexandru Ardelean2017-05-17
I admit this may be be a bit aggressive, but the lang folder is getting cluttered/filled up with Python, PHP, Perl, Ruby, etc. packages. Makes sense to try to group them into per-lang folders. I took the Pythons. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>