aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-cffi
Commit message (Collapse)AuthorAge
* python-cffi: bump to version 1.11.5Alexandru Ardelean2018-06-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: update to 1.11.4, add src packagesJeffery To2018-01-15
| | | | Signed-off-by: Jeffery To <jeffery.to@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>
* python-cffi: fix host build/installationAlexandru Ardelean2017-12-29
| | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/5318 Not sure how this worked before. The host python-cffi needs a libffi installed on the host side. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: update to version 1.11.2Alexandru Ardelean2017-11-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: update to version 1.11.0Alexandru Ardelean2017-09-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: install host-side via pip + add myself 2nd maintainerAlexandru Ardelean2017-07-27
| | | | | | | python-cryptography needs this dep to build the sources. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: bump to version 1.10.0Alexandru Ardelean2017-07-19
| | | | | | | | | | And drop the host-build. This was needed, simply to cross-build the package. I'm not a religious man, but "praise the lord" for dropping this :D Signed-off-by: Alexandru Ardelean <ardeleanalex@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>