aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-cffi/Makefile
Commit message (Collapse)AuthorAge
* python-cffi: Update to 1.16.0Jeffery To2023-10-03
| | | | | | | | | This includes a patch to unpin the version of setuptools required for build; the required version is newer than the version bundled with Python 3.11. This patch should not be necessary when Python 3.12 is available. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: Update to 1.15.1, add host buildJeffery To2023-03-31
| | | | | | | The host build replaces the use of the host pip requirements file. This also updates the dependants of cffi to depend on the host build. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-packages: remove myself as maintainerAlexandru Ardelean2021-11-23
| | | | | | | | | | There's been a bit of overlapping opinions on some of these packages. The best thing to do here is to reduce ownership and relinquish my control. This patch does that. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: bump to version 1.15.0Alexandru Ardelean2021-10-19
| | | | | | And use AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: bump to version 1.14.6Alexandru Ardelean2021-07-14
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: Update to 1.14.5Jeffery To2021-02-15
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: Update to 1.14.4Jeffery To2020-12-01
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: bump to version 1.14.3Alexandru Ardelean2020-09-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: Update to 1.14.2Jeffery To2020-08-17
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: bump to version 1.14.1Alexandru Ardelean2020-08-03
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-packages: Clean up MakefilesJeffery To2020-04-22
| | | | | | | | | | | | | | | | | | | This removes: * Python 3 variants (VARIANT:=python3) * "for Python3" from package titles * Package selection condition from package dependencies, e.g. +PACKAGE_python3-six:python3-light replaced with +python3-light * "Default" package information sections, e.g. Package/python-six/Default removed and package details merged into Package/python3-six * "(Variant for Python3)" from package descriptions Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-libraries: Remove Python 2 variantsJeffery To2020-04-02
| | | | | | The Python 2 variants will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: Update to 1.14.0Jeffery To2020-02-12
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: Update to 1.13.2Jeffery To2019-11-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: bump to version 1.13.1Alexandru Ardelean2019-10-29
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: Update to 1.13.0Jeffery To2019-10-21
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi,python-cryptography: Fix build dependsJeffery To2019-05-29
| | | | | | | | | | | | python-cryptography's build depends (host cffi, libffi) were transferred to python-cffi at some point; this corrects the situation. python-cryptography's host Python build depends is copied from its setup.py[1]. [1]: https://github.com/pyca/cryptography/blob/2.6.1/setup.py#L47 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: Update to 1.12.3Jeffery To2019-04-22
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: Update to latest versionJeffery To2019-03-22
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi: Update to 1.12.1Jeffery To2019-02-19
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* 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>