aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-six
Commit message (Collapse)AuthorAge
* 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-six: remove host-buildAlexandru Ardelean2021-11-10
| | | | | | | There are no more users left in this tree. So, remove it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-six: bump to version 1.16.0Alexandru Ardelean2021-05-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-six: bump to version 1.15.0Alexandru Ardelean2020-05-26
| | | | 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>
* python3: Rename canned recipes in python3-host.mkJeffery To2020-04-19
| | | | | | | | This changes the recipe name prefix from Build/Compile/HostPy3 to HostPython3, and clarifies some of the names (RunHost to Run, Mod to ModSetup). 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-six: Update to 1.14.0Jeffery To2020-01-20
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-six: Update to 1.13.0Jeffery To2019-11-11
| | | | 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-six: remove python2 variant of host installYousong Zhou2019-04-26
| | | | | | | The python2 host variant is not needed anymore as openvswitch has now switch to using python3 for building Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* python-six: add python3 variant for host installYousong Zhou2019-04-26
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* multiple-python-packages: Update package dataJeffery To2019-02-20
| | | | | | | | | | | This updates the Python 2 and 3 versions of each package to share the same title field. (For packages that only had this change, their PKG_RELEASE were not incremented.) This also updates the package title, url and source urls, where necessary. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-six: Update to 1.12.0Rosen Penev2018-12-17
| | | | | | | Switch to standard pythonhosted URL. Cosmetic Makefile rearrangements for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-*,python3-*: add src packages for multiple 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-six: update to version 1.11.0Alexandru Ardelean2017-09-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-six: add python3-six variant + add myself as 2nd maintainerAlexandru Ardelean2017-07-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-six: rename PKG_NAME to python-six, and adapt unpack cmd for buildAlexandru Ardelean2017-06-29
| | | | | | | | | | OVS has PKG_BUILD_DEPENDS:=python-six/host as dep. But that doesn't seem to work, since the PKG_NAME:=six So, this change renames the PKG_NAME to python-six, to make it clear it's Python package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-six: add host-side buildAlexandru Ardelean2017-05-24
| | | | | | | Needed for Open vSwitch's python libs. And build. 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>